Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 1,179 total)

  • RE: Logshipping issue

    refer the following link for monitoring:

    http://msdn.microsoft.com/en-us/library/ms190224.aspx

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Same SQL Server Agent job, different databases

    Hello,

    Solution is very simple you need to copy the code to query analyzer and change the database to "production" and than execute the script.

    HTH

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Can we change owner of an object to sys

    Already John has mention:

    BOL Topic “ALTER SCHEMA (Transact-SQL)”.

    system shcema could not change.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Not able to run Analysis Services

    If possible you can stop and start services "SQL Browser".

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Error in setting up log shipping

    Default instance should not be a problem to set up the logshipping. More detail about your issue will help to guide you.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Renaming the databases

    In my openion, it doesn't make much differnece if you cahnge before or after the upgrade.

    On Database side it's very easy to change the dbname. But more work needs...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Sysdatabases Status

    In BOL; I do not found status value like 4194320, 4194328.

    What is the status of the database?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Database Mail Multiple Recipients

    In SQL Server Agent Create Operators and in Notification options-Email nme: write the e-mail address by seperating ";"

    e.g. email1@email.com; email2@email.com etc.

    Simply Assign this operator to notify.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: database crash

    What is the recovery mode of your database? Is your database accessible?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Security

    I guess; "A user to act like another user"

    looks correct answer as per the following MS article:

    http://msdn.microsoft.com/en-us/library/ms188304.aspx

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: can not create index more than 249

    In addition to the above, I guess Replication do not require index on all the columns. But it require a Cluster Index to get the article replicated.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Job scheduling in Sql Server

    Check the credentials and findout job owner is having access to FTP.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: can not create index more than 249

    Think about composit index.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: I could not shrink log file

    You can also check if any opent transactions are there or not?

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

  • RE: Tape Backup

    Hello Rechard,

    You can also think about the new feature of SQL Server 2008 "Compress Backup" to save disk space & time.

    Also if you are not using 2008 than you can...

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

Viewing 15 posts - 991 through 1,005 (of 1,179 total)