Viewing 15 posts - 136 through 150 (of 712 total)
one more question , Why developers have access to production?
October 31, 2013 at 11:04 pm
Use Generate scripts , scroll and select only the necessary SP's.
By the way why are the developing it on a prod server , don't you have dev server fro this...
October 31, 2013 at 11:03 pm
'\\test1\I$\Logbackup', does I$ has permission for service account or you have given the path worngly?
is it something like this '\\test1\Logbackup'
October 31, 2013 at 10:59 pm
use msdb
select * from log_shipping_monitor_error_detail
anything on this during that period on both the servers.
October 31, 2013 at 4:01 am
Eswin (10/28/2013)
We need a copy of the production database for development team and the dev database should be updated with the change in prod...
October 31, 2013 at 1:42 am
Log shipping status report is showing not in sync or out of threshold for "X" minutes?
Can you give the exact error that is there on the job failure restores or...
October 31, 2013 at 1:36 am
phani404 (10/21/2013)
Get help: http://help/2627
Can any one...
October 31, 2013 at 12:57 am
what is the status on primary and secondary job any error or findings?
October 31, 2013 at 12:54 am
free_mascot (10/30/2013)
Only if you didn't apply any Tlog backup your diff backup will work. Differential backup can't be apply on secondary server if subsequent tlog backups have...
October 31, 2013 at 12:53 am
have you used sp_executesql for executing dynamic queries?
October 31, 2013 at 12:48 am
can you build the full text in the variable and then try exec
October 31, 2013 at 12:43 am
Have you tried "View history" through "Job Activity Monitor"?
October 31, 2013 at 12:29 am
I dont think so, it is just for monitoring backup, copy, restore job at a common location else you have to find it primary and secondary for their respective status.
October 31, 2013 at 12:27 am
try scripting the jobs with various options , it will use some System procedures to create, schedule , enable etc.
if you can manage well these you can manage it through...
October 30, 2013 at 11:54 pm
Can't you avoid the sub queries used these many times?
try inserting the subquery data to temp table and update and see how query performs.
as suggested above plan is best to...
September 24, 2013 at 11:35 pm
Viewing 15 posts - 136 through 150 (of 712 total)