Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 1,518 total)

  • RE: CPU per File Group?

    Thank you Gail for clearing it up.

    __________________________________________________________________________________
    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: Best Practices

    Matt Miller (3/25/2008)

    I'm anticipating not being "allowed" (by my management) to disable it even if it's possible. The marketing folks at MS have already polluted my CIO's mind....

    Yikes! :w00t:

    I...

    __________________________________________________________________________________
    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: Best Practices

    I'm worried that the new LINQ technology shipping with SQL 2008 will open the door for more inline SQL code. I think it is a step in the wrong direction...

    __________________________________________________________________________________
    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: Log Shipping for reporting server?

    SERVER1/AppDb log ships to SERVER2/AppDb every 30 minutes in standby/read-only mode. Once, ~12:15AM daily*, I run a job that does a backup/restore of SERVER2/AppDb to SERVER/ReportingDb, which would then...

    __________________________________________________________________________________
    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: Log Shipping for reporting server?

    gravyface (3/24/2008)


    Thanks for the responses, guys.

    AFAIK, mirroring requires SQL Enterprise Edition, whereas Log Shipping does not. Can anyone clarify this? I think they'd rather not have...

    __________________________________________________________________________________
    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: Ready Made Code Snippet Tool Box Courtesy of SCOM

    Great link.

    I would have preferred more info in it as well, but, all in all, I'm glad I got notified on it.

    One question: where can I find the discovery.xml...

    __________________________________________________________________________________
    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: "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server conn "

    Jani Lane (3/18/2008)


    Good day!

    Don't know much about security, but I've created my web service function to return a dataset from SQL Server 2000. When I invoked the function it is...

    __________________________________________________________________________________
    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: "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server conn "

    rbarryyoung (3/24/2008)


    Marios: Glad I could help. I lost many days to this problem the first time that I tripped over it.

    Thank you!

    This problem rears its ugly head in...

    __________________________________________________________________________________
    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: Best Practices

    Matt Miller (3/24/2008)


    There's also the data layer vs data ACCESS layer vs Business Layer argument. Embedding SQL calls just screws up the separation in my mind. It's not...

    __________________________________________________________________________________
    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: "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server conn "

    It is indeed as you say.

    When running the same SELECT linked-server query while RDP'd directly on the source server (the server instance to which the linked server is added) 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: "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server conn "

    Connections are made using the login's current security context.

    So in the following query, the login running the query is the same account in whose context the connection is attempted:

    SELECT *...

    __________________________________________________________________________________
    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: Log Shipping for reporting server?

    For the reasons Michael so well explained I would caution against using the warm standby for reporting. If you do decide to do so, be prepared (and prepare your users)...

    __________________________________________________________________________________
    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: "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server conn "

    I'm having the exact same issue when using a linked server on a SQL Server 2005 instance (target is a SQL 2000 instance).

    The exact error is:

    OLE DB provider "SQLNCLI" 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: SELECT WITH NOLOCKS

    Michael Valentine Jones (3/20/2008)


    You should lookat using the new row versioning or snapshot isolation levels in SQL Server 2005 to deal with these problems.

    Great features but they come at a...

    __________________________________________________________________________________
    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: Best Practices

    timothyawiseman (3/21/2008)


    Thanks for your help. And I was looking for help in an argument I am in, Grant. If I was right (and the consensus here seems 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]

Viewing 15 posts - 1,321 through 1,335 (of 1,518 total)