Click here to Skip to main content
15,908,013 members
Home / Discussions / Database
   

Database

 
GeneralInsert record using DataReader Pin
Anonymous14-Oct-04 11:46
Anonymous14-Oct-04 11:46 
GeneralRe: Insert record using DataReader Pin
Colin Angus Mackay14-Oct-04 23:30
Colin Angus Mackay14-Oct-04 23:30 
GeneralRe: Insert record using DataReader Pin
Anonymous15-Oct-04 3:51
Anonymous15-Oct-04 3:51 
GeneralException with SQL connection Pin
Steven M Hunt14-Oct-04 4:07
Steven M Hunt14-Oct-04 4:07 
GeneralRe: Exception with SQL connection Pin
Colin Angus Mackay14-Oct-04 4:55
Colin Angus Mackay14-Oct-04 4:55 
GeneralDisable Auto Ansi to OEM Pin
Its due when13-Oct-04 18:26
Its due when13-Oct-04 18:26 
Generalsearch for a specific string in a stored procedure Pin
its_skar13-Oct-04 11:29
its_skar13-Oct-04 11:29 
GeneralRe: search for a specific string in a stored procedure Pin
Christian Graus14-Oct-04 10:04
protectorChristian Graus14-Oct-04 10:04 
sp_helptext is a system stored procedure which takes the name of a stored procedure and then lists it. This code will list all your stored procedure names:

SELECT name FROM sysobjects WHERE type = 'P'

So all you need to do is make a table of the names, then go through it, calling sp_helptext to get the stored procedure text, and if your text matches, return the name.


Christian

I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
GeneralRe: search for a specific string in a stored procedure Pin
its_skar14-Oct-04 13:43
its_skar14-Oct-04 13:43 
GeneralRe: search for a specific string in a stored procedure Pin
Grimolfr15-Oct-04 7:29
Grimolfr15-Oct-04 7:29 
GeneralRe: search for a specific string in a stored procedure Pin
Christian Graus17-Oct-04 9:46
protectorChristian Graus17-Oct-04 9:46 
GeneralDisable ODBC default settings Pin
Its due when12-Oct-04 20:30
Its due when12-Oct-04 20:30 
GeneralRe: Disable ODBC default settings Pin
Mike Dimmick13-Oct-04 12:38
Mike Dimmick13-Oct-04 12:38 
Generalregd MSSQL database connection Pin
Anonymous12-Oct-04 18:55
Anonymous12-Oct-04 18:55 
GeneralRe: regd MSSQL database connection Pin
Colin Angus Mackay12-Oct-04 23:54
Colin Angus Mackay12-Oct-04 23:54 
QuestionHelp! Using a Palm III as a network conn.? Pin
...---...12-Oct-04 6:06
...---...12-Oct-04 6:06 
AnswerRe: Help! Using a Palm III as a network conn.? Pin
Christian Graus14-Oct-04 10:11
protectorChristian Graus14-Oct-04 10:11 
GeneralAddNew(); Pin
Stgt12-Oct-04 4:11
Stgt12-Oct-04 4:11 
GeneralRe: AddNew(); Pin
Stgt13-Oct-04 22:48
Stgt13-Oct-04 22:48 
GeneralRe: AddNew(); Pin
Anonymous13-Oct-04 22:49
Anonymous13-Oct-04 22:49 
GeneralConnection Object Pin
EdbertP11-Oct-04 20:29
EdbertP11-Oct-04 20:29 
GeneralRe: Connection Object Pin
Colin Angus Mackay11-Oct-04 22:55
Colin Angus Mackay11-Oct-04 22:55 
GeneralRe: Connection Object Pin
EdbertP12-Oct-04 14:20
EdbertP12-Oct-04 14:20 
GeneralRe: Connection Object Pin
Colin Angus Mackay12-Oct-04 21:16
Colin Angus Mackay12-Oct-04 21:16 
GeneralRe: Connection Object Pin
EdbertP13-Oct-04 17:17
EdbertP13-Oct-04 17:17 

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.