Viewing 11 posts - 16 through 26 (of 26 total)
Scott, I submitted this question, so I'll try to make it clear.
You can ONLY use double quotes (SELECT TOP 1 * FROM "sysobjects"), when QUOTED_IDENTIFIER is set to ON.
The second...
November 23, 2004 at 12:33 am
The more specific answer would cause the question to be less tricky.
August 18, 2004 at 2:20 am
Cool question!
A little bit tricky!
August 18, 2004 at 1:45 am
Thanks a lot. I know how to code such a script.
August 17, 2004 at 1:43 am
> You need to remove the existing data,
> using the Excel automation model
How to do that?
> copying a blank spreadsheet onto the target spreadsheet
This is what I do, but I...
August 17, 2004 at 12:52 am
You are on SQL Server 2000 and a large portion of your Employee table stores black and white small images of your employees. You'd like to use the Text in...
March 11, 2004 at 9:28 am
I agree with you guys!!!
This is what SQL Server Books Online say:
You can enable the text in row option for a table by...
March 2, 2004 at 12:21 am
Oh, OK, I did not fully understand you.
I'm not sure if this will help you, but take a look at:
January 9, 2004 at 10:10 am
Yes, MS SQL Server does recompile a SP when statistics change. Profiler can tell you if this is the reason of a particular recompilation.
EventSubClass Reason for recompilation
-----------------------------------------------------------------------
...
January 9, 2004 at 9:27 am
Run Profiler, add EventSubClass column and you should be able to find the reason of recompilation.
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q308737
January 9, 2004 at 12:46 am
Viewing 11 posts - 16 through 26 (of 26 total)