Forum Replies Created

Viewing 15 posts - 1 through 15 (of 32 total)

  • RE: RS 2005 error

    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.

  • RE: Query Analyzer vs ASP.NET Performance

    This is directed to Remi Gregoire.  Can you explain why you should reassign the parameters inside the procedure?

  • RE: Report sorts

    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...

  • RE: Insert into Table

    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...

  • RE: Closed App but Sleeping SPIDs

    Try closing and disposing of the connection in the asp app.

  • RE: Backups

    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...

  • RE: Backups

    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...

  • RE: Integration of Reporting Services in VB

    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...

  • RE: Import a variable text file

    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...

  • RE: SQL Reporting Tools

    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...

  • RE: Printing in landscape orientation

    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...

  • RE: Creating a link server with AS/400

    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',

       @provider...

  • RE: SQL Connection Errors

    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...

  • RE: Exporting to Excel

    Check your version of Excel, you must have the latest version of Excel 2000 or Excel 2003 to work with Reporting Services.

  • RE: Landscape vs Portrait printout

    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...

Viewing 15 posts - 1 through 15 (of 32 total)