Viewing 6 posts - 1 through 6 (of 6 total)
yes its working now
thank u 🙂
April 28, 2008 at 4:06 am
my temp table name is #TestTable
create TABLE #TestTable (FunctionalityID int, PageCode nvarchar(250), NameE nvarchar(250), ControlType nvarchar(250), ControlName nvarchar(250))
INSERT INTO #TestTable(FunctionalityID , PageCode , NameE , ControlType , ControlName )
(SELECT execute...
April 28, 2008 at 3:30 am
i am but really i need help 🙁
April 28, 2008 at 3:01 am
Thanks for response
The table RecordedCalls contains 1000,000,000 Records, the other tables used in the join will not contain more than 15 Records for each one.
The table lookups contains like 200...
March 5, 2008 at 1:42 am
-the condition date, Duration and another conditions based on User criteria i got it from executing another SP inside my SP then i concat the result inside my statement put...
March 3, 2008 at 2:41 am
Viewing 6 posts - 1 through 6 (of 6 total)