Click here to Skip to main content
15,926,506 members
Home / Discussions / Database
   

Database

 
GeneralRe: Database Design Pin
perlmunger11-Feb-03 18:39
perlmunger11-Feb-03 18:39 
Questionwhat's wrong with this simple SQL statement? Pin
devvvy10-Feb-03 2:39
devvvy10-Feb-03 2:39 
AnswerRe: what's wrong with this simple SQL statement? Pin
Mazdak10-Feb-03 4:16
Mazdak10-Feb-03 4:16 
GeneralRe: what's wrong with this simple SQL statement? Pin
devvvy10-Feb-03 10:50
devvvy10-Feb-03 10:50 
AnswerRe: what's wrong with this simple SQL statement? Pin
Chris Meech10-Feb-03 4:34
Chris Meech10-Feb-03 4:34 
GeneralRe: what's wrong with this simple SQL statement? Pin
devvvy10-Feb-03 10:52
devvvy10-Feb-03 10:52 
AnswerRe: what's wrong with this simple SQL statement? Pin
Julio Martínez10-Feb-03 5:46
Julio Martínez10-Feb-03 5:46 
AnswerRe: what's wrong with this simple SQL statement? Pin
Bruce Duncan10-Feb-03 6:48
Bruce Duncan10-Feb-03 6:48 
Try

EXEC ( @strSQL ) (note the parentheses)

or

sp_executesql @strSQL

Bruce Duncan, CP#9088, CPUA 0xA1EE, Sonork 100.10030
Blackadder: Baldrick, have you no idea what irony is?
Baldrick: Yeah, it's like goldy and bronzy only it's made of iron.


GeneralRe: what's wrong with this simple SQL statement? Pin
devvvy10-Feb-03 11:17
devvvy10-Feb-03 11:17 
GeneralRe: what's wrong with this simple SQL statement? Pin
Bruce Duncan11-Feb-03 7:30
Bruce Duncan11-Feb-03 7:30 
GeneralRe: what's wrong with this simple SQL statement? Pin
devvvy11-Feb-03 15:30
devvvy11-Feb-03 15:30 
GeneralQuery From Column Name Pin
Mazdak9-Feb-03 23:33
Mazdak9-Feb-03 23:33 
GeneralRe: Query From Column Name Pin
karl_w10-Feb-03 6:27
karl_w10-Feb-03 6:27 
GeneralKeeping Database Connection Open Pin
ChrisDM9-Feb-03 2:21
ChrisDM9-Feb-03 2:21 
GeneralProblem with running stored procedure Pin
Mazdak8-Feb-03 1:41
Mazdak8-Feb-03 1:41 
QuestionWhat is wrong with these SQL statements?? Pin
IrishSonic8-Feb-03 0:37
IrishSonic8-Feb-03 0:37 
AnswerRe: What is wrong with these SQL statements?? Pin
Mazdak8-Feb-03 2:51
Mazdak8-Feb-03 2:51 
GeneralRe: What is wrong with these SQL statements?? Pin
karl_w8-Feb-03 3:01
karl_w8-Feb-03 3:01 
GeneralRe: What is wrong with these SQL statements?? Pin
Mazdak8-Feb-03 3:53
Mazdak8-Feb-03 3:53 
GeneralRe: What is wrong with these SQL statements?? Pin
IrishSonic8-Feb-03 6:49
IrishSonic8-Feb-03 6:49 
GeneralDELETE STILL NOT WORKING FOR ME... Pin
IrishSonic8-Feb-03 7:14
IrishSonic8-Feb-03 7:14 
GeneralRe: DELETE STILL NOT WORKING FOR ME... Pin
karl_w8-Feb-03 10:12
karl_w8-Feb-03 10:12 
QuestionWhat database am I using? Pin
David Salter7-Feb-03 11:21
David Salter7-Feb-03 11:21 
AnswerRe: What database am I using? Pin
Bruce Duncan8-Feb-03 0:29
Bruce Duncan8-Feb-03 0:29 
GeneralRe: What database am I using? Pin
David Salter9-Feb-03 7:45
David Salter9-Feb-03 7:45 

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.