Viewing 15 posts - 42,376 through 42,390 (of 49,566 total)
December 15, 2008 at 6:58 am
Post the deadlock graph please?
To get deadlock graph, turn traceflag 1222 on. Deadlock graph will then be written into the error log everytime a deadlock occurs.
December 15, 2008 at 6:51 am
sanjeev_krs2004 (12/15/2008)
HCan any of you guide me how to delete the transaction logs without accessing the database.
Never ever delete transaction logs. It's the fastest way to get a corrupt and...
December 15, 2008 at 6:50 am
Restore is what you do with backups. Take the backup file and turn it back into a database.
Recovery is something that SQL does every time it brings a database online....
December 15, 2008 at 4:43 am
Rich Caine (12/10/2008)
How could I change the sub query above to get the highest DateCreated yet still return Versions.Ref (which I need in the emcompassing join)?
If you change the subquery...
December 15, 2008 at 4:33 am
ps (12/15/2008)
Even if the database is online; since i'm restoring the primary filegroup, i need to put the database in single_user mode right?
It's never necessary to put a DB into...
December 15, 2008 at 4:09 am
Is the database still online?
SQL 2000, 2005 or 2008?
December 15, 2008 at 1:02 am
ps (12/14/2008)
You can move those four tables in a different database file. take file/filegroup backup. You'll be able to restore them.
You'd still need to backup and restore the primary filegroup...
December 15, 2008 at 12:25 am
viji (12/14/2008)
expecting a advice...
December 15, 2008 at 12:19 am
ps (12/14/2008)
Gail, I think he needs to run 2nd SP for each Row.
I don't think so, seeing as he was asking how to pass a resultset to a stored...
December 15, 2008 at 12:10 am
gamaz (12/14/2008)
December 15, 2008 at 12:02 am
Nicholas Cain (12/14/2008)
I am sure that there are far more elegant versions of this that would work with a simple convert, I just couldn't figure any out.
I don't know about...
December 14, 2008 at 11:52 am
ps (12/14/2008)
You can also use cursors or Loop within the first SP and calling the 2nd SP for each rowset from within the cursor/loop.
You can, but that's an exceedingly slow...
December 14, 2008 at 11:44 am
If you can, create a NC index to support the other searches on the table. If that's not possible, or you want a NC just for the count, then put...
December 14, 2008 at 11:36 am
Viewing 15 posts - 42,376 through 42,390 (of 49,566 total)