- Copy data from Employee excel to sql server table.
- Export data from person.person table to excel file.
- Copy data from Employee flat file sql server table.
- Export data from person.person to flat file.
- Create a package to view free space on C drive (Hint. use WMI Data Reader Task).
- Create a package to find any new incoming files on C:\SSIS\CheckForNewFiles. (Hint. Create the folder and use WMI event watcher task)
- Create a package to send mail.(Hint. Use send mail task)
- Create a package to copy files from C:\SSIS\SourceTxt to C:\MyPackage\DestinationTxt (Create those folder and place example.txt files on source folder)
- Create a package to open calculator.(Solutions)
- Create a package - take person.person table as source.add one column on the fly using derived column Merge First name and last name ,create full name as a new column.Load the data to a destination sql server table.
- Using a variable to count Employees imported from Excel. (Solutions)
Sunday, April 22, 2018
SSIS (SQL Server Integration Service) Exercise
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment