Viewing 15 posts - 1 through 15 (of 35 total)
ALZDBA (7/8/2011)
did you take your db offline _before_ the file copies / lun copies?
nope, this DoubleTake software is suppose to replicate in real time.
July 8, 2011 at 10:17 am
I would like you to build me a toaster, how would you do that?
March 21, 2011 at 3:51 pm
Ninja's_RGR'us (3/21/2011)
Jason Messersmith (3/21/2011)
March 21, 2011 at 10:54 am
I'm just curious if anyone had updates on their rates? I basically got told that $50 per hour was way too high for someone with 4 years DBA, 6...
March 21, 2011 at 9:27 am
nevermind, i loaded up profiler and found out that there was spaces missing after the WITH statement, i guess an enter isnt sufficient. go figure.
August 25, 2010 at 10:30 am
try searching for '%&q=%'
August 2, 2010 at 9:00 am
Why dont you just do a query for WHERE Column is null or do you have hundreds of columns in your DB?
August 2, 2010 at 8:54 am
Your best bet is making an application or SSIS package to do this. Then use xp_cmdshell or SQL agent to call on that application or package.
July 9, 2010 at 9:01 am
I would take a look at SQL Profiler.
July 9, 2010 at 8:27 am
DECLARE @serviceaccount varchar(100)
EXECUTE master.dbo.xp_instance_regread
N'HKEY_LOCAL_MACHINE',
N'SYSTEM\CurrentControlSet\Services\MSSQLSERVER',
N'ObjectName',
@ServiceAccount OUTPUT,
N'no_output'
SELECT @Serviceaccount
July 2, 2010 at 1:28 pm
select * from sys.configurations
Are you looking for the account running the SQL and SQL Agent Service?
July 2, 2010 at 1:24 pm
vsm198 (7/1/2010)
this is a secondary server, databses are in stanby/read-only mode, how can we shrink.
I think you can shrink the primary database and it will shrink the other database.
July 1, 2010 at 3:03 pm
Viewing 15 posts - 1 through 15 (of 35 total)