Click here to Skip to main content
15,893,486 members
Home / Discussions / Database
   

Database

 
QuestionProblem Regarding Cursor Pin
ais0711-Dec-08 22:56
ais0711-Dec-08 22:56 
AnswerRe: Problem Regarding Cursor Pin
Jay Royall11-Dec-08 23:34
Jay Royall11-Dec-08 23:34 
GeneralRe: Problem Regarding Cursor Pin
ais0711-Dec-08 23:39
ais0711-Dec-08 23:39 
GeneralRe: Problem Regarding Cursor Pin
Jay Royall11-Dec-08 23:46
Jay Royall11-Dec-08 23:46 
GeneralRe: Problem Regarding Cursor Pin
ais0711-Dec-08 23:48
ais0711-Dec-08 23:48 
GeneralRe: Problem Regarding Cursor Pin
Vimalsoft(Pty) Ltd12-Dec-08 1:10
professionalVimalsoft(Pty) Ltd12-Dec-08 1:10 
AnswerRe: Problem Regarding Cursor Pin
Ashfield12-Dec-08 1:21
Ashfield12-Dec-08 1:21 
AnswerRe: Problem Regarding Cursor Pin
Mycroft Holmes12-Dec-08 22:28
professionalMycroft Holmes12-Dec-08 22:28 
This query is totally screwed.

You cannot do the following
ArifShaikh wrote:
FROM [@TableName]

There is not such table as @TableName and SQL cannot evaluate the variable in the from clause.

You also cannot do the following
ArifShaikh wrote:
WHERE @PrimaryColumn=@PrimaryValue

SQL does not evaluate the variable.

You are going to have to think up a completely different method for logging.

Never underestimate the power of human stupidity
RAH

QuestionCan i insert bulk data to remote sqlserver Pin
snehasish11-Dec-08 6:04
snehasish11-Dec-08 6:04 
AnswerRe: Can i insert bulk data to remote sqlserver Pin
Wendelius11-Dec-08 6:16
mentorWendelius11-Dec-08 6:16 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
snehasish11-Dec-08 6:42
snehasish11-Dec-08 6:42 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
Wendelius11-Dec-08 7:14
mentorWendelius11-Dec-08 7:14 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
snehasish11-Dec-08 8:10
snehasish11-Dec-08 8:10 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
Wendelius11-Dec-08 8:41
mentorWendelius11-Dec-08 8:41 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
snehasish11-Dec-08 20:37
snehasish11-Dec-08 20:37 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
snehasish12-Dec-08 1:50
snehasish12-Dec-08 1:50 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
Wendelius12-Dec-08 3:15
mentorWendelius12-Dec-08 3:15 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
snehasish15-Dec-08 10:42
snehasish15-Dec-08 10:42 
GeneralRe: Can i insert bulk data to remote sqlserver Pin
Wendelius16-Dec-08 6:11
mentorWendelius16-Dec-08 6:11 
QuestionStruggling with using xp_cmdshell in stored procedure Pin
dan!sh 11-Dec-08 4:45
professional dan!sh 11-Dec-08 4:45 
AnswerRe: Struggling with using xp_cmdshell in stored procedure Pin
Parwej Ahamad11-Dec-08 5:14
professionalParwej Ahamad11-Dec-08 5:14 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
dan!sh 11-Dec-08 5:16
professional dan!sh 11-Dec-08 5:16 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
Parwej Ahamad11-Dec-08 5:24
professionalParwej Ahamad11-Dec-08 5:24 
GeneralRe: Struggling with using xp_cmdshell in stored procedure Pin
Parwej Ahamad11-Dec-08 5:38
professionalParwej Ahamad11-Dec-08 5:38 
AnswerRe: Struggling with using xp_cmdshell in stored procedure Pin
Wendelius11-Dec-08 5:25
mentorWendelius11-Dec-08 5:25 

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.