December 23, 2007 at 12:10 pm
Hi everyone,
Does anyone know, is it possible disable automatic updating of timestamp column on SQL 2000?
December 23, 2007 at 5:15 pm
Why? And, pretty sure it's not possible.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 24, 2007 at 12:24 pm
Thnk you on your answer.
I have one more MySQL database on the client side, and replicating data between MsSQL (server side) and MySql (client side) using my own program based on timestamp field in MSSQL table.
Now we want to update some very old data on the server side, but we don't want replicate data to client database. But, if we update data on the mssql server we will have new rowversion and program will automaticaly replicate that data to the clients. We cannot easly change replication program, so we looking for some other much easier way.
Thank you any way you help me a lot. Now I know that I must looking for another solution.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply