Viewing 8 posts - 1 through 9 (of 9 total)
I noticed that problem when I adjusted the query to run against production data. I moved the @today condition to the subquery and it seems to be working OK now.
...
February 28, 2011 at 3:30 pm
Looks great - Thank you VERY much for the help!
February 28, 2011 at 2:04 pm
WayneS:
I'm using SQL Server 2008, so the OUTER APPLY works fine. The output you posted is exactly what I'm looking for, however I can't add new tables (like Employee2). Is...
February 28, 2011 at 1:54 pm
durai nagarajan (2/14/2011)
when the report processing time is short it wont show the report generating wheel.
kindly give us the time for report lauching in report server and in .net page...
February 14, 2011 at 1:48 pm
Thanks Jack for your help / patience. Unfortunately (and I hate sounding too negative) the following doesn't seem to work for me:
Select
...
July 17, 2008 at 3:48 pm
If I do that, the application will blow in front of the user when the first NULL value comes up.. the code is not ready to handle that for now....
July 17, 2008 at 3:43 pm
Got it. Now, if I understand you correctly, this will give me all the statements that involve this table. Is it possible to determine which statement is inserting the null...
July 17, 2008 at 9:22 am
Thanks for your reply. I've never done this so I'm doing some research now on how to filter by object_id and put the trace results in a table - so...
July 17, 2008 at 8:25 am
Viewing 8 posts - 1 through 9 (of 9 total)