Viewing 15 posts - 5,866 through 5,880 (of 9,643 total)
Do you want the process to be automatic, which is what setting a Foreign Key to ON DELETE CASCADE will do or do you want to control it?
February 24, 2009 at 8:36 am
My understanding of ad-hos reporting using report builder and report models is that you should provide the user(s) with a report model that negates the need for any "advanced" sql...
February 24, 2009 at 8:31 am
This would actually be fairly simple as you would put the on failure action of the step to GO to Step "Email" and on the email step you set the...
February 24, 2009 at 8:29 am
Can you post what was successful for you? This will help others if they find this thread when searching for the same or similar problem.
February 24, 2009 at 8:17 am
I don't believe that there is a way to specify that you only want the page header suppressed when outputting to a specific format. I think it is an...
February 24, 2009 at 8:16 am
Steve Jones - Editor (2/24/2009)
February 24, 2009 at 7:39 am
The issue appears to be in the Initial Catalog parameter. If you remove that from the connection string do you connect successfully?
As a side note, you should not be...
February 24, 2009 at 7:37 am
Actually if the column being compared to is nchar or nvarchar preceding the constant with N actually slightly improves performance as no implicit conversion has to take place.
February 24, 2009 at 7:35 am
There isn't a column in another level of the grouping that does not have the CanGrow property set to false and is thus causing the other textboxes to grow?
February 24, 2009 at 7:33 am
Can you run Profiler when you run the report and see what is being sent to the SQL Server?
The other thing I like to do is to not tie the...
February 24, 2009 at 7:30 am
Assuming you have a fixed # of columns you would just put in an expression that adds the values of all the prior columns:
=Fields!Marks1.Value + Fields!Marks2.Value
I don't know a way...
February 24, 2009 at 7:26 am
I've never seen this before and the only thing I can find on-line that might be helpful is this:
but it specifically addresses SSRS 2008. You may want to take...
February 24, 2009 at 7:23 am
You should be able to do this. Are you getting an error? If so, what is the error?
February 24, 2009 at 6:59 am
I used to also recommend putting any email type activity into a table and having a separate job process it, but because database mail uses Service Broker it is asynchronous...
February 24, 2009 at 6:20 am
I don't know of a way to do this other than creating a job that checks the status of other jobs and uses sp_send_dbmail to send out an email for...
February 24, 2009 at 6:13 am
Viewing 15 posts - 5,866 through 5,880 (of 9,643 total)