SQL Server 2014 Announced
Microsoft has announced the next version of SQL Server will be SQL Server 2014, and that a pre-release version will be available later this year.… Read More »SQL Server 2014 Announced
Microsoft has announced the next version of SQL Server will be SQL Server 2014, and that a pre-release version will be available later this year.… Read More »SQL Server 2014 Announced
For more information on cursors, also take a look at the free SQL query training provided by Steve Stedman. Cursors are a feature of SQL Server… Read More »T-SQL: A Simple Example Using a Cursor
SQL Server 2012 adds a new function called DateFromParts. This new function simplifies the creating of a DATE type in TSQL over the older ways of… Read More »DATEFROMPARTS function in TSQL