I've created a package that takes and excel file of my website hits and moves it to SSMS thru SSIS with
a simple package that has an excel file as source and ole db destination. I created a sql query with a name as the target table in SSMS. It works fine but places the table in the System database master schema. Not good.
I know I can move it with a sql task in SSIS, but this is needless work. How do I put in the database I've created in SSMS? I've even created a table directly in SSMS and then set my package to push the source/destination to this table. Still I get it in the master schema under Table. Very odd. What am I doing wrong?