|
|
-
Samuel Vanga Posted 4 Months ago through Syndicated Blogs
This post is first of yet to come long series on basic concepts of SQL Server. I’ll begin with basic 101 introduction to SQL Server views. I wouldn’t recommend reading any further if you are an experienced sql server’er. I value your t...
|
-
Samuel Vanga Posted 6 Months ago through Mentoring Corner
Do you want to start a blog, and don't know where to start? I can help. Not able to find time to write? I can help. Can't decide on what to write? I can help. Unable to keep up with your blog? I can help. Any other question related to blogging? I can ...
|
-
Samuel Vanga Posted 6 Months ago through Syndicated Blogs
Query Performance Tuning. Grant Fritchey. $15. If this doesn’t excite you, nothing will. Apress is offering every e-book for just $15 on Nov. 26. Here is a list of books I’m purchasing and recommend to you.
SQL Server 2012 Integration Servic...
|
-
Samuel Vanga Posted 6 Months ago through Syndicated Blogs
I had the pleasure of helping Karla Landrum (@Karlakay22) for the PASS Summit 2012 by creating two dashboards: SQL Saturday events and PASS Chapters on a world map. If you attended either SQL Saturday round table or Community Zone at the Summit, you may...
|
-
Samuel Vanga Posted 6 Months ago through Syndicated Blogs
As a business intelligence developer, my skills include taking the raw data, shaking it to remove all the junk, and presenting it to business users in the most sexiest way possible – smart people often use the words ETL, and BI to define this proc...
|
-
Samuel Vanga Posted 7 Months ago through Syndicated Blogs
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...
|
-
Samuel Vanga Posted 7 Months ago through Syndicated Blogs
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 c...
|
-
Samuel Vanga Posted 7 Months ago through Syndicated Blogs
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...
|
-
Samuel Vanga Posted 8 Months ago through Syndicated Blogs
This book is written by Andy Leonard, Matt Masson, Tim Mitchell, Jessica Moss, and Michelle Ufford. These are all highly talented people we are talking about. Andy is constantly teaching SSIS patterns in his training classes and articles. Matt, for me, ...
|
-
Samuel Vanga Posted 9 Months ago through Syndicated Blogs
Today I’m sharing another script that I often find useful – Queries to find the count of rows from tables and views in a SQL Server database.
Count Rows In All Tables:
This query returns the count of rows from all tables in a database. The results can b...
|