Viewing 3 posts - 31 through 33 (of 33 total)
GilaMonster (9/3/2008)
September 3, 2008 at 12:58 pm
I'm not 100% certain, but my first pass at this would be querying against the definition field in the sys.all_sql_modules view in the DB in question. Something like:
select ao.name
, asm.object_id
,...
September 3, 2008 at 12:54 pm
Are you saying you are currently backing up the data file, then taking a transaction log backup immediately thereafter? If so, I think you'd be better served by reversing the...
September 3, 2008 at 12:35 pm
Viewing 3 posts - 31 through 33 (of 33 total)