Viewing 15 posts - 1,246 through 1,260 (of 2,640 total)
I'm not sure if one of the database/server triggers can be used for this - haven't looked at this feature too much. Is this for SQL or AD connects ?
February 22, 2007 at 3:36 am
You need to watch out for over zealous security templates in Group Policy which may seek to remove basic rights the sql server service needs. I've had some issues with...
February 22, 2007 at 3:31 am
this is the default for msdb - think carefully about what you are asking, do you really need tran logs for msdb ? As you only take two tran log...
February 22, 2007 at 3:23 am
did you change the service account back to the domain account ? I'd check out the sql error logs they should tell you what is wrong, I figure your domain...
February 22, 2007 at 3:20 am
umm .. I can't post the code as there's too much to explain, but my log shipping copes with this, it doesn't require the ability to query the source server...
February 21, 2007 at 12:23 pm
I'm just biased , brought up on very high performance oltp databases, back in sql 6.5 I was using multiple raid 10 arrays. My last three contracts all have databases...
February 21, 2007 at 12:19 pm
you also need to check your backup job, I've seen backup jobs which shrink the log, that disguises the fact the log was growing, as well as adding fragmentation. The...
February 21, 2007 at 7:28 am
within reason no real issues, if you drop and recreate a clustered index the logging should be around 1.25 - 1.5 times the size of the table. Or a data...
February 21, 2007 at 7:25 am
experience has taught me that the dbid is better than the name in profiler. It's only a quick lookup
select
* from...
February 21, 2007 at 7:17 am
the timings are a red herring unless you are absolutely sure both quereis run with a level playing field, so to speak. What's the io difference between the queries?
could you...
February 21, 2007 at 7:14 am
you may need 1204 too - I figure about 80mb a day ( av ) with trace falgs enabled.
February 20, 2007 at 12:54 pm
I query the underlying tables and grab the dates to avoid these errors .. it takes some querying but isn't impossible!
February 20, 2007 at 12:53 pm
Viewing 15 posts - 1,246 through 1,260 (of 2,640 total)