Sam Vanga's SQL
Archives: April 2012
Change Package Properties Using Parameters–SSIS 2012
In DTS, changing package properties was close to impossible (the less we talk about DTS, the better). Package configurations introduced in 2005 solved most of the problems. In 2012, SQL Server Integration Services introduces parameters to make this process even easier. Parameters allow you to change package properties without the… Read more
5 comments, 2,455 reads
Posted in Sam Vanga's SQL on 24 April 2012
Do You Know These Free Events?
I frequently attend a few online training events that greatly help me learn new things. Thought I would share, if may be you are interested too. These are all cool people sharing information for free to the community.
- PragmaticWorks Webinars. Training events on the T’s – Tuesday’s…
2 comments, 261 reads
Posted in Sam Vanga's SQL on 23 April 2012
Why Isn’t There A Deployment Server Edition For SSIS Projects?
Andy Leonard blogged about a gotcha when creating SSIS projects using SSDT yesterday. He showed that you can use any component in SSDT whether or not your SQL Server supports that component. For example, you can create a package with Fuzzy Lookup and deploy to a server running Business Intelligence… Read more
0 comments, 483 reads
Posted in Sam Vanga's SQL on 19 April 2012
Execute T-SQL Statement Task
I spotted a new task in SSIS 2012 – Execute T-SQL Statement Task. It executes T-SQL statements, only Transact-SQL statements against SQL Server databases. Cool, but don’t get too excited. Why? Because you can neither parameterize the SQL nor save the results to a variable.
The task editor looks… Read more
3 comments, 363 reads
Posted in Sam Vanga's SQL on 17 April 2012
Simple Tips To Speed Up Your SSIS Data Flow
There are a few design choices that can make your SSIS packages run super fast when loading data from table A to table B.
SQL Command at Source
OLE DB source editor allows you to choose either a table or a view from a drop down if data access mode… Read more
4 comments, 1,252 reads
Posted in Sam Vanga's SQL on 10 April 2012



Subscribe to this blog