Hi everyone,
Im trying to go from Access to SQL. I want to set up a "macro" type procedure that does several operation. Update a table, drop a table, and create several other tables. When I use the stored procedure in SQLServer I can only use 1 Go. Does this mean I have to do one for each action? Is there a way to put them all in one? And if so where and how do we "run" it? I can do the code fine, I just dont know where to do it and how to run it other than doing several stored procedures.
Im trying to go from Access to SQL. I want to set up a "macro" type procedure that does several operation. Update a table, drop a table, and create several other tables. When I use the stored procedure in SQLServer I can only use 1 Go. Does this mean I have to do one for each action? Is there a way to put them all in one? And if so where and how do we "run" it? I can do the code fine, I just dont know where to do it and how to run it other than doing several stored procedures.