Click here to Skip to main content
15,909,193 members
Home / Discussions / Database
   

Database

 
GeneralGetting Server List. Pin
Sumit Domyan9-Sep-04 21:17
Sumit Domyan9-Sep-04 21:17 
GeneralRe: Getting Server List. Pin
David Salter9-Sep-04 22:39
David Salter9-Sep-04 22:39 
Generalnot detecting local MSDE Pin
Steven Dahlin9-Sep-04 17:00
Steven Dahlin9-Sep-04 17:00 
GeneralRe: not detecting local MSDE Pin
Christian Graus9-Sep-04 17:28
protectorChristian Graus9-Sep-04 17:28 
GeneralExtremely slow performance of OleDbDataAdapter.Fill method Pin
rotarinn9-Sep-04 7:05
rotarinn9-Sep-04 7:05 
GeneralRe: Extremely slow performance of OleDbDataAdapter.Fill method Pin
rotarinn9-Sep-04 8:21
rotarinn9-Sep-04 8:21 
QuestionReading From Procedures? Pin
Sumit Domyan9-Sep-04 2:53
Sumit Domyan9-Sep-04 2:53 
AnswerRe: Reading From Procedures? Pin
Colin Angus Mackay9-Sep-04 3:20
Colin Angus Mackay9-Sep-04 3:20 
This code should help. Set the variable @StoredProcedureName as appropriate.

select sc.* from sysobjects AS so
INNER JOIN syscolumns AS sc ON sc.id = so.id 
where so.name=@StoredProcedureName
AND so.xtype='P'


Does this help?


"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!


GeneralRe: Reading From Procedures? Pin
Sumit Domyan9-Sep-04 18:55
Sumit Domyan9-Sep-04 18:55 
GeneralDTS packages Pin
Sudee8-Sep-04 22:42
Sudee8-Sep-04 22:42 
GeneralRe: DTS packages Pin
andyharman12-Sep-04 1:50
professionalandyharman12-Sep-04 1:50 
GeneralStored Procedure Pin
Goodway8-Sep-04 4:35
Goodway8-Sep-04 4:35 
GeneralRe: Stored Procedure Pin
Colin Angus Mackay8-Sep-04 5:06
Colin Angus Mackay8-Sep-04 5:06 
GeneralSQL server logs Pin
Imtiaz Murtaza8-Sep-04 2:08
Imtiaz Murtaza8-Sep-04 2:08 
GeneralSql Query Pin
rkyawal8-Sep-04 0:41
rkyawal8-Sep-04 0:41 
GeneralRe: Sql Query Pin
Colin Angus Mackay8-Sep-04 5:13
Colin Angus Mackay8-Sep-04 5:13 
GeneralRe: Sql Query Pin
EdbertP8-Sep-04 20:44
EdbertP8-Sep-04 20:44 
QuestionCan this exception be taken care of? Pin
mysorian7-Sep-04 18:15
professionalmysorian7-Sep-04 18:15 
AnswerRe: Can this exception be taken care of? Pin
Colin Angus Mackay8-Sep-04 5:17
Colin Angus Mackay8-Sep-04 5:17 
GeneralRe: Can this exception be taken care of? Pin
mysorian8-Sep-04 6:49
professionalmysorian8-Sep-04 6:49 
QuestionCounting NULL columns across a row? Pin
Mike Ellison7-Sep-04 9:38
Mike Ellison7-Sep-04 9:38 
Generaltextbox datasource retrieve text problem Pin
Bart-Man7-Sep-04 8:29
Bart-Man7-Sep-04 8:29 
GeneralPossible Solution Pin
Bart-Man8-Sep-04 3:52
Bart-Man8-Sep-04 3:52 
GeneralDTS Dynamic Properties Pin
ProffK6-Sep-04 23:20
ProffK6-Sep-04 23:20 
Questionhow to bind the textbox value to sqlCommand? Pin
DotNet6-Sep-04 19:49
DotNet6-Sep-04 19:49 

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.