Forum Replies Created

Viewing 15 posts - 436 through 450 (of 4,745 total)

  • RE: Shrink Database due to deletion of large volume of data

    only if you need the drive space or have issues copying the database to other environments with the file that size,

    Having empty space in a file does no harm, and...

    ---------------------------------------------------------------------

  • RE: Change default installation directory for system databases

    you can specify a different directory for your binaries and database files, and also seperate system databases from user data files, user log files and tempdb files.

    there is no benefit...

    ---------------------------------------------------------------------

  • RE: What is SQL Server not good at?

    SQL server is not good at scale-out (in particular), or DR, 2012 always on is getting there but its still complex.

    This is because SQL is so tied to the servername...

    ---------------------------------------------------------------------

  • RE: "Set Partner Failover" "User must be in the master database"?

    george sibbald (11/20/2013)


    are you connected to the master database when you issue the command?

    as this has not received a response what I meant by this was you must be in...

    ---------------------------------------------------------------------

  • RE: "Set Partner Failover" "User must be in the master database"?

    are you connected to the master database when you issue the command?

    ---------------------------------------------------------------------

  • RE: redgate SQL search

    thanks guys, appreciate it.

    I'll check that code out.

    ---------------------------------------------------------------------

  • RE: Permissions and encryption

    sounds like these users just need adding to the db_datareader role and no other, plus use the decrypting functions to read the data.

    the other way would be to provide read...

    ---------------------------------------------------------------------

  • RE: can't connect to linkedserver

    go to the errorlog of the target server and see if there any login failure messages.

    looks like either invalid ID, password, or id 'ticket' is not defined to the target...

    ---------------------------------------------------------------------

  • RE: Permissions and encryption

    this would all be controlled by the permissions you grant within the database.

    ---------------------------------------------------------------------

  • RE: log file deleted

    to clarify free_mascots point, you can restore from a differential if a full backup has not been taken of the primary at a point after the last successful log restore.

    ---------------------------------------------------------------------

  • RE: 9002 ERROR

    answered this just to find out if DOA did mean dead on arrival (or Database Out of Action)

    ---------------------------------------------------------------------

  • RE: Re-assigning drive letters

    that will work fine. As long as SQL is down whilst you do it and all the drives SQL sees end up with the same letters, this will work (i...

    ---------------------------------------------------------------------

  • RE: full check database before running backup

    I do it often enough so I can quickly recover from a clean backup, so if I have 3 days worth of backups on the server, I checkdb every 3...

    ---------------------------------------------------------------------

  • RE: CDC

    having to select 3 answers somewhat gave it away...........:-)

    ---------------------------------------------------------------------

  • RE: Export Import entire database (or best method to accomplish this)

    aah, thats a different problem to the one I thought you were originally describing.

    You need to bring the smaller datafiles up to the size of the original as much as...

    ---------------------------------------------------------------------

Viewing 15 posts - 436 through 450 (of 4,745 total)