Viewing 15 posts - 4,786 through 4,800 (of 9,253 total)
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
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...
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...
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...
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...
October 15, 2012 at 2:42 am
As i said, you'll need to be patient and run it for longer than 20 mins 😉
October 14, 2012 at 9:04 am
tut tut, really. A simple google search reveals this link
Just in case you can't find it :Whistling: here's the Windows 2012 Eval too.
October 14, 2012 at 8:52 am
OK, so when it states same edition and version it seems like it only refers to the major build version not the minor build version
October 14, 2012 at 8:46 am
Marios Philippopoulos (10/13/2012)
I found out that this data file contains data from a text column.Could this be the reason I am having trouble shrinking the file?
why don't you re run...
October 13, 2012 at 12:17 pm
sej2008 (10/13/2012)
I am log shipping from pc1 to pc2 as
an pc1\administrator and having same password on the machine still...
October 13, 2012 at 12:06 pm
Technically, with contained databases in 2012, you are bypassing connections through the server as you are authenticated directly by the user database.
Under Oracle an instance is a database, its an...
October 12, 2012 at 11:01 am
greg.huxley (10/12/2012)
I have two physical servers, one running SQL Server 2005 and one SQL Server 2012. I have been tasked with migrating the 2005 databases to 2012 using the...
October 12, 2012 at 10:56 am
kevaburg (10/12/2012)
How do I find out how much of that datafile is actually filled with data and how much is empty and reserved for use using SQL-based queries
Run this per...
October 12, 2012 at 8:05 am
ericwenger1 (10/12/2012)
October 12, 2012 at 7:25 am
oh for sure, I don't doubt that. But, all the same, these things can and do happen
October 12, 2012 at 5:51 am
Viewing 15 posts - 4,786 through 4,800 (of 9,253 total)