Viewing 15 posts - 13,636 through 13,650 (of 14,953 total)
Since applications are so specific and individual, there really isn't a way to say what "recommended" IO levels are. The best measure is: Is the cost of running the...
May 20, 2008 at 6:55 am
Derek Dongray (5/20/2008)
May 20, 2008 at 6:43 am
Personally, I'd probably do it by hand to make sure I didn't miss anything. The way to avoid this in the future is create groups, instead of setting up...
May 19, 2008 at 1:27 pm
I use a number of ApexSQL tools. Check out their web page (www.apexsql.com), see if there's anything you like. They have free trials for most of it.
May 19, 2008 at 1:25 pm
With regard to backups, the key question is how much data can your business stand to lose?
If one week worth of data could be lost without difficulty, then weekly full...
May 19, 2008 at 1:04 pm
I'd say the first thing to do is try running a few queries with "set statistics io on" and "set statistics time on". Look at the Messages tab in...
May 19, 2008 at 11:34 am
Michael Earl (5/19/2008)
May 19, 2008 at 11:24 am
Would it be possible to dump the data out of a partition into a separate table, then dump the master, then reload from the separate table? Done correctly, this...
May 19, 2008 at 11:21 am
What's the Maintenance Cleanup Plan trying to do? Remove old backup files?
Crever, I've got maintenance plans that have been running smoothly since I set them up in September, and...
May 19, 2008 at 11:16 am
Access has an Upgrade Wizard that will directly convert the database to SQL. I've used it, and it works pretty well. Requires a little work on your part,...
May 19, 2008 at 11:12 am
ALZDBA (5/17/2008)
you can even avoid the splash screen by adding /nosplash to the shortcut statement.
That doesn't speed it up. It just removes the splash screen. For me, the...
May 19, 2008 at 11:06 am
Take a look at the Node function in SQL in Books Online. That ought to give you what you need.
May 19, 2008 at 11:01 am
I find myself in a position where I am plannning on starting job hunting soon. The company I currently work for is a very pleasant place to work. ...
May 19, 2008 at 10:55 am
Wilfred van Dijk (5/17/2008)
wait till MSSQL2008 🙂(don't get angry on me, I think a lot of people had the same question)
Seriously, folks, the separate date and time fields in SQL...
May 19, 2008 at 8:04 am
My first thought was fragmentation and/or out-of-date statistics. The new heap table wouldn't have any fragmentation, so it makes sense it would be faster.
May 16, 2008 at 2:16 pm
Viewing 15 posts - 13,636 through 13,650 (of 14,953 total)