SQL Server Nation
For all of your SQL Server needs.

Wikis

Browse Wikis

SQL Server

Please feel free to add and/or edit whatever content you desire!
Not rated

Cursor Template

DECLARE @Variable1 INT, @Variable2 INT DECLARE CursorName CURSOR FAST_FORWARD FOR SELECT Field1, Field2 FROM TableName...
Revision #1 Posted to SQL Server by TimChapman on 24 Oct 2009
Copyright SQL Server Nation 2009
Powered by Community Server (Non-Commercial Edition), by Telligent Systems