Get only updated and newly record
-
Dear All, i have a database in MSSQL 2005 which i am doing DDL,DML and others from c#. i am searching for a tool in MSSQL 2005 that it could give only updated and newly inserted records in afile. one possible i can do is to create publication, but i dont want to go through publication. is there any method or tool that can provide me such facility.
Abdul Rahaman Hamidy Database Developer Kabul, Afghanistan
-
Dear All, i have a database in MSSQL 2005 which i am doing DDL,DML and others from c#. i am searching for a tool in MSSQL 2005 that it could give only updated and newly inserted records in afile. one possible i can do is to create publication, but i dont want to go through publication. is there any method or tool that can provide me such facility.
Abdul Rahaman Hamidy Database Developer Kabul, Afghanistan
Hi, what about having datetime (datetimestamp) columns, one for last_updated and one for created_date?
-
Dear All, i have a database in MSSQL 2005 which i am doing DDL,DML and others from c#. i am searching for a tool in MSSQL 2005 that it could give only updated and newly inserted records in afile. one possible i can do is to create publication, but i dont want to go through publication. is there any method or tool that can provide me such facility.
Abdul Rahaman Hamidy Database Developer Kabul, Afghanistan