Posted in SSDT

Pre-deploy SQL Scripts before checking for changes

I just came across a post from Ed Elliot (b | t ) about running Scripts before the SQL Package process runs. Sort of a…

Continue Reading... Pre-deploy SQL Scripts before checking for changes
Posted in Excel Powerpivot SQL Server SSAS

SSAS Tabular and Excel PowerPivot

I don’t know why it took so long before making the connection between PowerPivot models and SSAS Tabular models, but in the last couple of…

Continue Reading... SSAS Tabular and Excel PowerPivot
Posted in BIML SSIS

Exploring BIML

Getting Started I attended Varigence’s BIML Workshop last year prior to the PASS conference and got to learn a little BIML while seeing what it…

Continue Reading... Exploring BIML
Posted in SQL Project SSDT VSTS DB Pro

SQL Projects & Change Data Capture

I ran across this article from MSSQLTips.com discussing the use of CDC with SQL Projects. We don’t use CDC with our current systems so I’d…

Continue Reading... SQL Projects & Change Data Capture
Posted in SQL Project SSDT

SSDT Issue–Online Index Option Ignored

I came across this as we’d recently received a corporate directive that all indexes should be created with the ONLINE=ON option. That’s not too bad….

Continue Reading... SSDT Issue–Online Index Option Ignored
Posted in SQL Project SSDT

All SSDT Articles

[display-posts category=”SSDT” posts_per_page=”-1″ include_date=”true” order=”ASC” orderby=”date”]

Continue Reading... All SSDT Articles
Posted in SQL Project SSDT

SSDT: Adding Logins for “Execute As” and editing system db dacpacs

We recently encountered an issue requiring us to use “Execute As” syntax in some of our stored procedures. Of course, we have multiple environments which…

Continue Reading... SSDT: Adding Logins for “Execute As” and editing system db dacpacs
Posted in MySQL SQL Server SSIS

SSIS, MySQL, and invalid Dates–Take #2

A while back I posted an article on handling dates in select statements from MySQL. The idea was that I wanted a quick way to…

Continue Reading... SSIS, MySQL, and invalid Dates–Take #2
Posted in SQL Project SQL Server SSDT VSTS DB Pro

SSDT: Setting Different Permissions per Environment

One of the areas that SSDT doesn’t address adequately is permissions. Many users have different users, logins, and permissions set up across their environments, but…

Continue Reading... SSDT: Setting Different Permissions per Environment
Posted in SQL Project SQL Server SSDT VSTS DB Pro

SSDT: Trick to Not Run Pre/Post SQL on Publish

We’ve run across the need to avoid running certain scripts when publishing a brand new copy of a database from a SQL or DB Project…

Continue Reading... SSDT: Trick to Not Run Pre/Post SQL on Publish