Click here to Skip to main content
15,798,825 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL Server 2000 mirror Database Pin
Mike Dimmick27-Jun-07 3:24
Mike Dimmick27-Jun-07 3:24 
GeneralRe: SQL Server 2000 mirror Database Pin
Colin Angus Mackay27-Jun-07 13:19
Colin Angus Mackay27-Jun-07 13:19 
GeneralRe: SQL Server 2000 mirror Database Pin
Mike Dimmick28-Jun-07 0:30
Mike Dimmick28-Jun-07 0:30 
QuestionStored procedure Pin
sidbaruah27-Jun-07 0:36
sidbaruah27-Jun-07 0:36 
AnswerRe: Stored procedure Pin
mamatha_raghu27-Jun-07 1:17
mamatha_raghu27-Jun-07 1:17 
AnswerRe: Stored procedure Pin
Pratik Vasant Shah27-Jun-07 20:44
Pratik Vasant Shah27-Jun-07 20:44 
Questionmysql input with stored procedure help Pin
boyindie27-Jun-07 0:20
boyindie27-Jun-07 0:20 
AnswerRe: mysql input with stored procedure help Pin
Devkranth Kishore Vanja28-Jun-07 21:42
Devkranth Kishore Vanja28-Jun-07 21:42 
hi



i think u have made a mistake while declaring the parameter you require in SP_insert


it should be like this

CREATE PROCEDURE getDesc
@Firstname varchar(200),
@Lastname varchar(50)
AS
begin

---- insert Statment-----------
end

GeneralRe: mysql input with stored procedure help Pin
boyindie28-Jun-07 22:48
boyindie28-Jun-07 22:48 
Questionsharing sql server without client installation Pin
mamatha_raghu26-Jun-07 21:41
mamatha_raghu26-Jun-07 21:41 
AnswerRe: sharing sql server without client installation Pin
Manas Bhardwaj26-Jun-07 23:24
professionalManas Bhardwaj26-Jun-07 23:24 
AnswerRe: sharing sql server without client installation Pin
originSH26-Jun-07 23:29
originSH26-Jun-07 23:29 
GeneralRe: sharing sql server without client installation Pin
mamatha_raghu27-Jun-07 1:06
mamatha_raghu27-Jun-07 1:06 
GeneralRe: sharing sql server without client installation Pin
originSH27-Jun-07 2:06
originSH27-Jun-07 2:06 
AnswerRe: sharing sql server without client installation Pin
Mike Dimmick27-Jun-07 3:46
Mike Dimmick27-Jun-07 3:46 
QuestionSequence of events/methods execuion in SSIS Pin
I.explore.code26-Jun-07 20:57
I.explore.code26-Jun-07 20:57 
Questionpull subscriptions Pin
SVb.net26-Jun-07 13:58
SVb.net26-Jun-07 13:58 
QuestionDatabase design for exam system? Pin
HinJinShah26-Jun-07 9:08
HinJinShah26-Jun-07 9:08 
AnswerRe: Database design for exam system? Pin
Ashiq Shaikh26-Jun-07 23:56
professionalAshiq Shaikh26-Jun-07 23:56 
GeneralRe: Database design for exam system? Pin
HinJinShah27-Jun-07 7:31
HinJinShah27-Jun-07 7:31 
QuestionProblem configuring an OldDbDataAdaptor in VS03 Pin
Dan Neely26-Jun-07 5:54
Dan Neely26-Jun-07 5:54 
AnswerRe: Problem configuring an OldDbDataAdaptor in VS03 Pin
Dan Neely26-Jun-07 7:58
Dan Neely26-Jun-07 7:58 
AnswerRe: Problem configuring an OldDbDataAdaptor in VS03 Pin
hisi_200526-Jun-07 17:50
hisi_200526-Jun-07 17:50 
QuestionCalling all Irish devs!! Region-specific characters Pin
Mel Padden26-Jun-07 5:48
Mel Padden26-Jun-07 5:48 
AnswerRe: Calling all Irish devs!! Region-specific characters Pin
Mike Dimmick27-Jun-07 4:10
Mike Dimmick27-Jun-07 4:10 

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.