Click here to Skip to main content
15,792,539 members
Home / Discussions / Database
   

Database

 
QuestionDelete Query Pin
sjs4u14-Jul-08 1:10
sjs4u14-Jul-08 1:10 
AnswerRe: Delete Query Pin
subai14-Jul-08 1:29
subai14-Jul-08 1:29 
AnswerRe: Delete Query Pin
Declan Bright14-Jul-08 2:19
Declan Bright14-Jul-08 2:19 
AnswerRe: Delete Query Pin
TheFM23414-Jul-08 8:20
TheFM23414-Jul-08 8:20 
QuestionAccessing multiple result sets from a stored procedure Pin
Rashmi Deshpande14-Jul-08 0:56
Rashmi Deshpande14-Jul-08 0:56 
AnswerRe: Accessing multiple result sets from a stored procedure Pin
Declan Bright14-Jul-08 2:26
Declan Bright14-Jul-08 2:26 
QuestionError message in Stored procedure Pin
IamAmit14-Jul-08 0:21
IamAmit14-Jul-08 0:21 
AnswerRe: Error message in Stored procedure Pin
leoinfo14-Jul-08 3:54
leoinfo14-Jul-08 3:54 
For debuging purposes, you can add after each (SELECT, INSERT, UPDATE, DELETE, EXECUTE ...) command something like this:
IF @@ERROR <> 0 
  PRINT 'Insert into MyTable failed'

AnswerRe: Error message in Stored procedure Pin
TheFM23414-Jul-08 7:31
TheFM23414-Jul-08 7:31 
QuestionAutomate database backup ? Pin
rajg8213-Jul-08 23:03
rajg8213-Jul-08 23:03 
AnswerRe: Automate database backup ? Pin
Syed Mehroz Alam14-Jul-08 1:51
Syed Mehroz Alam14-Jul-08 1:51 
AnswerRe: Automate database backup ? Pin
leoinfo14-Jul-08 4:10
leoinfo14-Jul-08 4:10 
QuestionSQL SERVER DATABASE Pin
Anubhava Dimri13-Jul-08 22:54
Anubhava Dimri13-Jul-08 22:54 
AnswerRe: SQL SERVER DATABASE [modified] Pin
Syed Mehroz Alam14-Jul-08 1:42
Syed Mehroz Alam14-Jul-08 1:42 
Questiongeneralized statements for update delete insert Pin
santosh04213-Jul-08 22:37
santosh04213-Jul-08 22:37 
AnswerRe: generalized statements for update delete insert Pin
Ashfield14-Jul-08 2:14
Ashfield14-Jul-08 2:14 
GeneralRe: generalized statements for update delete insert Pin
santosh04214-Jul-08 5:11
santosh04214-Jul-08 5:11 
AnswerRe: generalized statements for update delete insert Pin
leoinfo14-Jul-08 5:27
leoinfo14-Jul-08 5:27 
Questionconnection string Pin
nelsonpaixao13-Jul-08 16:06
nelsonpaixao13-Jul-08 16:06 
AnswerRe: connection string Pin
Vimalsoft(Pty) Ltd13-Jul-08 16:48
professionalVimalsoft(Pty) Ltd13-Jul-08 16:48 
AnswerRe: connection string Pin
Ashfield13-Jul-08 22:01
Ashfield13-Jul-08 22:01 
GeneralRe: connection string Pin
nelsonpaixao14-Jul-08 14:11
nelsonpaixao14-Jul-08 14:11 
Questionhelp me to write procedure Pin
amistry_petlad13-Jul-08 8:40
amistry_petlad13-Jul-08 8:40 
AnswerRe: help me to write procedure Pin
nelsonpaixao13-Jul-08 14:35
nelsonpaixao13-Jul-08 14:35 
AnswerRe: help me to write procedure Pin
amistry_petlad13-Jul-08 14:41
amistry_petlad13-Jul-08 14:41 

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.