Viewing 3 posts - 1 through 3 (of 3 total)
Nice article. One thing to be careful of when using LEN and DATALENGTH is that it matters whether the column was declared as CHAR or VARCHAR. CHAR will...
April 8, 2016 at 7:14 am
#1870789
I also thought it would delete all the duplicated records. However, when I tested it the code did work. The key is setting ROWCOUNT = 1 which means...
February 2, 2016 at 7:57 am
#1855988
Response to con for XML item, "Difficult to create XML data at the application layer":
Using the ASP.Net C# XmlTextWriter class , I found creating my data in xml format to...
October 22, 2010 at 12:24 pm
#1241118