Today I want to share an SQL Server 2005 stored procedure to make autonumber. This stored procedure provide two numbering templates.
autonumber template #1: ..
autonumber template #2: <1DIGIT-YEAR><1DIGIT-MONTH>.
Today I want to share an SQL Server 2005 stored procedure to make autonumber. This stored procedure provide two numbering templates.
autonumber template #1: ..
autonumber template #2: <1DIGIT-YEAR><1DIGIT-MONTH>.
I found a solution to import Access Data to SQL Server easily using SQL Server Migration Assistant (SSMA) for Access. This is a free tool from Microsoft that comes with three versions (Access, Oracle, and Sybase).