Viewing 15 posts - 4,771 through 4,785 (of 9,249 total)
kkanaya (10/16/2012)
October 16, 2012 at 12:58 pm
open a cmd prompt on the machine and post the output of
NET START
October 16, 2012 at 12:12 pm
david.washington (10/16/2012)
Great article.
just out of interest which article were you reading?
Paul Randal (10/16/2012)
My goodness - what a load of utter nonsense in this article.
I actually didn't want to...
October 16, 2012 at 11:58 am
Litespeed is a packaged installer which installs the binaries.
You then need to launch the Litespeed configuration wizard, you could check with Quest if there is a way to script this...
October 16, 2012 at 9:10 am
Marios Philippopoulos (10/16/2012)
I will probably not do that, as it seems a bit too much voodoo to me... 🙂
Whats voodoo about creating a table, inserting some records and truncating...
October 16, 2012 at 8:21 am
that is correct, did you perform the create, insert, truncate that Gail advised
October 16, 2012 at 6:41 am
can you supply a little more info on the virtual environment, are the VMs clustered directly or are you referring to host clusters?
October 16, 2012 at 6:12 am
i think the user was primarily confusing NOTRUNCATE and TRUNCATEONLY on DBCC SHRINKFILE with the BACKUP LOG scenario, i could of course be wrong but i'm sure this is the...
October 16, 2012 at 6:04 am
Marios Philippopoulos (10/16/2012)
I ended up shrinking the file, but had to wait a few hrs.
😉
October 16, 2012 at 5:12 am
Your article mentions
distas
October 16, 2012 at 4:21 am
vamsi056 (10/16/2012)
October 16, 2012 at 1:14 am
set the backup drive as a dependency on the sql server service resource and change the drives\paths on the sql server instance properties page
October 15, 2012 at 12:57 pm
remove traces of any redundant secondary databases on the secondary server using
USE master;
go
exec sp_delete_log_shipping_secondary_database
@secondary_database = 'secondary_database';
Once you're sure any LS scenarios have been cleared remove the alert job...
October 15, 2012 at 11:38 am
Viewing 15 posts - 4,771 through 4,785 (of 9,249 total)