Viewing 15 posts - 1 through 15 (of 18 total)
NO. Code Coverage is used to measure how much code is touched and not touched. Refer this site http://www.cenqua.com/clover/doc/coverage/intro.html
Regards,
Mahesh
February 4, 2009 at 1:13 am
I changed above query as shown below. It shows "The argument 1 of the XML data type method "nodes" must be a string literal." error. Can't I use...
January 20, 2009 at 5:09 am
Thanks a lot. This query helps me.
Regards,
Mahesh Mamidi
January 20, 2009 at 4:52 am
Try this script
USE NORTHWIND
SELECT sysindexes.rows, sysobjects.name
FROM sysusers, sysobjects, sysindexes
WHERE sysusers.uid = sysobjects.uid and sysindexes.id = sysobjects.id and sysobjects.name not like '#%'
and OBJECTPROPERTY(sysobjects.id, N'IsMSShipped') <> 1 and OBJECTPROPERTY(sysobjects.id, N'IsSystemTable')...
November 17, 2006 at 1:49 am
Thanks Karl.
Mahesh
July 17, 2006 at 12:41 am
Thanks Karl, it helped me
Mahesh
July 17, 2006 at 12:31 am
This is general question.
Thanks,
Mahesh Babu
April 5, 2005 at 6:37 am
Still same problem. Is this because of NT Security?
Mahesh
December 22, 2004 at 11:35 pm
As you said, it should execute at client side only. But at the same time we can not except someone to have this bcp.exe at their local system, right ?
But I...
December 21, 2004 at 12:41 am
Hi
If anybody is there from .net development, please help me.......
Mahesh
December 20, 2004 at 5:58 am
But this is happening when some process is going on. Anyway I will try to schedule and check.
November 8, 2004 at 6:28 am
Yes I got it. Thanks
Bobby
September 17, 2004 at 3:01 am
Thanks a lot. My PL said without using a any loop i should get the output.
Thanks again.
Bobby
June 18, 2004 at 6:30 am
Thanks for your reply.
Sorry, If i use StringCount function that Stringcount function should exists in my database. I don't want that. Any System function available
June 18, 2004 at 4:46 am
Hi Frank,
Thanks for giving examples . But where i should use "N" ? In select/insert/update statements ?
Bobby
May 10, 2004 at 1:37 am
Viewing 15 posts - 1 through 15 (of 18 total)