Browse by Tags

Sorry, but there are no more tags available to filter with.
SQL Server 2008 TIME data type
The new TIME type stores a time with a specified scale that defines the fractional second precision. The scale ranges from 0-7 representing 0-7 significant digits for the fractional seconds. The default precision is TIME(7), giving 7 significant digits...
SQL Server 2008 DATE data type
SQL Server 2008 has several new data types, including new date and time types. In a series of short posts I’ll go into how these data types are structured. All of these new types are supported in SQL Internals Viewer , and a new data type viewer is coming...