Microsoft SQL Server Articles
Links, articles, scripts, tips, and other technical sources for managing SQL Server. DBALinks is dedicated to SQL Server and database administration.
ABOUT SQL SERVER
Articles | Categories | Search | Syndication
How to Get Only the Date Part of a Date/Time Stamp in SQL Server without Time Part Select CAST(FLOOR( CAST( GETDATE() AS FLOAT ) )AS DATETIME)