Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
ranjeetsingh_6
Posting Yak Master
125 Posts |
Posted - 2010-08-06 : 13:31:24
|
| Hi,I need to sql script that use to maintain version of Database means anyone modify into any DataBase object then a row inserted into below table.Column of below table have same meaning as per written like: majorversion show that any major modification was happen on DataBase(ex- alter any database object),minorversion show that any minor changes was done into dataBase object,modify date is current date and modifyby is user name.majorversion minorversion modifieddate modifiedby1 0 11/7/2010 11 0 11/7/2010 11 0 11/7/2010 11 0 11/7/2010 11 0 11/7/2010 11 0 11/7/2010 11 0 11/7/2010 11 0 11/7/2010 11 1 7/14/2010 1Ranjeet Kumar Singh |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
ranjeetsingh_6
Posting Yak Master
125 Posts |
Posted - 2010-08-06 : 14:14:31
|
| yes For Objects, create a DDL Trigger and a log table.Ranjeet Kumar Singh |
 |
|
|
|
|
|