Click here to Skip to main content
15,887,676 members
Home / Discussions / Database
   

Database

 
QuestionA Transact-SQL Question Pin
Xiaoming Qian16-Nov-05 20:37
Xiaoming Qian16-Nov-05 20:37 
AnswerRe: A Transact-SQL Question Pin
Grav-Vt17-Nov-05 12:56
Grav-Vt17-Nov-05 12:56 
Questionscope identity not a function name Pin
kal2na216-Nov-05 19:37
kal2na216-Nov-05 19:37 
AnswerRe: scope identity not a function name Pin
Grav-Vt17-Nov-05 12:57
Grav-Vt17-Nov-05 12:57 
QuestionCheck for a string of SPACE characters Pin
Chris Meech16-Nov-05 9:06
Chris Meech16-Nov-05 9:06 
QuestionSQL code coverage Pin
Paul Watson16-Nov-05 3:23
sitebuilderPaul Watson16-Nov-05 3:23 
QuestionRe: SQL code coverage Pin
Chris Meech16-Nov-05 9:10
Chris Meech16-Nov-05 9:10 
AnswerRe: SQL code coverage Pin
Paul Watson16-Nov-05 9:22
sitebuilderPaul Watson16-Nov-05 9:22 
OK let me see if I can explain this without looking it up again Big Grin | :-D

Code coverage presents metrics on how much of your code is covered by tests (e.g. unit tests.) The idea is that with a large code base you can't be sure the unit tests you have are testing all aspects of the code. So you run the code coverage tool against your code, including your tests, and it returns metrics on what is and what is not covered.

Within that you get all sorts of variations such as block coverage, conditional coverage, line coverage, method coverage etc.

I currently only know of code coverage tools that work against code in assemblies, not in SQL databases.

regards,
Paul Watson
Ireland

Colib and ilikecameras.

K(arl) wrote:
oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!

QuestionTying a XML playlist to SQL data Pin
normschaef15-Nov-05 11:56
normschaef15-Nov-05 11:56 
Questionschema design question Pin
ppp00115-Nov-05 6:44
ppp00115-Nov-05 6:44 
AnswerRe: schema design question Pin
Daniel Santillanes15-Nov-05 7:00
professionalDaniel Santillanes15-Nov-05 7:00 
GeneralRe: schema design question Pin
toxcct16-Nov-05 5:24
toxcct16-Nov-05 5:24 
QuestionDataSet - Query problem Pin
Timothy_198215-Nov-05 5:47
Timothy_198215-Nov-05 5:47 
AnswerRe: DataSet - Query problem Pin
Daniel Santillanes15-Nov-05 6:49
professionalDaniel Santillanes15-Nov-05 6:49 
GeneralRe: DataSet - Query problem Pin
Timothy_198215-Nov-05 7:36
Timothy_198215-Nov-05 7:36 
GeneralRe: DataSet - Query problem Pin
Daniel Santillanes15-Nov-05 12:18
professionalDaniel Santillanes15-Nov-05 12:18 
QuestionNo Row Returned Pin
Brendan Vogt14-Nov-05 17:43
Brendan Vogt14-Nov-05 17:43 
AnswerRe: No Row Returned Pin
Colin Angus Mackay14-Nov-05 20:21
Colin Angus Mackay14-Nov-05 20:21 
Questionconnecting to a database..needs help Pin
JustmeNick14-Nov-05 5:52
JustmeNick14-Nov-05 5:52 
QuestionSQL Server does not exist or access denied. Pin
smita_roy13-Nov-05 21:30
smita_roy13-Nov-05 21:30 
AnswerRe: SQL Server does not exist or access denied. Pin
ricardojb14-Nov-05 17:20
ricardojb14-Nov-05 17:20 
QuestionInternal Processor Error Pin
lovelylooney13-Nov-05 21:26
lovelylooney13-Nov-05 21:26 
Questiondiff b/w ado and ado.net Pin
expertdeveloper13-Nov-05 20:18
expertdeveloper13-Nov-05 20:18 
AnswerRe: diff b/w ado and ado.net Pin
toxcct16-Nov-05 5:31
toxcct16-Nov-05 5:31 
Questionproblem with Sqlparameters :( Pin
da vinci coder13-Nov-05 13:09
da vinci coder13-Nov-05 13:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.