Viewing 15 posts - 136 through 150 (of 161 total)
I found it.
I just overwrote parameter on Report Server, in the parameters section
But then I realized it's not good enough.
What if the user searches for a keyword, runs the report...
August 22, 2013 at 12:42 pm
Thanks SSCrazy.
The other contributor didn't get my point, no problem.
Maybe I wasn't clear enough.
User wants to search account descriptions by keyword
but if the result range is still large (50-60 accounts)
he...
August 21, 2013 at 12:03 pm
Ignore please.
Report Manager shows local time for Seattle cos it is located at Seattle.
I'm in Toronto.
August 16, 2013 at 1:27 pm
Great!!
I assume this is the correct file - "SQLEXPRADV_x64_ENU.exe"
August 14, 2013 at 9:55 am
Problem solved...
This was the most complicated matter I ever dealt with.
The solution is ...
Forget about this ugly complicated Java code that builds SQL dynamically in multiple loops.
This is a very...
April 4, 2013 at 1:19 pm
Thanks Lowell !
How can I do it without looping through years?
They dynamically generate column names ('Nov 2012', 'Dec 2012')
in the loop.
'Nov 2012' = Isnull((SELECT Sum(comm)
...
March 28, 2013 at 2:08 pm
Thanks for response Sean.
I included all Java code.
All the logic is there.
I don't know what else I can provide.
I know it's hard to read Java code.
Basically here is how it...
March 28, 2013 at 1:29 pm
I tried this
select * from IndustryMap
WHERE 1 =1
AND id_cusip = COALESCE(@cusip,id_cusip)
AND ticker = COALESCE(@ticker,ticker)
AND exch_code = COALESCE(@exchangeCode,exch_code)
and was ready to scream Hurray but realized that
when any of the columns have...
March 14, 2013 at 8:20 am
;-)Thanks a lot for your response.
I always feel a very friendly supportive environment here.
I will definetly compare performance of regular vs dynamic SQL procedures.
But later.
My goal now is to come...
March 14, 2013 at 7:53 am
My boss is a professional. He was a developer recently.
I saw some of his stored procedures - good code.
I think he has a point. A few years ago at one...
March 13, 2013 at 8:28 pm
Thanks all for your response.
Gail's blog recommends using dynamic SQL
but our boss doesn't like it at all.
I have to learn how to handle it either with CASE
or IF. My problem...
March 13, 2013 at 7:53 am
Thanks for response guys !
Some more clarification.
Looks like it's a problem with this particular table.
I did [SELECT TOP 30,000 * FROM ism_secmaster_price] which is located in the same database, it...
March 12, 2013 at 11:02 am
Apparently we have a big Oops.
Out Infrustructure team (Network Admins, Hardware people)
don't know how to configure Cluster environment on Windows 2008 server...
Apparently you need to have extra IP's and...
December 20, 2012 at 8:23 am
Crazy4SQL - THANKS A LOT!
http://jmkehayias.blogspot.in is a very good source.
Straight to the point, works perfectly.
I like this kind if technical websites.
December 20, 2012 at 8:18 am
Viewing 15 posts - 136 through 150 (of 161 total)