|
|
|
SSCommitted
      
Group: Moderators
Last Login: Monday, August 13, 2012 1:06 PM
Points: 1,928,
Visits: 224
|
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Yesterday @ 6:03 AM
Points: 4,787,
Visits: 1,335
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, July 02, 2012 7:29 AM
Points: 1,
Visits: 31
|
|
| 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.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Today @ 3:08 PM
Points: 255,
Visits: 2,407
|
|
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
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 10:50 AM
Points: 170,
Visits: 702
|
|
I've been doing Sql Server for 12 years and I learn something from every video. This one was great.
Thanks
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Yesterday @ 2:11 PM
Points: 1,409,
Visits: 4,506
|
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Yesterday @ 3:04 PM
Points: 28,
Visits: 110
|
|
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
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, August 07, 2009 6:23 AM
Points: 1,
Visits: 14
|
|
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
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, April 09, 2013 9:52 AM
Points: 9,
Visits: 162
|
|
| Brian, You deserve to be a MVP :) Way too many good videos from you which is helping lot of us. Thank you!
|
|
|
|