Viewing 8 posts - 661 through 668 (of 668 total)
Sure,
SET ROWCOUNT 10
--Followed by SQL squery...the query execution will stop once 10 records are scanned
April 16, 2010 at 6:09 am
The in-memory representation will contain every record from the tabel and then display only TOP N records.This is how TOP works.
Still would advice to use @@ROWCOUNT to avoid un-necessary records...
April 16, 2010 at 5:33 am
Hi,
I have a question to ask.
Is MS-SQL certification required to qualify for MS-BI Certification as a prerequisite.
I wish to pursue a MS-BI certification.
April 16, 2010 at 1:18 am
Good question,
What I understand is as below:
I would have have created a linked server (Server Object) and use a fully qualified name to execute my dynamic SQL query.
April 15, 2010 at 4:50 am
Hi,
Can you please explain it in detail....
The idea is not clear.
Regards/Raunak
April 15, 2010 at 3:41 am
Yes it helped...trying to customize more...
Thanks a lot
March 29, 2010 at 11:36 pm
it's done...changed the query and used IN function with allow multiple values in parameter options
March 17, 2010 at 9:16 pm
hi
I'll surely try.
But when executing in BIDS the report shows relative error of syntax and not when deployed.
March 16, 2010 at 9:07 pm
Viewing 8 posts - 661 through 668 (of 668 total)