Viewing 15 posts - 46 through 60 (of 76 total)
Also, there is no native compression available in SS 2005. Time to backup and recover is much quicker with this tool and much easier to initiate.
David
October 19, 2012 at 2:51 pm
We are currently trialing Idera SQL Safe for compressed backups.
October 19, 2012 at 2:00 pm
Gail, I think that is the kicker. From time to time BI will need to add indexes on the secondary database. How would we accomplish that?
David
October 19, 2012 at 1:02 pm
Thank you Gail. So just to clarify, if I set up LS, I can schedule a time after hours to copy over all the transaction logs and apply them...
October 19, 2012 at 12:52 pm
Also, if I were to set up database mirroring and snapshot the mirrored database each night, is the snapshot something relatively quick? Also, does mirroring have any impact on...
October 19, 2012 at 12:39 pm
Would we be able to add new indexes to the target database once it is in LS mode?
October 19, 2012 at 12:36 pm
That would be the easy solution except for the time it would take to restore. Unfortunately I am not able to test a restore due to hardware constraints at...
October 18, 2012 at 1:26 pm
Gail, thank you for chiming in. You know, I forgot about log shipping and that may be a better option. What we need to do is provide our...
October 18, 2012 at 12:42 pm
Clare, no worries. I should have been clearer explaining my request and situation. Thank you for chiming in.
September 5, 2012 at 7:45 am
I am merely trying to get feedback on using the DBCC SHRINKFILE EMPTYFILE command, hence the title of my post. I am not referring to my PRIMARY file. ...
September 4, 2012 at 7:57 pm
I used the REPLACE function and it works as expected. Here is the solution I used:
SELECT
x.labtest_key,
x.ng_labtest_key,
x.labtest_desc
m.ng_labtest_desc
FROM
lab_tests_xref_tbl x INNER JOIN lab_tests_mstr_tbl m ON x.ng_labtest_key = m.ng_labtest_key
INNER JOIN...
June 20, 2012 at 6:41 pm
Can this be used in a stored procedure? I am trying to use the following and getting an error:
WITH BaseData AS (
SELECT
person_id,
...
June 14, 2012 at 1:00 pm
Viewing 15 posts - 46 through 60 (of 76 total)