Click here to Skip to main content
15,917,176 members
Home / Discussions / Database
   

Database

 
AnswerRe: sqlite Pin
Corporal Agarn5-Jan-10 6:05
professionalCorporal Agarn5-Jan-10 6:05 
GeneralRe: sqlite Pin
jashimu5-Jan-10 6:52
jashimu5-Jan-10 6:52 
AnswerRe: sqlite Pin
loyal ginger5-Jan-10 7:46
loyal ginger5-Jan-10 7:46 
GeneralRe: sqlite Pin
jashimu5-Jan-10 9:18
jashimu5-Jan-10 9:18 
QuestionFind tables used in stored procedures Pin
Corporal Agarn5-Jan-10 4:38
professionalCorporal Agarn5-Jan-10 4:38 
AnswerRe: Find tables used in stored procedures Pin
Eddy Vluggen5-Jan-10 7:34
professionalEddy Vluggen5-Jan-10 7:34 
GeneralRe: Find tables used in stored procedures Pin
Corporal Agarn5-Jan-10 8:09
professionalCorporal Agarn5-Jan-10 8:09 
GeneralRe: Find tables used in stored procedures Pin
Eddy Vluggen5-Jan-10 9:21
professionalEddy Vluggen5-Jan-10 9:21 
You're welcome Smile | :)

There are no 'real' options to get the multiple result-tables into a temptable under Sql 2000 that I'm aware of. In Sql2005, you could try using a CLR sproc.

As a hack, perhaps you could execute a DOS-command from SQL? If you can execute isql.exe, then you can pipe the result of the command to a textfile. It would get real messy if you try to parse the resulting textfile using SQL, so it might be easier to execute a small console application that parses it and writes it to the database.

I are Troll Suspicious | :suss:

GeneralRe: Find tables used in stored procedures Pin
Corporal Agarn5-Jan-10 9:38
professionalCorporal Agarn5-Jan-10 9:38 
QuestionOracle 10g server is not starting on system startup Pin
A k ch4-Jan-10 23:11
A k ch4-Jan-10 23:11 
AnswerRe: Oracle 10g server is not starting on system startup Pin
Eddy Vluggen5-Jan-10 7:37
professionalEddy Vluggen5-Jan-10 7:37 
QuestionGROUP BY Clause... Pin
Illegal Operation4-Jan-10 15:28
Illegal Operation4-Jan-10 15:28 
AnswerRe: GROUP BY Clause... Pin
Niladri_Biswas4-Jan-10 15:56
Niladri_Biswas4-Jan-10 15:56 
AnswerRe: GROUP BY Clause... [modified] Pin
Mycroft Holmes4-Jan-10 19:07
professionalMycroft Holmes4-Jan-10 19:07 
GeneralRe: GROUP BY Clause... Pin
J4amieC4-Jan-10 21:52
J4amieC4-Jan-10 21:52 
GeneralRe: GROUP BY Clause... Pin
Mycroft Holmes4-Jan-10 22:42
professionalMycroft Holmes4-Jan-10 22:42 
QuestionGeneral Performance Question Pin
#realJSOP4-Jan-10 11:22
professional#realJSOP4-Jan-10 11:22 
AnswerRe: General Performance Question Pin
Eddy Vluggen4-Jan-10 12:15
professionalEddy Vluggen4-Jan-10 12:15 
GeneralRe: General Performance Question Pin
#realJSOP4-Jan-10 12:21
professional#realJSOP4-Jan-10 12:21 
GeneralRe: General Performance Question Pin
Eddy Vluggen4-Jan-10 13:22
professionalEddy Vluggen4-Jan-10 13:22 
GeneralRe: General Performance Question Pin
#realJSOP4-Jan-10 14:32
professional#realJSOP4-Jan-10 14:32 
AnswerRe: General Performance Question Pin
Mycroft Holmes4-Jan-10 13:13
professionalMycroft Holmes4-Jan-10 13:13 
AnswerRe: General Performance Question Pin
Mycroft Holmes4-Jan-10 19:01
professionalMycroft Holmes4-Jan-10 19:01 
GeneralRe: General Performance Question Pin
#realJSOP4-Jan-10 23:25
professional#realJSOP4-Jan-10 23:25 
GeneralRe: General Performance Question Pin
Mycroft Holmes5-Jan-10 0:12
professionalMycroft Holmes5-Jan-10 0:12 

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.