Click here to Skip to main content
16,011,170 members
Home / Discussions / Database
   

Database

 
GeneralRe: Help with recordsets: How to get the value of a primary key? Pin
Nick Parker16-Oct-02 5:44
protectorNick Parker16-Oct-02 5:44 
AnswerRe: Help with recordsets: How to get the value of a primary key? Pin
Richard Deeming17-Oct-02 23:58
mveRichard Deeming17-Oct-02 23:58 
GeneralMSDE - localhost Pin
Andy H15-Oct-02 12:52
Andy H15-Oct-02 12:52 
GeneralRe: MSDE - localhost Pin
Russell Morris15-Oct-02 16:13
Russell Morris15-Oct-02 16:13 
GeneralRe: MSDE - localhost Pin
Steve S15-Oct-02 23:43
Steve S15-Oct-02 23:43 
GeneralTable Variables as Stored Procedure Parameters Pin
Alex Deem15-Oct-02 6:47
Alex Deem15-Oct-02 6:47 
GeneralRe: Table Variables as Stored Procedure Parameters Pin
Richard Deeming18-Oct-02 0:13
mveRichard Deeming18-Oct-02 0:13 
GeneralRe: Table Variables as Stored Procedure Parameters Pin
Morten Abrahamsen22-Oct-02 2:14
Morten Abrahamsen22-Oct-02 2:14 
As you have correctly pointed out. SQL Server 2000 doesn't allow table variables as input parameters in stored procedures.

What you could use instead is the "politically correct" xml document. Pass an xml document (array... ) to the SQL Server, and use the OPENXML statement to process it.

Smile | :)

Morty
GeneralSQL equivalent of Access Memo feild Pin
Ray Cassick15-Oct-02 2:19
Ray Cassick15-Oct-02 2:19 
GeneralRe: SQL equivalent of Access Memo feild Pin
Paul Watson15-Oct-02 3:17
sitebuilderPaul Watson15-Oct-02 3:17 
GeneralRe: SQL equivalent of Access Memo feild Pin
Jon Hulatt15-Oct-02 3:59
Jon Hulatt15-Oct-02 3:59 
GeneralRe: SQL equivalent of Access Memo feild Pin
Paul Watson15-Oct-02 4:51
sitebuilderPaul Watson15-Oct-02 4:51 
GeneralRe: SQL equivalent of Access Memo feild Pin
Jon Hulatt15-Oct-02 5:07
Jon Hulatt15-Oct-02 5:07 
GeneralRe: SQL equivalent of Access Memo feild Pin
Ray Cassick15-Oct-02 4:35
Ray Cassick15-Oct-02 4:35 
GeneralRe: SQL equivalent of Access Memo feild Pin
Paul Watson15-Oct-02 4:57
sitebuilderPaul Watson15-Oct-02 4:57 
GeneralRe: SQL equivalent of Access Memo feild Pin
Jon Hulatt15-Oct-02 5:12
Jon Hulatt15-Oct-02 5:12 
GeneralRe: SQL equivalent of Access Memo feild Pin
William Forney15-Oct-02 6:25
William Forney15-Oct-02 6:25 
GeneralRe: SQL equivalent of Access Memo feild Pin
Jon Hulatt15-Oct-02 6:35
Jon Hulatt15-Oct-02 6:35 
GeneralCase Sensitive Comparison Method Pin
Kerry Chou14-Oct-02 16:07
Kerry Chou14-Oct-02 16:07 
GeneralRe: Case Sensitive Comparison Method Pin
Jon Hulatt14-Oct-02 22:03
Jon Hulatt14-Oct-02 22:03 
GeneralRe: Case Sensitive Comparison Method Pin
Rein Hillmann14-Oct-02 22:37
Rein Hillmann14-Oct-02 22:37 
QuestionFast Insert ? Pin
ssirisha14-Oct-02 9:00
ssirisha14-Oct-02 9:00 
AnswerRe: Fast Insert ? Pin
Daniel Turini15-Oct-02 1:53
Daniel Turini15-Oct-02 1:53 
GeneralRe: Fast Insert ? Pin
Morten Abrahamsen22-Oct-02 2:19
Morten Abrahamsen22-Oct-02 2:19 
AnswerRe: Fast Insert ? Pin
Pavel Klocek16-Oct-02 8:21
Pavel Klocek16-Oct-02 8:21 

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.