Viewing 15 posts - 37,201 through 37,215 (of 39,461 total)
I created a sproc that creates a cursor from sp_who2 (or you can use sysprocesses) and kills each connection.
I usually run this before a restore a couple times. Some connections...
July 2, 2002 at 10:39 am
Similar to Andy. If it's something I've done, I'll probably just code.
If not, I'll probably outline some to be sure I won't forget anything and then fill in code. I...
July 2, 2002 at 10:35 am
The diff, I believe, flushes the logs, but I'm not sure. You'd ahve to test it and verify that you could restore (or not) using only the full and logs.
Steve...
July 2, 2002 at 10:33 am
No more overhead than using the connections in DTS. Some people prefer to code them in ActiveX rather than the connection. They may get more flexibility. These are resources on...
July 2, 2002 at 10:31 am
check the inserted and deleted tables
OR
change the app to perform the logging in a transaction with the update.
Steve Jones
July 2, 2002 at 10:26 am
I tend to format CASE using indents (tabs) for the different lines.
SELECT
case
when x = 1
...
July 2, 2002 at 10:19 am
Don't really see anything in Technet or BOL related to this.
How much memory on the server? Does available memory decrease? Does SQL memory increase?
Run profiler and verify if anything else...
July 2, 2002 at 10:13 am
You'd have to write some type of loop or some complicated SQL to get this. Not sure how to remove the pub_id from the duplicate lines.
Steve Jones
July 2, 2002 at 10:08 am
EM will drop and create the table for you. Check the script if you want to learn how this works.
Steve Jones
July 2, 2002 at 10:02 am
Do you want these in separate columns? IF so, this doesn't make sense unless it is the distinct (size, color, width)
select distinct productsize, productcolor, productwidth
will give you this. If you...
July 2, 2002 at 9:58 am
I believe the only way to remove SP1 is a reinstall (detach dbs, uninstall, reinstall, attach). Not sure about SP2.
Steve Jones
July 2, 2002 at 9:52 am
AFAIK, you cannot backup to a remote tape. Can you backup to a drive on the tape server and then use the Backup utility to get these files?
Steve Jones
July 2, 2002 at 9:48 am
I'd guess network issue. Could be versioning.
Is there a reason you don't use DTS?
Steve Jones
July 2, 2002 at 9:43 am
What is SQL 97? SQL Server 7.0?
From BOL:Number of pages used for miscellaneous server purposes (including procedure cache).
This is the def for the stolen pages. If you have only 2...
July 2, 2002 at 9:41 am
Viewing 15 posts - 37,201 through 37,215 (of 39,461 total)