Re: autonumber data type
From: Dinesh T.K (tkdinesh_at_nospam.mail.tkdinesh.com)
Date: 05/24/04
- Next message: Charles Law: "Re: How to Convert Access Transform/Pivot Query for SQL Server"
- Previous message: Ana Mihalj: "Re: autonumber data type"
- In reply to: Daniel: "Re: autonumber data type"
- Next in thread: Daniel: "Re: autonumber data type"
- Reply: Daniel: "Re: autonumber data type"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 May 2004 13:22:38 +0530
Daniel,
Correct.If you have installed BOL during the SQLServer setup, you can find
it in start menu | SQLServer folder.If not, please refer:
'Books Online for SQL Server SP3'
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
-- Dinesh SQL Server MVP -- -- SQL Server FAQ at http://www.tkdinesh.com "Daniel" <dwbnews@hotmail.com> wrote in message news:#EEEH6VQEHA.2132@TK2MSFTNGP11.phx.gbl... > What? Is BooksOnLine some documentation that came with SQL Server 2000? > > > "Dinesh T.K" <tkdinesh@nospam.mail.tkdinesh.com> wrote in message > news:%2329XZ2VQEHA.3232@TK2MSFTNGP11.phx.gbl... > > Daniel, > > > > Refer IDENTITY columns in BooksOnLine.An example: > > CREATE TABLE students > > (stud_id int IDENTITY(1,1), > > stud_name varchar(100) > > ) > > > > -- > > Dinesh > > SQL Server MVP > > -- > > -- > > SQL Server FAQ at > > http://www.tkdinesh.com > > > > "Daniel" <dwbnews@hotmail.com> wrote in message > > news:OdOkKzVQEHA.3012@TK2MSFTNGP09.phx.gbl... > > > Is there an equivalent in SQL Server to the autonumber data type in > > Access? > > > > > > > > > > > > > > >
- Next message: Charles Law: "Re: How to Convert Access Transform/Pivot Query for SQL Server"
- Previous message: Ana Mihalj: "Re: autonumber data type"
- In reply to: Daniel: "Re: autonumber data type"
- Next in thread: Daniel: "Re: autonumber data type"
- Reply: Daniel: "Re: autonumber data type"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|