K-SSIS-ed
K-SSIS-ed - View any property or script in SSIS with a single click A cross platform re-imagined IDE and SSIS package...
2017-08-17
82 reads
K-SSIS-ed - View any property or script in SSIS with a single click A cross platform re-imagined IDE and SSIS package...
2017-08-17
82 reads
K-SSIS-ed - View any property or script in SSIS with a single click A cross platform re-imagined IDE and SSIS package...
2017-08-17
67 reads
SQL Cover is a tool to measure code coverage in T-SQL. This will tell you how much of your database code your unit tests are exercising.
You can read more...
2017-08-17
28 reads
SQL Cover is a tool to measure code coverage in T-SQL. This will tell you how much of your database...
2017-08-17
59 reads
SQL Cover is a tool to measure code coverage in T-SQL. This will tell you how much of your database...
2017-08-17
66 reads
What is the SSDT Dev Pack It is basically a collection of tools that I find make developing in for SQL Server in SSDT better or easier. I will...
2017-08-17
8 reads
What is the SSDT Dev Pack It is basically a collection of tools that I find make developing in for...
2017-08-17
95 reads
What is the SSDT Dev Pack It is basically a collection of tools that I find make developing in for...
2017-08-17
58 reads
DevOps isn't running SQL Server in a container and pushing code to it from Jenkins
When we talk about DevOps we envision that we have the ability to check-in code,...
2017-06-13
11 reads
DevOps isn't running SQL Server in a container and pushing code to it from Jenkins
When we talk about DevOps we...
2017-06-13
362 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers