Viewing 15 posts - 40,831 through 40,845 (of 49,571 total)
GSquared (2/23/2009)
February 23, 2009 at 11:38 am
Once the trace has finished, you can then import it into a table using fn_trace_gettable
February 23, 2009 at 10:58 am
One series I'm really enjoying at the moment (not Sci-Fi) is the "Dresden files" by Jim Butcher. It's about a modern-day wizard living in Chicago. Butcher's other series "Codex Alarea"...
February 23, 2009 at 10:56 am
Please post table and index definitions as well.
February 23, 2009 at 9:54 am
Richard (2/23/2009)
What confuses me now is that they ever clear down, and they do.
There may be another process on another schedule that doesn't have the no_truncate, or maybe even...
February 23, 2009 at 9:25 am
Richard (2/23/2009)
The log file for this one database does grow huge, only when running a RE-INDEX. After I've cleared the log file down (by switching to "Simple" Recovery Model,...
February 23, 2009 at 8:54 am
Ok, so let me see if I understand (ignoring details of virtual log files and statuses, which is just complicating the issue)
Your log file is constantly growing, despite running regular...
February 23, 2009 at 8:03 am
jakemike1 (2/23/2009)
Hi guys, I am quite new to SQL but need to be able to restore a database using the command line. Does anyone know how to accomplish this?
Look up...
February 23, 2009 at 7:50 am
Backing up across the network's not recommended for several reasons. Firstly the network speed may make your backups take longer. If there's a network glitch, the backup will fail and...
February 23, 2009 at 7:33 am
Suresh B. (2/23/2009)
If anyone has any idea now much time it takes for the databases to be available please share it.
Depends on how much work SQL has to do in...
February 23, 2009 at 7:31 am
Or, using the 2005/2008 system views
SELECT COUNT(*)
FROM sys.procedures
February 23, 2009 at 7:27 am
What traceflags do you have enabled? That doesn't look like the output from 1222. Looks more like 1204 or 1205
February 23, 2009 at 7:20 am
Ok, three steps back...
What's the problem, why are you worried and what issues are these 'status 2' files causing?
How many log files do you have, how many database is there...
February 23, 2009 at 7:20 am
Viewing 15 posts - 40,831 through 40,845 (of 49,571 total)