Hi,
I have a requirement to create a DTS job that will execute a number of create view sql stmts from a file. The sql stmt might change frequently so we want to maintain it here not edit the DTS job everytime.
An "Execute SQL Tasks" allows me to browse to the file but then imports the sql so no changes are picked up.
A "Copy SQL Server Objects" task seems to work as long as we could have some kind of authoritative database for the objects.
Does anyone know how this can be done from a .sql file? This users seem to prefer this method if it can be acheived.
Cheers
Jan
I have a requirement to create a DTS job that will execute a number of create view sql stmts from a file. The sql stmt might change frequently so we want to maintain it here not edit the DTS job everytime.
An "Execute SQL Tasks" allows me to browse to the file but then imports the sql so no changes are picked up.
A "Copy SQL Server Objects" task seems to work as long as we could have some kind of authoritative database for the objects.
Does anyone know how this can be done from a .sql file? This users seem to prefer this method if it can be acheived.
Cheers
Jan