Viewing 15 posts - 76 through 90 (of 133 total)
Why hasn't anyone called into question the firewall/proxy yet? That would be the first thing I'd check.
October 7, 2010 at 8:36 am
Brian McGee-355525 (10/7/2010)
I have an SP that works on a few thousand rows at a time, and as part of its work, does multiple inserts and updates.
The Merge statement would...
October 7, 2010 at 6:41 am
markganley (10/7/2010)
I have carried out continuous profiler traces. Nothing is exceeding 10 seconds. Everything is executing as should be and there are no hangups. I may try pausing/stopping the mirroring...
October 7, 2010 at 6:26 am
You are using SSRS right?
Yea that looks like a timeout to me. The way to know for sure is to see if that error message displays after the number...
October 7, 2010 at 6:22 am
another thought - have you done a profiler trace alongside your perfmon stats collection? Thats probably what Microsoft support would ask you to do anyway.. this smells like the footprint...
October 7, 2010 at 6:01 am
I don't really see how anyone besides you or someone in your organization that had a hand in designing/implementing that data warehouse would be capable of writing up a document...
October 7, 2010 at 5:53 am
I think using a tier subreports would suit your purpose. If you need a refresher, check this out - http://msdn.microsoft.com/en-us/library/ms160348(SQL.100).aspx
October 6, 2010 at 2:37 pm
It might make sense to maybe set up an SSIS package that captures what has changed since last run (having a last_update_time column on the tables helps alot here), and...
October 6, 2010 at 8:38 am
samalex (10/6/2010)
Thanks for the great advice, but the problem we're running into is we don't know if a client will want cash flows and other tables that roll...
October 6, 2010 at 7:27 am
maxx.flavin (10/5/2010)
October 5, 2010 at 8:12 pm
Just eyeballing the query really fast, looks like the syntax error barf is from the second inner join to the third table, you have "INNER JOIN FROM".
Thats not going...
October 5, 2010 at 2:16 pm
wware (10/5/2010)
October 5, 2010 at 11:58 am
I think you will have the best success by writing the report for a single employee id, then "wrapping" the report by making it a subreport of another report's tablix...
October 5, 2010 at 11:40 am
dynamic sql is also more susceptible to sql injection. you might find it cleaner to have 2 queries with different formatted where clauses and an if statement that chooses which...
October 5, 2010 at 11:37 am
preensheen (10/4/2010)
How can I have the dynamic column names at the detination, My colums name chages every quater. I mean to say, the date should be added up...
October 5, 2010 at 11:34 am
Viewing 15 posts - 76 through 90 (of 133 total)