My manager asked me to to compile a set of sql scripts, I use some of those scripts for updating new records (some are used in ssms and ssis), to create table and scripts that I use to connect the foreign keys from the dim table to the fact table.
He asked me to do this... Can you send me the sql script used to prepare the initial environment? Please put that into a executable .sql file.
I haven't done this before and what tools should I use? SSMS? or SSIS? or Notepad?
I am using SQL Server, the tools I have is SSMS and BIDS
