Viewing 15 posts - 3,691 through 3,705 (of 9,643 total)
Hmmm. I did some testing here with a main report and 1 subreport ans I only see one RPC:Completed for the stored procedure in the main report. The...
December 2, 2009 at 9:42 am
Are all the calls on the same SPID?
December 2, 2009 at 8:38 am
Your issue is that, in the ON clause B.anotherid is never null so you are never getting to anotherid + 1 or anotherid + 2 as the evaluation is only...
December 2, 2009 at 7:59 am
Select the textbox, select the properties window and change the color property. Or, select the textbox and on the file menu select Format -> Foreground color. Or, if...
December 2, 2009 at 7:48 am
We need more information than what you have provided. What are the steps in your current process? What do you mean when you say "Performance can't go down"?...
December 2, 2009 at 7:40 am
Can you post the Profiler results?
Are you seeing this behavior on a deployed report or in BIDS?
December 2, 2009 at 7:37 am
It's been awhile since I have done anything with SQL Agent mail, but do you have any errors in the SQL Server or SQL Agent Logs? Can you send...
December 2, 2009 at 7:33 am
Bru has provided some good advice. The 20% of database file size is a guideline to get you started, but if you have a terabyte database do you really...
December 2, 2009 at 7:30 am
As has been mentioned, best, at least in this case, is a a subjective term. For me the key is WORKS, not best. If I have a solution...
December 2, 2009 at 6:39 am
Robin,
Glad you found it. I would have caught the issue had you not done so before I got here.
You are not the only one to have that issue. ...
December 2, 2009 at 6:29 am
Okay so you are all set with access to the report server. That eliminates permissions. Now the question is are you correctly connecting to the report server when...
December 1, 2009 at 1:12 pm
All the N does is specify that the string you are passing is unicode. If the columns in your database are already defined as NCHAR/NVARCHAR then you shouldn't have...
December 1, 2009 at 7:04 am
Did you deploy the control to the report server or do you just have it on your development machine?
December 1, 2009 at 6:58 am
Duplicate post. Please post answers here.
December 1, 2009 at 6:57 am
Okay, that's good I think as I have never seen it grayed out. This could be a permissions issue.
Can you connect to the report server (http://server name/reports is the...
December 1, 2009 at 6:55 am
Viewing 15 posts - 3,691 through 3,705 (of 9,643 total)