Quantcast
Channel: Recent Edits
Viewing all articles
Browse latest Browse all 12198

Not only is not supported in SSMS, but it also shows a wrong datatype!

$
0
0
I am starting off a new database. Initially I created all my columns as Timestamp. Since we are still in development, I decided to change them to a datatype of rowversion.I knew from msdn forums that the rowversion is not available in the GUI provided by SSMS. So I scripted it using the following script. I decided to keep the same column name. IN this case, the column name was [versioncol].ALTER TABLE [MYTABLE]DROP COLUMN [VersionCol]goALTER TABLE [MYTABLE]add [VersionCol] rowversiongoIn my obje

Viewing all articles
Browse latest Browse all 12198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>