Click here to Skip to main content
15,896,154 members
Home / Discussions / Database
   

Database

 
GeneralRe: Importing a PDF Document into SQL Server Pin
pmarfleet21-Jan-08 9:14
pmarfleet21-Jan-08 9:14 
GeneralADD auto Increment column Pin
mpavas17-Jan-08 2:37
mpavas17-Jan-08 2:37 
GeneralRe: ADD auto Increment column Pin
imsathy17-Jan-08 19:26
imsathy17-Jan-08 19:26 
AnswerRe: ADD auto Increment column Pin
mpavas17-Jan-08 20:24
mpavas17-Jan-08 20:24 
GeneralInserting Multiple Rows in a single column Pin
Imranlogi16-Jan-08 23:38
Imranlogi16-Jan-08 23:38 
GeneralRe: Inserting Multiple Rows in a single column Pin
Colin Angus Mackay17-Jan-08 2:34
Colin Angus Mackay17-Jan-08 2:34 
GeneralExecuting a parameterized Procedure with DTS Pin
Vimalsoft(Pty) Ltd16-Jan-08 22:29
professionalVimalsoft(Pty) Ltd16-Jan-08 22:29 
AnswerRe: Executing a parameterized Procedure with DTS Pin
GuyThiebaut16-Jan-08 22:39
professionalGuyThiebaut16-Jan-08 22:39 
Use the SET NOCOUNT ON at the start of the query in your stored procedure and SET NOCOUNT OFF at the end of the query.
This should help resolve "invalid pointer" error messages.

This is a known issue with DTS packages.

Regards

Guy

You always pass failure on the way to success.


AnswerRe: Executing a parameterized Procedure with DTS Pin
Vimalsoft(Pty) Ltd16-Jan-08 22:47
professionalVimalsoft(Pty) Ltd16-Jan-08 22:47 
GeneralRe: Executing a parameterized Procedure with DTS Pin
GuyThiebaut17-Jan-08 0:41
professionalGuyThiebaut17-Jan-08 0:41 
Generalfinding out the duration Pin
neoghy16-Jan-08 21:46
neoghy16-Jan-08 21:46 
GeneralRe: finding out the duration Pin
Joe16-Jan-08 22:00
Joe16-Jan-08 22:00 
GeneralProblem with select statement Pin
matjame16-Jan-08 20:56
matjame16-Jan-08 20:56 
GeneralRe: Problem with select statement Pin
Paul Conrad17-Jan-08 13:38
professionalPaul Conrad17-Jan-08 13:38 
Questionhow to update foreign key Pin
shabi uz zaman16-Jan-08 19:49
shabi uz zaman16-Jan-08 19:49 
AnswerRe: how to update foreign key Pin
Paul Conrad17-Jan-08 13:39
professionalPaul Conrad17-Jan-08 13:39 
AnswerRe: how to update foreign key Pin
Mark Churchill20-Jan-08 11:41
Mark Churchill20-Jan-08 11:41 
Questionsyntax error in sql server Pin
jackson Fernandus16-Jan-08 19:01
jackson Fernandus16-Jan-08 19:01 
GeneralRe: syntax error in sql server Pin
Joe16-Jan-08 19:14
Joe16-Jan-08 19:14 
QuestionForeign Key information Pin
xbiplav16-Jan-08 18:26
xbiplav16-Jan-08 18:26 
GeneralRe: Foreign Key information Pin
Paul Conrad19-Jan-08 7:01
professionalPaul Conrad19-Jan-08 7:01 
GeneralTable metadata Pin
Le centriste16-Jan-08 8:02
Le centriste16-Jan-08 8:02 
GeneralRe: Table metadata Pin
pmarfleet16-Jan-08 8:45
pmarfleet16-Jan-08 8:45 
GeneralRe: Table metadata Pin
xbiplav16-Jan-08 18:21
xbiplav16-Jan-08 18:21 
QuestionHow to show rows as columns Pin
Member 412151116-Jan-08 6:12
Member 412151116-Jan-08 6:12 

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.