Click here to Skip to main content
15,921,840 members
Home / Discussions / Database
   

Database

 
AnswerRe: problem getting sum of each row Pin
ednrgc20-Dec-06 6:25
ednrgc20-Dec-06 6:25 
GeneralRe: problem getting sum of each row Pin
xoxoxoxoxoxox20-Dec-06 6:50
xoxoxoxoxoxox20-Dec-06 6:50 
AnswerRe: problem getting sum of each row Pin
Keith Malwitz20-Dec-06 6:41
Keith Malwitz20-Dec-06 6:41 
AnswerRe: problem getting sum of each row Pin
RinkRat20-Dec-06 6:59
RinkRat20-Dec-06 6:59 
Questionlink the foxpro(.dbf) table with mssql Pin
Guru_yogi20-Dec-06 1:12
Guru_yogi20-Dec-06 1:12 
AnswerRe: link the foxpro(.dbf) table with mssql Pin
Pete O'Hanlon20-Dec-06 22:46
mvePete O'Hanlon20-Dec-06 22:46 
QuestionGuy's pls help... Pin
tilak.gummadi19-Dec-06 23:19
tilak.gummadi19-Dec-06 23:19 
AnswerRe: Guy's pls help... Pin
Mairaaj Khan20-Dec-06 0:57
professionalMairaaj Khan20-Dec-06 0:57 
tilak.gummadi wrote:
can some one tell me how to create a sequence in sql server 2000


In SQL Server IDENTITY property is the equivalent of the oracle's sequences. IDENTITY property can be set to the columns of the types tinyint, smallint, int, bigint, numeric, decimal. It is used in the form of IDENTITY(seed, increment)
Example,
CREATE TABLE abc(
f1 int IDENTITY(10,2), 
f2 varhar(100)
)

Also have a look at this[^] for more details.

Regards

________________________________
Success is not something to wait for, its something to work for.

GeneralRe: Guy's pls help... Pin
tilak.gummadi20-Dec-06 16:58
tilak.gummadi20-Dec-06 16:58 
Questionhow to use linked server for foxpro & mssql linking Pin
Guru_yogi19-Dec-06 18:51
Guru_yogi19-Dec-06 18:51 
AnswerRe: how to use linked server for foxpro & mssql linking Pin
Eric Dahlvang20-Dec-06 3:44
Eric Dahlvang20-Dec-06 3:44 
QuestionSQL Server text column question Pin
Marcus Spitzmiller19-Dec-06 9:12
Marcus Spitzmiller19-Dec-06 9:12 
AnswerRe: SQL Server text column question Pin
PIEBALDconsult19-Dec-06 9:28
mvePIEBALDconsult19-Dec-06 9:28 
GeneralRe: SQL Server text column question Pin
Marcus Spitzmiller19-Dec-06 9:35
Marcus Spitzmiller19-Dec-06 9:35 
GeneralRe: SQL Server text column question Pin
Eric Dahlvang20-Dec-06 3:51
Eric Dahlvang20-Dec-06 3:51 
GeneralRe: SQL Server text column question Pin
Marcus Spitzmiller20-Dec-06 5:25
Marcus Spitzmiller20-Dec-06 5:25 
AnswerRe: SQL Server text column question Pin
Michael Potter20-Dec-06 10:26
Michael Potter20-Dec-06 10:26 
GeneralRe: SQL Server text column question Pin
Marcus Spitzmiller20-Dec-06 12:12
Marcus Spitzmiller20-Dec-06 12:12 
QuestionQuestions about various DB connection methods Pin
Jay Legue19-Dec-06 8:26
Jay Legue19-Dec-06 8:26 
QuestionHow do I format this... Pin
Steven J Jowett19-Dec-06 4:43
Steven J Jowett19-Dec-06 4:43 
AnswerRe: How do I format this... Pin
Steven J Jowett19-Dec-06 5:38
Steven J Jowett19-Dec-06 5:38 
QuestionUser defined function within another User Defined function Pin
VK-Cadec19-Dec-06 3:41
VK-Cadec19-Dec-06 3:41 
AnswerRe: User defined function within another User Defined function Pin
Colin Angus Mackay19-Dec-06 4:21
Colin Angus Mackay19-Dec-06 4:21 
GeneralRe: User defined function within another User Defined function Pin
VK-Cadec19-Dec-06 5:35
VK-Cadec19-Dec-06 5:35 
AnswerRe: User defined function within another User Defined function Pin
ednrgc20-Dec-06 6:29
ednrgc20-Dec-06 6:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.