I would like to copy (publish for MsAccess users) some tables from sqlserver 2K to an MsAccessDatabase. Is this possible in TSQL?
If not, as an alternative, is it possible to call DTS-packages from the command-line?
UPDATE : tx to the answer of John Sansom I explored DTSrun, and it works just fine. This update for the syntax :
dtsrun /S[serverName] /N[packageName] /EMicrosoft OLE DB Provider for SQL Server