Click here to Skip to main content
15,918,676 members
Home / Discussions / Database
   

Database

 
AnswerRe: Update Dates in SQL Pin
albCode14-Mar-06 4:34
albCode14-Mar-06 4:34 
GeneralRe: Update Dates in SQL Pin
Illegal Operation14-Mar-06 17:23
Illegal Operation14-Mar-06 17:23 
AnswerRe: Update Dates in SQL Pin
Chris Meech15-Mar-06 7:02
Chris Meech15-Mar-06 7:02 
QuestionPassing arguments for stored procedures IN Pin
BSRK14-Mar-06 1:01
BSRK14-Mar-06 1:01 
AnswerRe: Passing arguments for stored procedures IN Pin
BSRK14-Mar-06 1:19
BSRK14-Mar-06 1:19 
AnswerRe: Passing arguments for stored procedures IN Pin
Colin Angus Mackay14-Mar-06 1:27
Colin Angus Mackay14-Mar-06 1:27 
AnswerRe: Passing arguments for stored procedures IN Pin
Colin Angus Mackay14-Mar-06 1:29
Colin Angus Mackay14-Mar-06 1:29 
AnswerRe: Passing arguments for stored procedures IN Pin
Eric Dahlvang14-Mar-06 4:45
Eric Dahlvang14-Mar-06 4:45 
This worked fine for me:

create proc SP1 @arg1 varchar(100)<br />
as <br />
	select @arg1 = 'select * from emp where empid in(' +  @arg1 +')'<br />
<br />
	exec (@arg1)


----------
There go my people. I must find out where they are going so I can lead them.
- Alexander Ledru-Rollin

GeneralRe: Passing arguments for stored procedures IN Pin
Colin Angus Mackay14-Mar-06 21:44
Colin Angus Mackay14-Mar-06 21:44 
QuestionReturn 0 Pin
Brendan Vogt14-Mar-06 0:44
Brendan Vogt14-Mar-06 0:44 
AnswerRe: Return 0 Pin
Michael Potter14-Mar-06 9:36
Michael Potter14-Mar-06 9:36 
QuestionDB_E_DATAFIELD_OVERFLOW Error Pin
Gupta Suraj14-Mar-06 0:14
Gupta Suraj14-Mar-06 0:14 
AnswerRe: DB_E_DATAFIELD_OVERFLOW Error Pin
Colin Angus Mackay14-Mar-06 1:31
Colin Angus Mackay14-Mar-06 1:31 
GeneralRe: DB_E_DATAFIELD_OVERFLOW Error Pin
Gupta Suraj14-Mar-06 3:07
Gupta Suraj14-Mar-06 3:07 
GeneralRe: DB_E_DATAFIELD_OVERFLOW Error Pin
Gupta Suraj16-Mar-06 6:18
Gupta Suraj16-Mar-06 6:18 
QuestionCommitting a Stored Procedure Pin
NewbieDude13-Mar-06 22:47
NewbieDude13-Mar-06 22:47 
AnswerRe: Committing a Stored Procedure Pin
Colin Angus Mackay14-Mar-06 1:33
Colin Angus Mackay14-Mar-06 1:33 
QuestionVehicle's Database Pin
wEb GuRu...13-Mar-06 21:19
wEb GuRu...13-Mar-06 21:19 
AnswerRe: Vehicle's Database Pin
jonathan1513-Mar-06 22:44
jonathan1513-Mar-06 22:44 
GeneralRe: Vehicle's Database Pin
wEb GuRu...13-Mar-06 23:31
wEb GuRu...13-Mar-06 23:31 
Questionconverting mysql to sql server script Pin
uglyeyes13-Mar-06 21:05
uglyeyes13-Mar-06 21:05 
AnswerRe: converting mysql to sql server script Pin
mcljava24-Mar-06 9:28
mcljava24-Mar-06 9:28 
QuestionSQL Server 2005 and SQL Express Pin
Brendan Vogt13-Mar-06 21:02
Brendan Vogt13-Mar-06 21:02 
AnswerRe: SQL Server 2005 and SQL Express Pin
NewbieDude13-Mar-06 22:49
NewbieDude13-Mar-06 22:49 
GeneralRe: SQL Server 2005 and SQL Express Pin
NewbieDude14-Mar-06 0:49
NewbieDude14-Mar-06 0: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.