Viewing 15 posts - 706 through 720 (of 3,738 total)
Shawn Melton (12/11/2014)
December 11, 2014 at 1:38 pm
I tried again and here are the results.
This is not a production box so I can blow it away if necessary.
ALTER DATABASE Staging SET ONLINE;
Msg 5120, Level 16, State 101,...
December 11, 2014 at 1:36 pm
I appreciate the information.
Thank you.
December 4, 2014 at 12:07 pm
You are right. I meant to say SP3 which was released on 12 SEPT 2014.
I will probably no go for the in-place upgrade so it will not matter.
Thanks.
December 3, 2014 at 6:58 am
Ed Wagner (10/1/2014)
October 1, 2014 at 7:33 am
That's awesome. Thank you so much.
September 30, 2014 at 11:33 pm
So how would I do it if I select the column from the table?
September 30, 2014 at 7:45 am
Welsh Corgi (9/29/2014)
ChrisM@Work (9/29/2014)
September 30, 2014 at 6:11 am
ChrisM@Work (9/29/2014)
September 29, 2014 at 11:01 pm
I have views that use aliases to load the tables about 200 tables not in this case.
I wrote the package two years ago and it has been working fine.
It is...
September 28, 2014 at 11:34 pm
Thanks Lynn.
September 22, 2014 at 4:18 pm
If I run DBCC CHECKDB I get the following error:
Msg 7928, Level 16, State 1, Line 1
The database snapshot for online checks could not be created. Either the reason is...
September 18, 2014 at 9:05 am
Yes I can query the tables.
September 18, 2014 at 8:54 am
It turns out that it is not the maintenance plan.
BACKUP DATABASE [CommercialLinesWDB] TO DISK = N'D:\Backups\Full\User\CommercialLinesWDB\CommercialLinesWDB_backup_2014_09_18_101705_9244712.bak'
Returns the following:
Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is terminating abnormally.
Msg...
September 18, 2014 at 8:42 am
I narrowed it down to 1 Database.
It does not create a report. It just fails.
Using a maintenance plan is the lazy way to go.
I have a 2005 Server that I...
September 18, 2014 at 6:15 am
Viewing 15 posts - 706 through 720 (of 3,738 total)