Viewing 15 posts - 1,666 through 1,680 (of 4,745 total)
Craig Farrell (6/27/2011)
george sibbald (6/27/2011)
June 27, 2011 at 4:04 pm
toddasd (6/27/2011)
george sibbald (6/27/2011)
I think you have to accept that in most shops devs will own the code but not the environment (and certainly not production). The DBA is needed...
June 27, 2011 at 4:00 pm
personally quite happy to grant view server state rights.
It all depends on how many environments you have and who you share them with as to the level of access. It...
June 27, 2011 at 2:41 pm
A DBA never owns code, Devs own code, the DBA is responsible for the environments the code runs in, especially prod. Ownership and responsibility could be getting mixed up here.
The...
June 27, 2011 at 1:51 pm
jvskarthick (6/27/2011)
June 27, 2011 at 10:38 am
no its not in a mode where you can do that, without breaking log shipping. As it is a copy of a database anyway there's no need to back it...
June 26, 2011 at 2:23 pm
take a look at sys.dm_db_index_operational_stats
http://msdn.microsoft.com/en-us/library/ms174281(v=SQL.100).aspx
June 26, 2011 at 10:04 am
did a bit of research and the transaction log holds the SID of the ID that issued the transaction, that can then be matched to the SIDS in the sysusers...
June 25, 2011 at 8:06 am
but steve, with SQL logins they would end up with different SIDS and users would be orphaned on failover (and again on failback).
June 24, 2011 at 5:26 pm
beg to differ, for example:
http://www.apexsql.com/sql_tools_log.aspx
why would there be such tools if it wasn't for auditing purposes, to see WHO did what, so that information is in the log.
June 24, 2011 at 4:35 pm
Log Shipping
Log Shipping sound like a feasible option but from what I have read this will have the largest performance hit on the server and also on network traffic. Is...
June 24, 2011 at 4:27 pm
I don't think there is a cast iron way of doing this. a database may only be used once a month or once a quarter
The DMV Sys.dm_db_index_usage_stats lists usage statistics...
June 24, 2011 at 3:53 pm
p.s. I think the tran log does record who made the change, so a log reading tool may work for you. their technical blurb should tell you.
Must be some interesting...
June 24, 2011 at 3:28 pm
seconded, thirded, fourthed and fifthed. Not for service packs, nada.
These need applying in a controlled manner at agreed times, backups taken, with testing afterwards and a backout in place.
Service packs...
June 24, 2011 at 3:21 pm
Viewing 15 posts - 1,666 through 1,680 (of 4,745 total)