Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Sam Vanga's SQL

This blog is syndicated from http://svangasql.wordpress.com Samuel Vanga is a SQL Server developer. He is experienced in database and business intelligence development. His blog is on http://svangasql.wordpress.com

Archives: October 2012

Create Several Shell SSIS Packages In Minutes Using BIML

What do i mean by shell packages? You’re spot on – that’s an excellent question to begin with. For the purpose of this post, I define shell package as an empty package that is renamed appropriately and contains all the required connection managers.

It is a common pattern among SSIS… Read more

2 comments, 1,858 reads

Posted in Sam Vanga's SQL on 16 October 2012

I’m Not Attending #sqlpass Summit 2012 and I’m Sorry For Myself

I really wanted to attent PASS Summit this year, I’ve never attended before. I was preparing myself mentally since the last summit, but things didn’t work out. Life happened. I’ve some personal obligations that I need to take care. I can’t talk much about these obligations here, but I can… Read more

0 comments, 207 reads

Posted in Sam Vanga's SQL on 12 October 2012

Generate Uniqueidentifier with SSIS

If you are trying to generate Uniqueidentifier/Newid() in SSIS data flow, you will soon realize that there is no out-of-the-box transformation you could use. Fear not. Script Component can be used to create Uniqueidentifier columns.

In the below package, I’ve an OLE DB source. Then, i dragged script component to… Read more

0 comments, 1,667 reads

Posted in Sam Vanga's SQL on 10 October 2012