Viewing 15 posts - 1 through 15 (of 26 total)
Does having DDL statements in midst of DML statements affect the performance of the SP? Will it improve performance if i move these Truncate / Drop statements at the end...
November 15, 2013 at 6:11 am
Thanks Gail. I'll try that out. Also, there's another query in my first thread.
3) Is it good to truncate the temporary table in midst of the SP? (I'm truncating with...
November 15, 2013 at 6:00 am
The column on which the NCI is created, is being used in the WHERE conditions in the queries post this Index creation. How do I find whether this NCI is...
November 15, 2013 at 5:13 am
I also recently got this CPackage::LoadFromXML fails error message and was unable to open my package... few of the comments i found on the net was ,
1) Set...
February 6, 2013 at 1:45 am
Can you post the complete error message?
Also try to open the package from another system.
February 5, 2013 at 11:06 pm
Thanks for the replies.
We've decided against using XML parameter mainly to avoid additional overhead to the application in buidling the XML tags and decoding them in the backend for every...
November 11, 2011 at 11:41 am
[font="Verdana"]
The problem occurred when we tried to restore SQL 2008 backup files in SQL 2005. Then we restored it in SQL 2008 server itself and it worked.
[/font]
June 24, 2010 at 12:23 am
Hi,
The issue was with the backup files. Got resolved now.
Thanks.
April 15, 2010 at 12:13 am
will do so in the future.
thank you for the reply.
April 8, 2008 at 1:49 am
Thanx for the response.. Most of the applications using this server are created with vb and asp(not .net). All are read committed.
June 9, 2007 at 10:11 am
thank you all for ur time and help. gr8!
June 7, 2007 at 7:06 am
i think you'll not be able to use getdate() function inside a UDF. try an alternative way to get the date and check it.
April 23, 2007 at 3:42 am
thanks scott.
my scenario is like this...
i've two tables say tbl1 (empid, empname, deptno, yearofjoining) and tbl2 (empid, deptno, deptname).
i need to write the following query...
if the yearofjoining = '2006' then
select...
April 9, 2007 at 11:30 pm
Viewing 15 posts - 1 through 15 (of 26 total)