Viewing 15 posts - 436 through 450 (of 2,840 total)
10 minutes to an average of 45 min. That itself is quiet a variation. backups usually dont wont have that much variation in time taken if taken regularly. It might...
August 15, 2011 at 9:26 am
If I am not mistaken, I do not think it is possible to change the default for CDC. It creates the tables in a new schema "CDC". If you are...
August 15, 2011 at 8:17 am
Steve Jones - SSC Editor (8/12/2011)
Once again I feel like I've let too much time go without writing a book 🙁
Planning to write a book then? If so, and you...
August 12, 2011 at 9:44 am
I have a feeling that it takes the data from sys.sysprocesses based on the lastwaittype. Just a guess here.
August 12, 2011 at 9:11 am
My two cents.
Inserting Data or updating data into a 5M row table should not cause dead locks. What you might want to do is to look at the execution plan...
August 12, 2011 at 7:44 am
Brandie Tarvin (8/12/2011)
August 12, 2011 at 6:56 am
This is the query I usually run to find the wait types. I got this query from Glenn. It gives me a good break down of the wait types I...
August 12, 2011 at 6:56 am
When you first checked the sys.dm_os_wait_stats, what all types did you see?
If you look at this link you will see what is part of Wait type Other.
Search for...
August 12, 2011 at 6:54 am
The Dixie Flatline (8/12/2011)
Congratulations and good luck, Lynn.
Congrats Lynn. Now you are going to work with what you love. That is the best part I think.
August 12, 2011 at 6:17 am
Brandie Tarvin (8/11/2011)
August 11, 2011 at 1:20 pm
It can be done if set up properly. Here is a link to a white paper that explains the whole set up.
August 10, 2011 at 3:03 pm
You are talking about transparent data encrustation if I am not mistaken. As far as this encryption is concerned, it is transparent to the application. That means you can write...
August 10, 2011 at 2:46 pm
Also you could create to roles. One for Admins and the other for the non admins. Then it makes giving granular permission easier.
August 10, 2011 at 2:41 pm
Giving any user dbadmin rights is not the best way to go about it. Your schema idea is the first step forward. Give the non admin user db_datareader in the...
August 10, 2011 at 2:10 pm
io_stall_read_ms is the total time the user had to wait for the reads for the file whereas number of reads is the total number of reads on that file.
stall...
August 10, 2011 at 1:51 pm
Viewing 15 posts - 436 through 450 (of 2,840 total)