Forum Replies Created

Viewing 15 posts - 3,061 through 3,075 (of 49,571 total)

  • RE: Estimated Execution plan and getdate() in the where clause ??

    No, it's not automatically a bad idea, and the variable may or may not give any better estimates.

    It has to do with parameter sniffing and the ability of the optimiser...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (5/16/2016)


    GilaMonster (5/16/2016)


    Brandie Tarvin (5/16/2016)


    Interview time!

    So has anyone had anything along these lines before?

    My favourite was the candidate who addressed every answer to my team lead, even though I...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (5/16/2016)


    Interview time!

    So has anyone had anything along these lines before?

    My favourite was the candidate who addressed every answer to my team lead, even though I was asking the...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (5/16/2016)


    GilaMonster (5/16/2016)


    Sigh. Via PM: "Can you access my computer via Teamviewer to fix the firewall settings"

    Can, yes. Will, not a bloody chance in hell.

    Oh, dear. I can just...

  • RE: Are the posted questions getting worse?

    Sigh. Via PM: "Can you access my computer via Teamviewer to fix the firewall settings"

    Can, yes. Will, not a bloody chance in hell.

  • RE: how to connect to SQL Server 2014

    Then you're going to have to sit and debug the network connectivity. It's probably closed ports on a firewall or similar, which is why it's going to need a local...

  • RE: how to connect to SQL Server 2014

    Speak to your network admin, or whoever set the VPN up. It's not something that random people on the internet are going to be able to fix for you.

  • RE: Move Systemdatabases

    tt-615680 (5/16/2016)


    Here is the script for the user databases:

    1. stop SQL Server Service

    2. Check the location of the tempdb files

    Use master

    GO

    SELECT name AS [LogicalName],physical_name AS [Location],state_desc AS...

  • RE: Enquiry on Logshipping

    Yup, entirely possible. Rolling upgrades like you describe are the only time that log shipping (or mirroring) is supported across versions.

  • RE: how to connect to SQL Server 2014

    I strongly recommend you don't leave that SQL Server accessible from the internet. Set up VPNs so that you can connect securely and ensure that random computers on the internet...

  • RE: Are the posted questions getting worse?

    tindog (5/13/2016)


    Sean Lange (5/13/2016)


    tindog (5/13/2016)


    Sean Lange (5/13/2016)


    Luis Cazares (5/13/2016)


    ChrisM@Work (5/13/2016)


    Sean Lange (5/13/2016)


    Brandie Tarvin (5/13/2016)


    For those who hadn't heard, THIS happened.

    Yay.

    EDIT: I should add I'm not trying to start a debate....

  • RE: Forwarded records

    Imke Cronje (5/13/2016)


    Unfortunately the application that connects to the database does not support clustered indexes. This is a vendor supplied database.

    What?

    An app shouldn't be able to tell what kind of...

  • RE: Forwarded records

    Yes, it's expensive (it's re-writing the entire table), no, it's not online.

    Why don't you create a clustered index on the table, then you don't have to worry about forwarded records?

  • RE: Restore job is Failing in the secondary server after fail over and fail back

    How did you fail back?

    What state is the secondary database in?

  • RE: Need help on Sorting...

    This looks like Oracle code.

    While some people do know Oracle, this is a SQL Server forum (as in Microsoft SQL Server), and that's what most answers will be written for.

Viewing 15 posts - 3,061 through 3,075 (of 49,571 total)