Viewing 12 posts - 16 through 27 (of 27 total)
Koen Verbeeck (1/13/2015)
Jimmy123 (1/13/2015)
January 15, 2015 at 6:21 am
edwardwill (1/14/2015)
Actually, it returns:Msg 102, Level 15, State 1, Line 4
Incorrect syntax near ','.
Perhaps you are missing a comma?
January 14, 2015 at 6:08 am
See if this article addresses your problem:
http://blog.hoegaerden.be/2012/11/01/creating-multiple-column-reports/
- Brian
December 2, 2014 at 5:09 am
Note that DepartmentName is Unicode which means that there are 2 bytes per character, and DATALENGTH(Ms) returns 60 because it returns the number of bytes, not the number of characters,...
October 29, 2014 at 8:51 am
Just to clarify, the default block size is 65536 (64 K) bytes for tape devices and 512 bytes otherwise. According to the referred MSDN page, the BLOCKSIZE option is typically...
September 18, 2014 at 6:22 am
I believe the Linked Server UI he is referring to is the dialog box you get when you right click on Linked Servers (underneath Server Objects in SQL Server Management...
August 5, 2014 at 4:44 am
Have you looked at using an add-in like SSMSBoost?
May 2, 2014 at 6:24 am
You might want to take a look at http://support.microsoft.com/kb/316934 to see if it addresses the problem you are trying to solve.
April 22, 2014 at 7:12 am
Why are you using String.Format()? I don't think it's needed, but it's not what's causing your problem - you get the same INSERT or UPDATE statement whether you surround it...
April 21, 2014 at 10:08 am
Okay, I think I see what you're doing. Could you provide the schemas for TableA, TableB, and for NO_SLR_CODE$
April 21, 2014 at 8:39 am
Maybe I'm missing something but I see a common table expression NO_SLR_CTE but the CommandText of your ExcelUpdateCommand (and that of your ExcelInsertCommand) refers to NO_SLR_CODE$. Is NO_SLR_CODE$ supposed to...
April 21, 2014 at 7:35 am
Nice article. Apparently in the editing of the article content, some minor inconsistencies were left in toward the end. In the paragraph that begins "Let's make it a bit more...
April 27, 2013 at 5:58 am
Viewing 12 posts - 16 through 27 (of 27 total)