Forum Replies Created

Viewing 15 posts - 196 through 210 (of 2,010 total)

  • RE: Need to split and combine some data in a query

    Kit G (9/27/2010)


    steve-893342 (9/27/2010)


    Kit G (9/27/2010)


    steve-893342 (9/24/2010)


    I think you can solve this one with a PIVOT and some splitting

    Thanks Steve for the code. That date at Los Mules where...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Second instace of RS not working correctly

    Check to make certain the datasource has the appropriate credentials stored in it's definition.

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    Alvin Ramard (9/27/2010)


    I use the GMail Reader. It's fairly simple to use and has one major advantage over Outlook. Since it's web based, you can access Gmail Reader...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Could not find stored procedure. SQL Server error 2812

    satishseth143 (9/24/2010)


    Its SQL2008

    Thanks for finally posting the version number. Sorry I assumed this was 2000 as that's what the largest majority of articles I could find on this error number...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Could not find stored procedure. SQL Server error 2812

    Were you the one that originally created the procedure? IF not, and this is a SQL 2000 instance, you were not the owner, therefor you would have needed to...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Could not find stored procedure. SQL Server error 2812

    Make sure the user you are using to connect to the database has permissions to that stored procedure. Also, depending on the version of SQL you are using make...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Need to split and combine some data in a query

    Kit, is the sample data representative of the data in your database in so much as there is no way to differentiate the 2 events with the exception of the...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: sql 2000 server agent db user permissions problem

    Though I think you'd need to test this you could perhaps Add an explicit deny to execute sp_add_job for the particular user you are having issues with.

    sp_add_job is...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Simple Question from a complete newbie

    I don't see any syntax errors in your SQL statement. Is it doing something you are not expecting, or throwing some sort of error message?

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SQL SERVER REPORTING SERVICES 2000 QUERY

    Does the execution log of the SSRS database give you any clues?

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SSRS known issues

    how about googling something along these lines...

    SSRS known issues site:microsoft.com

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SQL SERVER REPORTING SERVICES 2000 QUERY

    Make certain that the user that you are connecting with has the appropriate rights on the share. That user needs modify or above on the share and write or...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Report Subscriptions & file compression

    Just out of curiosity, why not use SSIS instead to create the file,then you can invoke another process like the cmd line version of winzip, 7-zip or whatever you choose,...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Select Distinct - Multiple Columns

    tsmith-960032 (9/22/2010)


    Daniel Bowlin (9/22/2010)


    Try a CTE or temp table to get your DISTINCT then join that back to a SELECT where you query the data and constrain on the MIN...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Compare published reports

    The only thing to note is you should pay attention to what settings you set when you download the reports and create the solution. For example, if you upload...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 196 through 210 (of 2,010 total)