Viewing 15 posts - 241 through 255 (of 392 total)
Please describe your current hardware configuration. ie TempDB is located on ??, RAID ??
Etc.
What kind of SAN are you currently using?
Is everything on it and how is it configured?
November 16, 2010 at 6:42 am
Please post your BCP command, as well as your form if you are using one.
November 12, 2010 at 9:46 am
Good question, and to Carlos - great addition.
Learned something new form both
November 10, 2010 at 6:08 am
Paul - here is another link that may explain the recoveryinterval better:
http://msdn.microsoft.com/en-us/library/ms191154(SQL.90).aspx
The recovery interval doesn't necessarily state how often that checkpoint will run but to have it run often enough...
November 9, 2010 at 8:24 am
Paul
I never mentioned log backups. Correct me if I'm wrong, but in simple recovery mode, doing a full backup will checkpoint the log file and allow for re-use. Is there...
November 9, 2010 at 7:41 am
Simon
I was simply trying to raise awareness about a common and often misunderstood command - the SHRINKFILE command as it relates to Data Files (not Log Files - see a...
November 9, 2010 at 7:14 am
Shrinking a database file (either using SSMS or T-SQL code) should be avoided if at all possible. In an ideal situation, it is much better to size the file appropriately...
November 9, 2010 at 6:30 am
Are all of the server startup services starting up with the same login, and what is the level of permissino for this login. We have over 200 servers talking amongst...
November 4, 2010 at 1:35 pm
SQLGuru
Again in my experience most companies do not have such a person
Which worked out great for me - as these were the reasons that my company got called in to...
November 4, 2010 at 12:17 pm
SQLGuru
That is exactly the issue that most of my clients THINK is true, yet almost always is not. You have to scan the big temp table (tempdb read) then build...
November 4, 2010 at 9:35 am
The SQLGuru
I can probably count on my two hands cases where a query actually BENEFITED from such. But I can count probably a few hundred times where I have seen...
November 4, 2010 at 8:41 am
Very good question - I learned something today.
Hugo
If you take away the knowledge that you can use the OVER() clause for all aggregates except CHECKPOINT, that's fine. But if you...
November 4, 2010 at 8:20 am
Great question and explanation. Reinforces the need to pay attention to detail.
November 1, 2010 at 9:10 am
sqlstart wannabe
wow,simple! so in a cluster environment, i can just failover the services and reboot the machine, am I right?
Simply put - yes. BUT (there always has to...
October 28, 2010 at 8:13 am
Additionally (suprised that Gila hasn't mentioned this yet) the continual grownig and shrinking of the database filse will cause fragmentation of the files, which will add to the overhead of...
October 25, 2010 at 8:49 am
Viewing 15 posts - 241 through 255 (of 392 total)