Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: Replication pre-requisties

    Hi,

    Any information will be helpful..

    Thanks,

  • RE: Database Mail not sending mail if number of recipients are more

    I managed to fix it by creating a DL in outlook and using that DL in the database mail. Not really sure, if microsoft has a limit on the number...

  • RE: Initial size of the database file using T-SQL

    Books online states that shrinkdatabase cannot shrink smaller than its original size. So, how does SQL Server know the initial size / original size of the database without saving it...

  • RE: Shrinking log is bad?

    Thanks a lot for detailed explanation

  • RE: Shrinking log is bad?

    I also found the below lines from "http://support.microsoft.com/kb/315512"

    •If you combine the autogrow and autoshrink options, you might create unnecessary overhead. Make sure that the thresholds that trigger the grow and...

  • RE: Shrinking log is bad?

    The reason for shrinking the log is

    "a drive could have log files of multiple databases. If, one log file has over grown due to a big transaction , the...

  • RE: Master only recovery mode

    Thanks for the reply.. I would like to know why should we keep the master database in "master only recovery mode". What happens if we don't keep it in the...

  • RE: Script DB Level Permissions

    Thanks for the Script. It is very useful. While scripting out the object level permissions, i think, the below line that has been highlighted (Underlined) should have been "QUOTENAME(SCHEMA_NAME(obj.schema_id))". Please...

Viewing 8 posts - 1 through 8 (of 8 total)