November 26, 2008 at 4:59 am
Comments posted to this topic are about the item Using the Timestamp Data Type - SQL School Video
Brian Knight
Free SQL Server Training Webinars
January 29, 2009 at 7:42 am
Another great video...
January 29, 2009 at 11:07 am
Excellent! Switched a cumbersome time-sensitive file to use timestamp. Much better than the brute force way I was using. I tried timestamps for concurrency also, but put too much effort into it before I finally gave it up.
January 29, 2009 at 11:46 am
I'm under the impression that SQL Server 2008 is getting rid of the current timestamp behavior and changing to be a real date-time data type rather than binary. I don't know if any functionality would change as a result of that change.
Am I right? Does it matter in regards to the video content?
Thanks, - JJ
January 31, 2009 at 4:51 pm
I've been doing Sql Server for 12 years and I learn something from every video. This one was great.
Thanks
February 2, 2009 at 9:56 am
how would you use this to audit changes?
February 5, 2009 at 11:53 am
Hi,
I have read quite a few wonderful articles by Brian (a well deserved SQL Server MVP) but this video is the first thing I have ever seen from him that disappoints me. There is so much omitted from the video that while technically correct it is rather misleading. Here are some of the reasons:
Where is any discussion that timestamp is being deprecated (MS suggests using rowversion). It is widely used but aren't viewers told that what MS plans to do with it?
Why isn't any mention that timestamp is used most often to verify that the row has not been modified since the client read the row?
Timestamp is rarely used to find rows - it is widely used to verify that it has not been changed both in TSQL and in dataset processing.
Ben
May 22, 2009 at 3:27 am
dear people,
Why is timestamp really deprecated. i get all kinds of answers for using rowversion instead of timestamps because timestamp is deprecated and will not be available in future sql versions?
Rowversion and timestamp are the same? but only the name is different?
let me know why it is deprecated?
Greets,
Sal
January 19, 2011 at 8:23 pm
Brian, You deserve to be a MVP 🙂 Way too many good videos from you which is helping lot of us. Thank you!
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply