G
Guest
Hi,
I have a TSQL script which I would like to run against a MSSQL database.
The script is something like
Create table ...
GO
Insert into ...
GO
....
Is it possible to execute that script let's say by assigning it to a
SqlCommand object's Text property? Are there other ways of executing the
script without the use of osql.exe?
Thanks for your ideas,
Guido
I have a TSQL script which I would like to run against a MSSQL database.
The script is something like
Create table ...
GO
Insert into ...
GO
....
Is it possible to execute that script let's say by assigning it to a
SqlCommand object's Text property? Are there other ways of executing the
script without the use of osql.exe?
Thanks for your ideas,
Guido