Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 6,041 total)

  • RE: Stretch Pricing

    Maybe stretching into Amazon or GoDaddy is an option?

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Stretch Pricing

    ... If you stretch a sales database, say a 100GB database and want to move 60GB of that data away, you're going to pay at least US$930/month for the compute...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Database Size After Deleting 200-million rows

    Jeff Moden (12/7/2016)


    Eric M Russell (12/7/2016)


    alex.sqldba (12/7/2016)


    Hi Eric,

    Whilst it is not a heap, there is a clustered index on a datetime field, I am curious as to how one would...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: DBA without sa rights???

    jim.powers (12/8/2016)


    ...

    I did speak with my boss this morning. He said that permissions were taken away from all users because I created a tiny little database for another web developer...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: DBA without sa rights???

    Just out of curiosity, give us a little background information about this situation. For example, are you primarily in an IT support or DevOps position within a small company and...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Not related to sql - Unlock password protected .7z file.

    By lock, you probably mean decrypt. 7Zip uses AES256 encryption. My advice would be to download the command line version of 7Zip and then write a PowerShell script to perform...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: DBA without sa rights???

    In the interim, should you get a 2AM support call, tell them to call Dick.

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: DBA without sa rights???

    You can grant yourself membership to the SYSADMIN role by:

    1. log into Windows host as local admin

    2. stop the SQL Server service

    3. restart...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Database Size After Deleting 200-million rows

    alex.sqldba (12/7/2016)


    Hi Eric,

    Whilst it is not a heap, there is a clustered index on a datetime field, I am curious as to how one would go about reclaiming the space...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Database Size After Deleting 200-million rows

    If this table is a heap (no clustered index) then space will not be deallocated for deleted rows.

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Database Size After Deleting 200-million rows

    Yes, the library analogy helps explain a lot.

    For example, shrinking or expanding the book shelves to accommodate the current number of books would not only be a lot of work...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Database Size After Deleting 200-million rows

    Think of a database table as a library shelf containing books. When you pull a book from the shelf, the self doesn't get smaller. It just contains empty slots where...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Float vs Decimal?

    A quotient is essentially a computed value. If the application is working with imprecise quotients, then perhaps it's best (from an accuracy, storage, and performance) to contain dividend and divisor...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Stored Procedure to transfer all DB objects including data from one schema to another schema

    GA_SQL (12/7/2016)


    My objective is to move the contents of one db to another db

    You can easily use the SSMS Import and Export Wizard for this, and then if it needs...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: What do you do when you inherit a mess at work?

    skeleton567 (12/6/2016)


    TD-238967 (12/6/2016)


    You should see the "forest" instead of the "tree". Think first, code later then you can have the best solution for your project. There so many...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

Viewing 15 posts - 1,951 through 1,965 (of 6,041 total)