Viewing 15 posts - 26,971 through 26,985 (of 39,793 total)
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
Pick the indexes and right click, select delete or drop.
September 18, 2008 at 8:54 pm
Best you can, though most people have smaller environments and have to make guesses on performance. I would think the data size is the most important, get all data, then...
September 18, 2008 at 1:58 pm
Which event is this? If you are grabbing stored procs, you'll get it. You can filter by database or user as well.
What does the proc do?
September 18, 2008 at 1:57 pm
Paul's got it. tempdb is recreated, might not have enough space for that on your system or even logging.
September 18, 2008 at 1:56 pm
Lots of VBScripting.
Transfers are always easier to one file name. You could use the Dynamic Properties task to alter the connection to the file to a different name based on...
September 18, 2008 at 1:54 pm
Viewing 15 posts - 26,971 through 26,985 (of 39,793 total)