Viewing 3 posts - 1 through 3 (of 3 total)
Sorry not to be clear here, Its not a conceptual question, its a command syntax question.
Say I'm logged in as a user that has the permission to grant myuser whatever he...
April 10, 2007 at 10:47 am
#699604
How do I this 'dynamic sql' thing? looks like just what I want to do.
I'm running my sql script embedded in a batch file so I hope its not a GUI...
July 7, 2006 at 2:35 pm
#648075
I got a sql script and I want all sql commands in the script to run regardless of errors that are encountered.
begin transaction
create table a
go
insert into table a select *...
July 7, 2006 at 9:49 am
#648031