Viewing 15 posts - 1 through 15 (of 38 total)
I realise this is pretty old but I wrote this, works with 2008r2+
https://the.agilesql.club/blogs/Ed-Elliott/2016-04-08/SQLCover-Code-Coverage-For-SQL-Server-T-SQL
and this explains what code coverage is:
https://the.agilesql.club/blogs/Ed-Elliott/2016-04-11/what-is-code-coverage-in-sql-server-t-sql
ed
April 12, 2016 at 1:33 am
GilaMonster (12/10/2015)
December 10, 2015 at 4:10 am
No we are not engineers also data scientists are not scientists if you look at the definition of a scientist 🙂
December 10, 2015 at 12:55 am
sqldoubleg (11/17/2015)
Joe Garrick (11/17/2015)
November 17, 2015 at 1:51 am
Martin Fowler is pretty clear that refactoring means looking for and cleaning substandard code for example:
http://martinfowler.com/articles/workflowsOfRefactoring/#opp-flow
November 11, 2015 at 4:36 pm
Jeff Moden (11/11/2015)
November 11, 2015 at 3:16 pm
Iwas Bornready (11/11/2015)
I hate people refactoring code. They always seem to introduce errors into code that was running OK before they put their mits into it.
Write unit tests and so...
November 11, 2015 at 8:23 am
mark hutchinson (10/5/2015)
Given the fixed width of the textboxes you have available, I would recommend editing your article to move content to the left.
I guess that is another reason to...
October 5, 2015 at 4:10 pm
sknox (10/5/2015)
if 1 = 0
...
October 5, 2015 at 3:34 pm
nfink (10/5/2015)
October 5, 2015 at 9:15 am
JustMarie (10/5/2015)
I don't agree with taking out the descriptive parts because stored procedures can and will...
October 5, 2015 at 7:44 am
Jeff Moden (10/5/2015)
[font="Arial Black"]From the Article:[/font]
create procedure usp_DoSomething (@PARAMETER int)
as
...
October 5, 2015 at 6:00 am
Jambu Krishnamurthy (9/16/2015)
That was a great article. I have been doing many home-grown-solutions at various placed I had worked for almost 10 years to get SQL Server objects into source...
September 16, 2015 at 4:18 pm
JohnJack (9/15/2015)
We tested out RedGate Source Control with SVN (Subversion) on a few projects and found that we had a few...
September 15, 2015 at 3:49 am
GShenanigan (9/15/2015)
I've been intrigued by the Redgate test data generation (whether I can get budget for it is another thing :-P) but I'm curious as to how configurable it...
September 15, 2015 at 2:34 am
Viewing 15 posts - 1 through 15 (of 38 total)