Viewing 15 posts - 4,771 through 4,785 (of 9,244 total)
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 16, 2012 at 9:10 am
configure what exactly?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 16, 2012 at 8:43 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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 16, 2012 at 8:21 am
that is correct, did you perform the create, insert, truncate that Gail advised
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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.
😉
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 16, 2012 at 5:12 am
Your article mentions
distas
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 16, 2012 at 4:21 am
vamsi056 (10/16/2012)
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
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...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 15, 2012 at 11:38 am
vamsi056 (10/15/2012)
Iam a newbie to sql server dba tasks,
I want to install sql server 2008 r2 enterprise edition on my laptop where os is windows server 2008 r2...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 15, 2012 at 11:26 am
The log shipping meta data keeps a trcak of files copied and restored. Start messing with the plan itself and it will likely fail. If you want to run LS...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 15, 2012 at 5:37 am
greg.huxley (10/15/2012)
Thank you for the information. Glad I checked before attempting! Are there any dependencies on the order in which I do the migrations i.e. do I...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 15, 2012 at 5:18 am
chewychewy (10/12/2012)
By default installation, SQLServer2005MSSQLuser$<INSTANCENAME>$MSSQLSERVER is having the below access to SQL Server Data folder.
Full Control
Modify
Read and Execute
List Folder Contents
Read
Write
Auditor highlight that this is a security concern and want...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 15, 2012 at 2:42 am
Viewing 15 posts - 4,771 through 4,785 (of 9,244 total)