Steps to become more agile with Sql development
In this series of posts I am going to talk about what it is we need to do, as Sql...
2015-02-12
45 reads
In this series of posts I am going to talk about what it is we need to do, as Sql...
2015-02-12
45 reads
**Update** I have noticed that these cmd files are missing from recent ssdt builds, to enable logging see Kevin's comment:
http://blogs.msdn.com/b/ssdt/archive/2014/07/15/sql-server-data-tools-ju…
**/update I was helping someone get a deployment filter working...
2015-02-05
1 reads
**Update** I have noticed that these cmd files are missing from recent ssdt builds, to enable logging see Kevin’s comment:
http://blogs.msdn.com/b/ssdt/archive/2014/07/15/sql-server-data-tools-ju…
**/update...
2015-02-05
132 reads
**Update** I have noticed that these cmd files are missing from recent ssdt builds, to enable logging see Kevin’s comment:
http://blogs.msdn.com/b/ssdt/archive/2014/07/15/sql-server-data-tools-ju…
**/update...
2015-02-05
63 reads
I sometimes see this when deploying via sqlpackager.exe:
Analyzing deployment plan (Complete) Updating database (Start) Dropping DF_XXX... Creating DF_XXX... Update complete. Updating database (Complete) Successfully published database.
This happens everytime...
2015-01-16
1 reads
I sometimes see this when deploying via sqlpackager.exe:
Analyzing deployment plan (Complete) Updating database (Start) Dropping DF_XXX... Creating DF_XXX... Update complete....
2015-01-16
45 reads
I sometimes see this when deploying via sqlpackager.exe:
Analyzing deployment plan (Complete) Updating database (Start) Dropping DF_XXX... Creating DF_XXX... Update complete....
2015-01-16
119 reads
Updated 2015-02-02 I have changed the details about passing multiple filters at the bottom, see the codepex site for full details.
tldr; Download the filter from: https://agilesqlclub.codeplex.com/releases/view/610727 put the dll...
2015-01-14
17 reads
Updated 2015-02-02 I have changed the details about passing multiple filters at the bottom, see the codepex site for full...
2015-01-14
1,133 reads
Updated 2015-02-02 I have changed the details about passing multiple filters at the bottom, see the codepex site for full...
2015-01-14
51 reads
By Steve Jones
The episode on data masking and subetting is out. You can see it here:...
By Brian Kelley
I'm listening to Effortless by Greg McKeon (link to author's page) through Audible.com. He...
This book was making its rounds on social media, and the concept seems interesting...
Hi Dbatools is used to copy table data from domain a to domain b...
I am using the following sql to convert rows into columns for each pid,...
Comments posted to this topic are about the item Ingesting Data From REST API...
What are the two inputs called to a hash join operation in SQL Server? (choose 2)
See possible answers