Viewing 15 posts - 1 through 15 (of 16 total)
Regarding "naming databases according to whether they are production, development".
What we do is use a place holder for databasenames (e.g. %%DBNAME%%) in our scripts and if we want to...
August 8, 2006 at 7:42 am
Another caveat about using GUIDs as keys:
Beware of using non-sequential GUIDs as a non-clustered PRIMARY KEY on large historical data. If you want to delete a block of data (say...
August 2, 2006 at 7:46 am
You might not be seeing a performance hit if your looking at events user by user - but it may get slower the longer you run this model (depending on...
August 1, 2006 at 4:35 pm
Warning : when using this procedure the result set it executes is run on the one of the main processor threads of SQL Server, not your connection thread. If you...
July 4, 2006 at 10:54 am
he 'came up with' the algorithm
Hi, those quotes are yours. I'm not trying to imply that it is *his* algorithm (even though that was what I said), but that...
April 12, 2006 at 7:22 am
Hi,
Echoing the post about the algorithm suggested above that is by Itzik Ben Gan. This is the one I regularly use and after doing a brief performance test against...
April 12, 2006 at 6:32 am
Hi there,
Thanks this helped a bit. The dummy parameter solution from Ken did stop the problem in my sp. However this is also occuring in inline functions - which confused...
June 10, 2005 at 10:25 am
I use IMCEDA's SQL IDE Pro and that returns 3.4 and QA returns 3.999999999.
Unfortunately I went with the wrong correct answer! Doh!
January 4, 2005 at 2:56 am
That was a useful post - not!
I thought this was a very good question. But I did get it right.
October 1, 2004 at 2:46 am
I concur - try the following script:
set ansi_nulls on declare @var int IF @var is null Print '@var is null (ansi_nulls on, no init)' -- This will...
September 14, 2004 at 3:14 am
These yes\no questions are a bit simplistic and allow for a lot of guess work to take place. I knew the answer but if I didn't I probably would have...
August 18, 2004 at 2:34 am
I answered the syntax is invalid for the reason above.
Please can these questions be better checked for errors. Do you guys try answering the questions before you post them?
P.S. I've...
July 26, 2004 at 4:55 am
Should the cursor not also be closed before being deallocated? (Or does that not matter).
Also why do you check for @@FETCH_STATUS <> -1 in the WHILE LOOP then for @@FETCH_STATUS...
May 13, 2004 at 2:43 am
#6 works the best (needs resizing of course - too big) but I have a problem with all of them. The cube motif has one set of light sources but the...
February 20, 2004 at 2:40 am
quote:
Another very useful editor with great find and replace tool (and regular expressions) is the freeware program Notetab Lite http://www.notetab.com....
October 16, 2003 at 8:09 am
Viewing 15 posts - 1 through 15 (of 16 total)