kind of basic questions here but i think there could be some subtleties. (running sql server 2008 R2)
Question 1:
i am copying rows from a table on server A to a table on server B. i create the package in SSIS and it runs fine in BIDS.
i can execute it from DTEXECUI and it runs fine.
will not run from TSQL. getting "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON". so this must be a permissions thing here, right? (we use integrated security)
related question 2:
i would like the source and destination servers to be changeable at run time, from within SSMS using TSQL (or a SP). what's best way to do that?