Click here to Skip to main content
15,885,365 members
Home / Discussions / Database
   

Database

 
GeneralRe: Web part database access Pin
phy6njsb24-Oct-05 3:53
phy6njsb24-Oct-05 3:53 
Questionhelp!!!!!!!.............. please Pin
alonso2k8119-Oct-05 11:46
alonso2k8119-Oct-05 11:46 
AnswerRe: help!!!!!!!.............. please Pin
TheOnlyFalcon21-Oct-05 14:41
TheOnlyFalcon21-Oct-05 14:41 
QuestionBindingContext Pin
NormBohana19-Oct-05 8:44
NormBohana19-Oct-05 8:44 
QuestionAuto-generating SQL to fill a DataSet Pin
GazzaJ19-Oct-05 1:01
GazzaJ19-Oct-05 1:01 
AnswerRe: Auto-generating SQL to fill a DataSet Pin
miah alom19-Oct-05 4:01
miah alom19-Oct-05 4:01 
Questiondebug sql stored procedure Pin
nripin18-Oct-05 17:49
sussnripin18-Oct-05 17:49 
AnswerRe: debug sql stored procedure Pin
Scott Serl19-Oct-05 6:55
Scott Serl19-Oct-05 6:55 
If you are talking about MS SQL Server:
Open SQL Query Analyzer, right click on your stored procedure, click on Debug. It will prompt you to input values for for the parameters, then you click Execute. It will let you single step through the stored proc, and has a window for current variable values.
If debugging is not enabled for your instance of SQL Server, you may have to install the option from cd. Also, it needs the SQL Server Agent service to be running.
To debug triggers, just write a stored proc which will cause a trigger to execute, then you can step into the trigger when debugging the stored proc.
GeneralRe: debug sql stored procedure Pin
nripin19-Oct-05 17:55
sussnripin19-Oct-05 17:55 
QuestionRe: debug sql stored procedure Pin
nrps19-Oct-05 18:06
nrps19-Oct-05 18:06 
QuestionQuery to get specific word in a column Pin
JayaDurai18-Oct-05 2:05
JayaDurai18-Oct-05 2:05 
AnswerRe: Query to get specific word in a column Pin
miah alom18-Oct-05 3:52
miah alom18-Oct-05 3:52 
AnswerRe: Query to get specific word in a column Pin
JayaDurai18-Oct-05 18:51
JayaDurai18-Oct-05 18:51 
AnswerRe: Query to get specific word in a column Pin
under281120-Oct-05 0:06
under281120-Oct-05 0:06 
QuestionInstanciate SQLXMLBulkLoad object Pin
george ivanov18-Oct-05 1:07
george ivanov18-Oct-05 1:07 
AnswerRe: Instanciate SQLXMLBulkLoad object Pin
cmacgowan2-Dec-05 4:04
cmacgowan2-Dec-05 4:04 
QuestionAvg in SQL Statement Pin
dabuskol17-Oct-05 23:36
dabuskol17-Oct-05 23:36 
AnswerRe: Avg in SQL Statement Pin
Marc Soleda17-Oct-05 23:49
Marc Soleda17-Oct-05 23:49 
QuestionI used NVL fuction to convert the null value into 0 what is the equavalent thing in SQL server . Pin
anishyanic17-Oct-05 23:33
anishyanic17-Oct-05 23:33 
Questioncumulative aggregate queries in transact-sql Pin
smita_roy17-Oct-05 22:27
smita_roy17-Oct-05 22:27 
AnswerRe: cumulative aggregate queries in transact-sql Pin
under281120-Oct-05 0:19
under281120-Oct-05 0:19 
Questionconnection string Pin
kindkirk17-Oct-05 18:44
kindkirk17-Oct-05 18:44 
AnswerRe: connection string Pin
S Douglas20-Oct-05 0:52
professionalS Douglas20-Oct-05 0:52 
GeneralRe: connection string Pin
Luis Alonso Ramos20-Oct-05 19:10
Luis Alonso Ramos20-Oct-05 19:10 
GeneralRe: connection string Pin
S Douglas20-Oct-05 20:13
professionalS Douglas20-Oct-05 20:13 

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.