Viewing 6 posts - 1 through 6 (of 6 total)
It's a part of a complex query.
It sometimes results in 2-3 seconds and sometimes more than 20 seconds.
will that be one of the possibilities of delaying the result?
Thanks
March 6, 2007 at 11:49 pm
Both are working.
but i am unable to understand
WHERE @Check LIKE '''%' + CustomerID + '%'''
this query. what's process behind this.
August 23, 2006 at 10:31 pm
hi,
I need to know, which r the tables affected (contains) a particular item that's referred in the Master table.
i.e., ItemID - 0580 in Master Table.
This ItemID may be reflected...
April 17, 2006 at 9:29 pm
Transaction Log has been set as Unrestricted Growth. It Auto grows frequently. We have 100 users on our Intranet applications. The Log File grows and fills the hard disk space....
December 13, 2005 at 8:47 pm
SQL Temp Table Creation :
CREATE TABLE #temptable (Details Varchar(50), Monthname Varchar(15), Qty decimal, Value decimal(18,2), Companyid varchar(10), Closingflag numeric, Sno numeric, Head numeric)
Hope this be helpful.
October 28, 2004 at 9:41 pm
Hi,
Thanks, But I have stored it as html file and i need it from Internet explorer
and not from excel. please help me.
October 1, 2004 at 5:35 am
Viewing 6 posts - 1 through 6 (of 6 total)