Andy Leonard

  • Interests: SQL Server, Integration Services, Managing Technical Teams, Faith, Family, Farming.

Stairway to Integration Services

Flexible Source Locations - Level 16 of the Stairway to Integration Services

Integration Services can be used to load data from a number of source files stored in different folders. This next level in the Stairway Series for Integration Services shows exactly how you can use parameters, variables and the ForEach Loop Container to do this.

You rated this post out of 5. Change rating

2019-03-26 (first published: )

7,363 reads

Stairway to Integration Services

Updating Rows in Incremental Loads – Level 4 of the Stairway to Integration Services

Part four of this stairway series examines the process of updating the data in an existing table in a load. MVP Andy Leonard talks about the way in which packages can handle changes in a repeatable fashion.

You rated this post out of 5. Change rating

2019-03-26 (first published: )

57,345 reads

Blogs

Can I Change a Primary Key Value? #SQLNewBlogger

By

I heard someone say recently that you can’t change a primary key value in...

SQL Server Index Primer

By

Indexes 101: What, Why, and When? “What Is an Index?” I get this question...

Secure Azure SQL Server Backups Using Managed Identities

By

I do believe most people know about the ability to backup your SQL server...

Read the latest Blogs

Forums

Report Server Configuration Manager - The target principal name is incorrect SSL

By JDRocket

SQL Server SSRS 2022. Running into ' SSL Provider, error: 0 - The target...

Report Server Configuration Manager - Change Database - SSL Error

By JDRocket

I'm getting an ' SSL Provider, error: 0 - The target principal name is...

Update particular record in a table

By dhanekulakalyan

I need to update greatherthan8 (category) record to Missing (status) if the same member...

Visit the forum

Question of the Day

Getting the TEXTSIZE

How can I check what value I used for TEXTSIZE? I ran this code:

SET TEXTSIZE 8096
But then deleted the code and couldn't remember. Is there a way to check this?

See possible answers