Viewing 15 posts - 1,276 through 1,290 (of 2,900 total)
Go to the "Notifications" section of the job, and the email options are there.
September 13, 2010 at 1:30 pm
At first glance it looks ok. No reason you can't just try it and see.
September 13, 2010 at 9:38 am
As a habit, once you have installed SQL, you should set up a job to backup the system databases, and then add backups for any other databases that get created...
September 13, 2010 at 4:53 am
You could ask your network administrators if they took any backups, or even took backups of the disk where the database (.MDF) was. Maybe you will get lucky.
September 13, 2010 at 4:51 am
CirquedeSQLeil (9/11/2010)
Through the gui, make the selections you need. Reassign the name, file names, and file locations as necessary. ...
September 12, 2010 at 8:15 am
Upgrading has been covered many times. You could search this site for "2000 2008 upgrade" and you will get a lot of information. Then maybe you can post more specific...
September 10, 2010 at 5:22 am
Does the package complete normally after 5 hours ? And if so, is the data as expected ?
The error sounds as though the job does not have permission on...
September 9, 2010 at 5:52 pm
Edited my query to include recovery model.
September 9, 2010 at 10:14 am
Maybe something like this would help you see the backup status of all your databases:
-- Most Recent Backups and # of days since ANY type of backup
SELECT B.name as...
September 9, 2010 at 9:33 am
Instead of resurrecting a 2+ year old thread, I think it would be to everyone's benefit to start a new thread.
September 9, 2010 at 9:23 am
OK ... I think I have it .... I was looking at the "DestinationConnectionOLEDB" tab by mistake Thanks
I want to copy 40,000,000 records, so I'm setting the...
September 8, 2010 at 12:30 pm
jamessdba (9/8/2010)
Thanks to allDaily we are taking full backup only, no Trn backup
the original backup size is 30MB only suddenly it increased to >60GB
Recovery model is FULL
There's your...
September 8, 2010 at 8:19 am
Also, are you sure you want to overwrite the previous day's backup ? I like to have several days backups available in case I discover a problem from a...
September 7, 2010 at 1:23 pm
When you see the blocking with SP_WHO2, look to see which process is at the root cause. So, if SPID 17 is blocked by SPID 23, look to SPID 23....
September 7, 2010 at 11:00 am
This doesn't directly answer your question, but, you could use a Maintenance Plan to control your full and transaction log backups and then use the cleanup task to easily control...
September 7, 2010 at 8:01 am
Viewing 15 posts - 1,276 through 1,290 (of 2,900 total)