|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to find object modified datetoday when I come to work, I noticed someone had modified and deleted few
columns n a table. Is there any way I can find out when and who modified and deleted columns? is there any scripts i can run? thanks Farrukh What version of SQL Server?
-- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "FARRUKH" <farrscorpi***@hotmail.com> wrote in message news:DD53ED9A-0375-40FA-A585-889EBE7429F4@microsoft.com... > today when I come to work, I noticed someone had modified and deleted few > columns n a table. > Is there any way I can find out when and who modified and deleted columns? > is there any scripts i can run? > > thanks > > Farrukh I am using SQL Server 2000
Show quote "Tibor Karaszi" wrote: > What version of SQL Server? > > -- > Tibor Karaszi, SQL Server MVP > http://www.karaszi.com/sqlserver/default.asp > http://www.solidqualitylearning.com/ > > > "FARRUKH" <farrscorpi***@hotmail.com> wrote in message > news:DD53ED9A-0375-40FA-A585-889EBE7429F4@microsoft.com... > > today when I come to work, I noticed someone had modified and deleted few > > columns n a table. > > Is there any way I can find out when and who modified and deleted columns? > > is there any scripts i can run? > > > > thanks > > > > Farrukh > > SQL Server 2000 doesn't store modified date of an object structure. You would have to have had a
profiler trace running while the modification was performed to see when and who did it. -- Show quoteTibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "FARRUKH" <farrscorpi***@hotmail.com> wrote in message news:628A127C-1FD2-494B-B4CD-5B5E7B6C4B93@microsoft.com... >I am using SQL Server 2000 > > "Tibor Karaszi" wrote: > >> What version of SQL Server? >> >> -- >> Tibor Karaszi, SQL Server MVP >> http://www.karaszi.com/sqlserver/default.asp >> http://www.solidqualitylearning.com/ >> >> >> "FARRUKH" <farrscorpi***@hotmail.com> wrote in message >> news:DD53ED9A-0375-40FA-A585-889EBE7429F4@microsoft.com... >> > today when I come to work, I noticed someone had modified and deleted few >> > columns n a table. >> > Is there any way I can find out when and who modified and deleted columns? >> > is there any scripts i can run? >> > >> > thanks >> > >> > Farrukh >> >> |
|||||||||||||||||||||||