Viewing 15 posts - 1,606 through 1,620 (of 2,900 total)
Your cleanup task should not include the period in the file type. use 'BAK' not '.BAK'
January 12, 2010 at 9:12 am
turnerpe (1/12/2010)
All the replies seem to steer me toward using T-SQL scripts. So,...
January 12, 2010 at 9:03 am
When making changes with the GUI (table changes, backup, restore, jobs ...), before you click the final "OK", you can script out the change that's about to be made. That...
January 12, 2010 at 7:53 am
According to this thread, you have a corrupted backup
January 12, 2010 at 5:14 am
chris.mckeever (1/11/2010)
I figured there was a forehead slap and a "Doh!" in my near future.
Welcome to the club. I've been a member for a while ! 😀
January 11, 2010 at 6:24 pm
I think that if you disable the jobs so that they don't run during the file move, you should be ok. I haven't used replication in a while, so maybe...
January 11, 2010 at 3:43 pm
laddu4700 (1/11/2010)
If you don't shrink logfile, lets say logfile grows rapidly and...
January 11, 2010 at 3:38 pm
Search on Shrink Database and you will get lots of information about why NOT to shrink your database.
January 11, 2010 at 1:13 pm
If it's a production environment, I would think that the data is increasing regularly, thus making your backup size increase. Normal & expected.
Shrinking the data file will not help your...
January 11, 2010 at 1:05 pm
I created a new Maint Plan when I tried it just now. Perhaps there's a quirk in your existing plan if it was created on an earlier SP ? ...
January 11, 2010 at 10:12 am
I think the suggested method is:
Log on to the server
Configuration Tools
Go to SQL Configuration Manager
Go to SQL 2005 Service
Choose the Service -> Properties and change the account
Then you will need...
January 11, 2010 at 8:16 am
If there are large databases, you might want to do a FULL backup at night, then a Differential every 3 hours and transaction log backups more frequently, such as...
January 11, 2010 at 7:56 am
praveen640 (1/11/2010)
Yes i want the same DB with the same name on the same instance
And how will you know which one you are accessing ? Magic ?
You have a...
January 11, 2010 at 7:53 am
No, Mine were still checked. Are you up to date with service packs ?
January 11, 2010 at 5:38 am
Viewing 15 posts - 1,606 through 1,620 (of 2,900 total)