Hi,
In order to find procs ran more than 1 minute in sql 2000 we do like this
select * from tracetable
where DURATION/60000 > 1
can anyone tell me what value i should use for 2005 trace duration,Because in sql 2000 it is saved as milliseconds but in sql2005 it is saved as microseconds.
Can anyone tell me how to find the index size in table. Sp_spaceused will give me all the indexes space used in a table.But i want to find each index space used in a table in sql 2000.
Thanks
Helo Sql friends,
Can anyone tell me is there a way to audit Deletes in a table in Sql server 2000 or 2005 databases.
In production database some records are deleted by some one,I can not revoke the write permission, But I want to audit who is deleting the records.Can anyone tell me...
Hi
Can anyone tell me How to find the table schema(definition of table) changed date in Sql server?
ie When any user alter a atble want to find when it was altered.
I know cdate in sysobjects will not update the value to show the date.
Thanks
Tekreader
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.