Viewing 15 posts - 1 through 15 (of 17 total)
Thanks koen,
But here I am using Excel 2007 my export working fine for Excel 97-2003 but as this has boundation of limited rows i can not use it. i tried...
March 14, 2011 at 3:35 am
Hey thanks HowardW.
I got the details and now I have updated myself 😛
Regards,
AJ
March 1, 2011 at 7:22 am
And thanks to all for your valuable inputs and time 🙂
Really I learned so much new today.
Regards,
AJ
February 25, 2011 at 11:07 am
Thanks Gianluca Sartori,
Its really a very good article, now I have most of the information about Table variable...
February 25, 2011 at 11:05 am
Hey thanks guys for you valuable inputs. I did the same what Craig & Lutz suggested and now I am getting the Index seek instead of scan. My query performance...
February 24, 2011 at 8:12 am
Hey Thanks Creig,
So such a query can not be improved, there will always be an index scan.
So i think i got my answer:crying:
Thanks
February 21, 2011 at 12:39 pm
I have created only one clustered index and that is on FirstName column, and no other index has been created not even any non clustered index.
So is there any...
February 21, 2011 at 12:20 pm
Hi kramaswamy,
I have worked in some performance tuning tasks and we always prefer to use
EXISTS(select 1 from table Where.............)
Also one more point if you are fetching data from multiple...
August 26, 2009 at 7:58 am
Dave,
I am already using CTE to generate the RowID as per the Order by column passesd. For which I am using the Dynamic Order By.
As per my requirement I have...
August 26, 2009 at 2:38 am
I think the topic is diverted 🙂
To avoid the casting we can use multiple case in order by which i do
case
when @sortorder...
August 26, 2009 at 1:45 am
Hi GilaMonster,
I tried it after removing the single quotes but now I am getting error
"Invalid column Name UserName".
🙁
August 25, 2009 at 7:50 am
Yes Bob,
I have Order By clause in my query.
Actually I am trying to implement the custom paging in my application and for that I have to fetch the count as...
August 25, 2009 at 3:32 am
Thanks Dave,
This is what I am doing right now but I just want to ignore the full table scan, so if after filtering it gives me count = 200...
August 24, 2009 at 7:50 am
Hi Peso,
i tried your code but it did not work.
Are you sure it works?
Thanks
August 25, 2008 at 7:27 am
Viewing 15 posts - 1 through 15 (of 17 total)