Forum Replies Created

Viewing 15 posts - 10,351 through 10,365 (of 39,768 total)

  • RE: Logical Query Processing order

    points are awarded back. #1 changed to be different.

    Apologies. The interface for adding answers makes it hard to compare and it seemed like they were different in looking at things....

  • RE: Hello Guys I'm New Here

    To use the files for your development, you need the SQL Server service (from the dev site post). That means you need to install SQL Server. You can install any...

  • RE: Backing up a production SQL Database

    I'm with Perry. One of the things that causes problems with DR and restores is usually complexity that you struggle with under pressure. Or someone else misunderstands.

    I'd set backups with...

  • RE: Hello Guys I'm New Here

    First, I'm not sure if we have a language barrier, but it's hard to understand what you mean as you aren't writing clearly. Please be sure you check spelling and...

  • RE: SQL Backups Grown Due to Encryption

    I got it back from the proj mgr that we read unencrypted pages, then compress them, then encrypt the result (if you choose to do so).

  • RE: Query becoming slower when records are retrieved..how to make it faster

    As Jeff mentioned, the indexes matter. If you don't have good ones, then this can be problematic. Please include the DDL for indexes and the tables, with your sample data....

  • RE: SQL Backups Grown Due to Encryption

    I'm checking on the technical details of the Red Gate product to see. The issue is that it depends on how the VDI interface sends out pages, and where in...

  • RE: Updating Tables

    You'll have to provide more details on what these tables look like, including the DDL And PK/FK definitions.

    You connect tables, not databases, so I'm not sure how you are describing...

  • RE: Backup Keys

    Ed Wagner (11/10/2014)


    Good question. Whenever I create keys, I back up the SQL I use to create them. This way I know how to recreate it exactly the...

  • RE: Are the posted questions getting worse?

    Apologies. A few things on the SPAM:

    1. We had a hiccup in the spam process and it was disabled over the weekend. Hence many of you (and me) getting...

  • RE: The 2014 PASS Summit - Thursday

    Andrew..Peterson (11/10/2014)


    "There were more people looking to secure their systems, though a surprising number of people using TDE had never attempted a DR restore. Please, please, do this. Make sure...

  • RE: Readonly copy of parts of the database on another server for reporting purposes

    There's no magic here. You need to transfer the data. If you have large amounts of data in an mdf, then whether you use backup/restore, replication, SAN mirroring, etc, you...

  • RE: Fantasy Football 2014

    Grr, I hate bye weeks

  • RE: Sa Password Recovery

    The only way to get an SA password if you don't have it is to have admin rights on the local hosts. Restart the SQL Server in single user mode...

  • RE: The Import Wizard

    TomThomson (11/6/2014)


    Good question.

    It raises an issue about the quality of this wizard: why on earth doesn't it read metadata for the target table and set lengths accordingly? It...

Viewing 15 posts - 10,351 through 10,365 (of 39,768 total)