Viewing 15 posts - 1 through 15 (of 32 total)
This is from Visual Studio 2003. The report was originally deployed on Reporting Services 2000 and we have recently switched to Reporting Services 2005. All worked fine in 2000.
July 5, 2006 at 6:40 am
This is directed to Remi Gregoire. Can you explain why you should reassign the parameters inside the procedure?
August 25, 2005 at 8:28 am
I have done a similar report based on a date selection and I had to do it thru a stored procedure and parameter in my report. If you are using...
August 25, 2005 at 8:22 am
Thanks for the input.
I guess I knew that all along, I just didn't want to accept it. I'll try the identity thing. It just seems strange that I do get...
July 25, 2005 at 12:39 pm
Try closing and disposing of the connection in the asp app.
January 7, 2005 at 6:54 am
Some are new files, others write over the same. I changed the time of one of the backups and that seems to have fixed it. The one that had a...
December 9, 2004 at 6:55 am
It is sql 2000 on windows 2003. The backups that are failing are of various types full and simple. They are complete backups. The error log just says that it...
December 8, 2004 at 9:10 am
Following is the code I use to render a report thru Vb.net to a pdf file. The reports are created in Visual Studio.net. I haven't done so, but I...
November 30, 2004 at 6:53 am
Thanks that worked, but I was really hoping to get the columns parsed out on insert. I already have the code to parse the ##) from the front of each...
November 19, 2004 at 6:33 am
Ms Sql Reporting Services
Not perfect, but with work can usually accomplish what you want. Still fairly new, so not fully developed yet. I expect it to improve as new releases...
October 28, 2004 at 6:31 am
I assume you are talking about report server. If so, good luck, it's all in adjusting the margins to the right amount. I spent hours adjusting mine and finally got...
October 12, 2004 at 6:30 am
I have done this with the following
IBM400 = As400 Name
In following example as400 name and odbc data source are named the same
EXEC sp_addlinkedserver
@server = 'IBM400',...
September 22, 2004 at 6:19 am
Try explicitly disposing of the connections. Simply closing them is not good enough. It leaves the connections in sql as orphaned connections. Check the locks thru Enterprise manager and you...
September 10, 2004 at 6:33 am
Check your version of Excel, you must have the latest version of Excel 2000 or Excel 2003 to work with Reporting Services.
May 31, 2004 at 7:26 am
Okay, guess it's because I don't have any training on this, but how do you set the printer options programmatically before rendering. I simply have created a report project and...
May 13, 2004 at 7:34 am
Viewing 15 posts - 1 through 15 (of 32 total)