Viewing 15 posts - 2,371 through 2,385 (of 4,745 total)
how are you measuring log file size?
---------------------------------------------------------------------
August 16, 2010 at 4:50 am
check out dbcc shrinkfile in books Online.
the notruncate option means do not return space to the operating system so I fail to see why the size of the log file...
---------------------------------------------------------------------
August 15, 2010 at 4:52 am
uniqueidentifier does not implicitly convert to int, you will need to use convert or cast.
http://msdn.microsoft.com/en-us/library/aa226054(v=SQL.80).aspx
---------------------------------------------------------------------
August 14, 2010 at 5:32 pm
shrinkfile with notruncate will have no effect on a log file.
I can only presume one log restore is using the log shipping jobs, one isn't?
the version of SQL will not...
---------------------------------------------------------------------
August 14, 2010 at 12:50 pm
this is a known bug with the 64bit install GUI. google that error you will find a number of posts on it.
your options are -
1) leave shared directories to...
---------------------------------------------------------------------
August 13, 2010 at 12:47 pm
do not run any log backups outside of the jobs created by the logshipping wizard to do so. Only those log backups will be copied and restored,. Other log backups...
---------------------------------------------------------------------
August 13, 2010 at 8:18 am
Pei Zhu-415513 (8/13/2010)
That is not true. You can name the mirrorring endpoint differently. I did it without any issue.
you changed the name of a mirroring endpoint after it was in...
---------------------------------------------------------------------
August 13, 2010 at 7:36 am
get together with your SAN guy and tell him you need your database log and tempdb IO activity separated and what is he going to do to provide that for...
---------------------------------------------------------------------
August 13, 2010 at 7:16 am
if you don't change it in SQL as well via configuration manger service will fail on next restart.
---------------------------------------------------------------------
August 13, 2010 at 7:12 am
control the log file growth by taking log backups more frequently. Avoid shrinking the log file.
If you shrink files on a database acting as primary in logshipping that action...
---------------------------------------------------------------------
August 13, 2010 at 7:10 am
rishi anjali (8/12/2010)
Thank you,can we change the name of the endpoint,while mirroring configuration is running.
if so how can we change.
regards,
anjali.
no, and there will never be a need to do...
---------------------------------------------------------------------
August 12, 2010 at 3:22 am
Rajat Jaiswal-337252 (8/12/2010)
---------------------------------------------------------------------
August 12, 2010 at 3:20 am
this limit of 10 databases per server for database mirroring is a bit of an urban myth, in reality it depends on a lot of factors and is likely to...
---------------------------------------------------------------------
August 11, 2010 at 3:37 pm
In logshipping I usually run sql server and sqlagent services on both servers under the same domain user account, avoids a lot of access problems.
Make sure the log backup directory...
---------------------------------------------------------------------
August 11, 2010 at 7:31 am
afraid so, but in a situation where primary is lost unavoidable.
In a test failover can be avoided by doing tail backup of the log.
---------------------------------------------------------------------
August 11, 2010 at 7:23 am
Viewing 15 posts - 2,371 through 2,385 (of 4,745 total)