Viewing 15 posts - 26,941 through 26,955 (of 39,768 total)
There are a few things. There isn't a client per se. There are client tools, which you will find in a group in Programs ( SQL Server 2005), but every...
September 20, 2008 at 6:46 am
This typically happens when you run a backup, and add a new backup file in the "Backup Database" dialog. Since the new file is highlighted and the one that was...
September 20, 2008 at 6:44 am
There are a few issues, and Clive has talked well about them.
The more often you run log backups, the smaller they are. However, to apply them, you need to interrupt...
September 20, 2008 at 6:43 am
Improving query performance depends upon many things. You have to look at the queries, see if more indexes would help. Or if different indexes would help. How often do the...
September 20, 2008 at 6:38 am
You misquoted MSDN. The quote before that says IF the data files need more space and can't get it, a database engine error is issued. The quote misleads people to...
September 19, 2008 at 10:37 am
The cursor thing isn't a big deal for adding these. It's a one time loop.
For the programming, you want to avoid them and just write out the statements. Not sure...
September 19, 2008 at 10:24 am
tempdb is highly dependent on activity and data sizes. If you have a 500MB database, 10GB is way overkill.
Disk space is cheap, and it makes sense to just assign some...
September 19, 2008 at 10:22 am
Even if the disk fills up, data can be interested into a database provided it does not need to grow. Databases typically have free space in them, and if yours...
September 19, 2008 at 9:13 am
You have a full log file. Are you running backups? Is msdb in simple recovery mode or full?
Please post your question in the edit box, not the title.
September 19, 2008 at 9:02 am
I'd definitely look at SS2K8. There are bugs, but overall it's a more mature, stable version of SS2K5.
September 19, 2008 at 7:45 am
Possibly. Not sure if that patch hits shared components or not.
Why not setup a separate instance on another test machine, or even in a VM? I wouldn't gamble with production.
September 18, 2008 at 9:02 pm
I'd rename the table. That will tell you if it's still being used.
Quick.
September 18, 2008 at 8:59 pm
You have to connect to each SQL Server and run this. There isn't another way.
You can write a script using sqlcmd to do this, looping through the list of servers,...
September 18, 2008 at 8:58 pm
Nope, good to call me out. I probably am missing more.
I've not really used WSUS since I want control over when and where they are applied to which machines. I...
September 18, 2008 at 8:57 pm
If you want to overwrite backups, use the same file name and the WITH INIT clause. However this isn't a great practice. If it fails partially in there, you don't...
September 18, 2008 at 8:55 pm
Viewing 15 posts - 26,941 through 26,955 (of 39,768 total)