Viewing 15 posts - 1,276 through 1,290 (of 2,897 total)
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
As mentioned already, log backups are critical. I do them every 15-30 minutes on production databases. That helps control the log size, and give you good point-in-time recovery options.
September 7, 2010 at 5:02 am
Raghavender (9/7/2010)
homebrew01 (9/6/2010)
its not containing any old transactions and it's not a publisher, it's a subscriber.
Perhaps it was initially set as a publisher, and the publication was not completely removed...
September 7, 2010 at 4:40 am
There have been several questions asked, that you have not answered, that might provide useful information.
September 7, 2010 at 1:10 am
Viewing 15 posts - 1,276 through 1,290 (of 2,897 total)