Viewing 9 posts - 1 through 9 (of 9 total)
I need an up-to-date copy whenever.. Not necessary routinely, but every so often. I do have down time.. 28 hours from Sat evening to Sun evening.
I like your idea of...
February 12, 2004 at 10:53 am
If I setup another warm-standby, I'm in the same boat. To set that up, I would have to get a new copy of...
February 12, 2004 at 9:46 am
I'm seeming having a hard time describing what I want, or there is a hard time others understanding what I'm saying..
You know what a warm-standby database is? Of course you...
February 12, 2004 at 8:23 am
You could use Bill Wunder's DDL Archive Utility for SQL Server. Have it turned on and then you can check Visual Source Safe for ANY change. I do...
July 1, 2003 at 4:04 pm
Creating a temp table (or table variable) is probably the best way, especially if the procedure is going to get large, or you want to manipulate the output with a...
June 5, 2003 at 3:17 pm
NULLs are not indexed.. they there are cause a table scan to be performed.
So, if you have a date field that is 'Date of Death' and search it for everyone...
May 6, 2003 at 6:26 am
o What database are you wanting the script to run it? Does the script control that?
o Did you test the script in QA? What were your results there?
o...
March 17, 2003 at 12:22 pm
Scorpian,
How often do you run the scheduled 'dbcc sqlperf(waitstats)' command? Once a minute maybe?
March 5, 2003 at 10:26 pm
For stored procedures, I always include SET NOCOUNT ON as the first statement. I don't want the stored procedure to return those "1 row affected" output and only output...
March 3, 2003 at 9:13 am
Viewing 9 posts - 1 through 9 (of 9 total)