top of page
Search
Madeira Team
- Apr 4, 2011
- 3 min
Efficiently UPDATE and DELETE using TOP and ORDER BY
Since SQL Server 2005, Microsoft added the nice addition to the common DML statements UPDATE and DELETE by allowing the use of the TOP...
Madeira Team
- Feb 2, 2011
- 3 min
Remove the IDENTITY property from an existing column
How to remove the IDENTITY property from an existing column using T-SQL (without changing the order of the columns or moving the data...
bottom of page