Sign In
MSDN Blogs
Microsoft Blog Images
More ...
September, 2009
Common Tasks
Blog Home
About
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Recent Posts
XQuery in SQL Server, some examples
Posted
over 3 years ago
by
Michael Aspengren - MSFT
MemberwiseClone by example
Posted
over 3 years ago
by
Michael Aspengren - MSFT
SGEN gives "Error: The top XML element 'class' from namespace '' references distinct types UserDefinedFunctions.Class and UserDefinedFunctions.Class1."
Posted
over 3 years ago
by
Michael Aspengren - MSFT
SGEN gives "Assembly ... does not contain any types that can be serialized using XmlSerializer.
Posted
over 3 years ago
by
Michael Aspengren - MSFT
How to save information about DataSet into the XML when serializing it with WriteXML()
Posted
over 3 years ago
by
Michael Aspengren - MSFT
Blogs I read
Fabulous Adventures In Coding
If broken it is, fix it you should
SQL in Stockholm
SQL Protocols
Tags
Access
ADO
ADO.Net
BID
CLR
Data Provider
Data Reader
Exception
Linked Server
LINQ to SQL
Login
ODBC
OleDb
Oracle
OracleClient
Remote Debugging
sqlcmd
SqlException
sqlncli
TCP
Timeout
t-sql
WCF
Windbg
Xml
Archives
Archives
February 2012
(1)
January 2012
(2)
December 2011
(1)
November 2011
(1)
October 2011
(3)
June 2011
(2)
May 2011
(1)
March 2011
(2)
February 2011
(1)
January 2011
(1)
December 2010
(2)
November 2010
(2)
October 2010
(2)
June 2010
(1)
May 2010
(3)
April 2010
(2)
March 2010
(4)
February 2010
(3)
January 2010
(4)
December 2009
(6)
November 2009
(3)
October 2009
(4)
September 2009
(7)
August 2009
(4)
July 2009
(3)
June 2009
(2)
May 2009
(3)
April 2009
(3)
March 2009
(4)
February 2009
(4)
January 2009
(2)
December 2008
(6)
November 2008
(3)
October 2008
(3)
September 2008
(6)
August 2008
(3)
July 2008
(9)
September, 2009
Common tips and tricks from a SQL Developer Support perspective
While some cases may start of as complex, they sometimes turn out to be caused by something not that complex. As the case always is once you have the solution. So I thought I would share some of the things that I've come across, and hopefully tha
RSS for posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Common tips and tricks from a SQL Developer Support perspective
XQuery in SQL Server, some examples
Posted
over 3 years ago
by
Michael Aspengren - MSFT
0
Comments
I got an XQuery in SQL Server related question from a colleague the other day. I thought I had the answer, but it showed that I forgot most of it. And of course I hadn’t written down my examples or tests from previous encounters regarding this topic...
Common tips and tricks from a SQL Developer Support perspective
MemberwiseClone by example
Posted
over 3 years ago
by
Michael Aspengren - MSFT
0
Comments
I not ashamed of admitting that I do not know everything about everything J For example, I didn’t know that well what the method MemberwiseClone() method does. So, first step was to check the MSDN documentation, found here. "Object.MemberwiseClone...
Common tips and tricks from a SQL Developer Support perspective
SGEN gives "Error: The top XML element 'class' from namespace '' references distinct types UserDefinedFunctions.Class and UserDefinedFunctions.Class1."
Posted
over 3 years ago
by
Michael Aspengren - MSFT
1
Comments
Another SGEN error that caused me some time to troubleshoot. In this case customer was again calling a web service from a SQL CLR User Defined Function. "How to: Create and Run a CLR SQL Server User-Defined Function" http://msdn.microsoft...
Common tips and tricks from a SQL Developer Support perspective
SGEN gives "Assembly ... does not contain any types that can be serialized using XmlSerializer.
Posted
over 3 years ago
by
Michael Aspengren - MSFT
0
Comments
The other day I was working a case where a SQL CLR User Defined Function was used. A bit more on this here: "How to: Create and Run a CLR SQL Server User-Defined Function" http://msdn.microsoft.com/en-us/library/w2kae45k(VS.80).aspx and in...
Common tips and tricks from a SQL Developer Support perspective
How to save information about DataSet into the XML when serializing it with WriteXML()
Posted
over 3 years ago
by
Michael Aspengren - MSFT
0
Comments
I got a question the other day. How do I serialize my dataset with some descriptive information about the meta data included? Well, ideally we could have a property on the dataset called, for example, Description that would also be serialized. Unfortunately...
Common tips and tricks from a SQL Developer Support perspective
"System.Data.Linq.ChangeConflictException: Row not found or changed" Finding the culprit
Posted
over 3 years ago
by
Michael Aspengren - MSFT
1
Comments
When updating a data table in SQL Server using LINQ to SQL and the SubmitChanges() method you may encounter the following exception: System.Data.Linq.ChangeConflictException: Row not found or changed. at System.Data.Linq.ChangeProcessor.SubmitChanges...
Common tips and tricks from a SQL Developer Support perspective
Why massive inserts using SubmitChanges lack in performance.
Posted
over 3 years ago
by
Michael Aspengren - MSFT
2
Comments
Bulk inserting using LINQ to SQL, why is it so slow? Well, the short answer is that it is not designed to do bulk inserts. But out of curiosity, why is it slow? Well, let us do it by example (my preferred way). First create a table in SQL...
Page 1 of 1 (7 items)
MSDN Blogs
>
Common tips and tricks from a SQL Developer Support perspective
>
September, 2009