Forum Replies Created

Viewing 15 posts - 1,501 through 1,515 (of 1,518 total)

  • RE: SQL Server 2005 Performance Dashboard Reports

    Performance Dashboard reports are based on dynamic management views and functions, new to SQL Server 2005.

    The data returned by these objects resides exclusively in memory and is stored by the...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: SSRS 2005 Error when viewing report in Browser

    no problem, thanks.

    I will contact MS Support and post their reply here.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: SSRS 2005 Error when viewing report in Browser

    no problem, thanks for your help.

    I will post the MS reply here once I get it.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: SSRS 2005 Error when viewing report in Browser

    I will contact MS Support with this issue and will post the resolution here once it becomes available.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: SSRS 2005 Error when viewing report in Browser

    Chad Crawford (1/30/2008)


    That is probably right. It sounds like you've run into this problem before. Are all the boxes (client, RS, DB) on the same domain?

    Chad

    Yes, all boxes...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: SSRS 2005 Error when viewing report in Browser

    It seems to be an issue with double-hop Windows authentication.

    The way I have been able to deal with this issue in the past is to define my DataSources with SQL...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: SSRS 2005 Error when viewing report in Browser

    Dinesh Asanka (1/30/2008)


    Your report is trying to access the data source named 'Dynamic_Connection' which is not existing or invalid.

    1. Go to report properties and assign correct dataq source

    or else

    2. create...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: SSRS 2005 Error when viewing report in Browser

    Here is some more info from the Report-Server Log:

    System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: conditional color on parameter dropdownlist in ssrs

    I am not using a drop-down list, but instead a single-column table. I make my selections by clicking on each textbox on the table and by configuring the Action property...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: why is my fragmentation so high on non-leaf index levels

    Slightly off topic, but if you are planning to re-define your clustered index on one or more non-identity columns, choosing keys found in GROUP BY/ORDER BY clauses is going to...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Datetime of latest SQL Server 2005 Instance Restart

    Thank you Chad, this is worth trying out. It's always a good practice to get to a piece of data from multiple routes, especially as a sanity check. Such an...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: Datetime of latest SQL Server 2005 Instance Restart

    Thank you Gail, much appreciated.

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: The CLR in SQL Server 2005

    Apologies if this is not the right forum for code samples, but here is a quick example of how to set up a sproc called CLR_usp_CopyFile to copy files. For...

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: The CLR in SQL Server 2005

    Thank you Adam, will do

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

  • RE: The CLR in SQL Server 2005

    Inside MICROSOFT SQL SERVER 2005: T-SQL PROGRAMMING

    by Itzik Ben-Gan

    Solid Quality Learning

    is a great introduction to SQL CLR

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

Viewing 15 posts - 1,501 through 1,515 (of 1,518 total)