Viewing 15 posts - 136 through 150 (of 349 total)
There can be a perfomrance gain, even with the files on the same RAID array. If you have multiple CPUs, SQL Server will/may spawn one thread per file for DiSK...
October 27, 2005 at 7:52 am
Check out GB PVR (http://www.gbpvr.com). It's based on C#, free, and pretty easy to set up. I was using it before I got a Time Warner DVR (Scientific Atlanta)...
October 13, 2005 at 6:39 am
That "Transaction sequence number and command ID" are what you can search by (xact_seqno and command_ID, if I remember correctly) in msrepl_commands.
October 7, 2005 at 7:42 am
What type of replication?
I don't know if it will be the same in your implementation, but on ours you can look at the error and it will give you an...
October 7, 2005 at 7:23 am
Check out sp_start_job in SQL Server Books Online:
Instructs SQL Server Agent to execute a job immediately.
October 6, 2005 at 2:44 pm
IIRC, the technology in the Cryptonomicon is Van Eck Phreaking, and it does supposedly work.
October 4, 2005 at 6:39 am
You can go into the Replication Monitor in SQL Server Enterprise Manager (it's the picture of the green jagged line icon) and stop it there (I'd stop both the log...
October 3, 2005 at 10:32 am
That's why it is pick the BEST answer. It's a safety net for test writers (like certification tests, educational testing, etc.). If the question is a little bit off (like...
September 26, 2005 at 6:35 am
I agree with your 'picky, picky' comment, Steve. The 3rd normal form is the "best" answer to the question.
The problem is when you read people's books and or writings...
September 23, 2005 at 10:55 am
Quote from Handbook of Relational Database Design (Flemming, von Halle).
"Reduce Third Normal Form entities to Boyce/Codd normal form by ensuring that they are in third normal form for any feasible...
September 23, 2005 at 7:02 am
Truncating the table would bypass the recording of every row deleted in the transaction log (and delete all of the rows from the table as well). It would still log...
September 22, 2005 at 2:23 pm
If you already have two (or 3 or 4) Windows nodes clustered, when you install SQL Server Enterprise Edition, it gives you a choice of installs (virtual server vs. local...
September 22, 2005 at 1:30 pm
Clustering SQL Server 2000 requires Enterprise/Advanced editions:
Windows 2000 Advanced Server (or Windows 2003 Enterprise Edition) is required for clustering Windows. You don't want to try clustering with NT 4.0 Enterprise...
September 21, 2005 at 2:20 pm
Simple mode doesn't mean no log is written. It bacically means that you are truncating the log on checkpoint. All data modifications still go through the log, it is just truncated...
September 21, 2005 at 2:03 pm
Viewing 15 posts - 136 through 150 (of 349 total)