Forum Replies Created

Viewing 15 posts - 3,511 through 3,525 (of 6,679 total)

  • RE: Backup running under wrong account

    nathan 7372 (11/17/2010)


    1. The backup code (or is this only in maintenance plans).

    It is just a maintenance plan Full backup

    2. What is...

  • RE: Is it bad to disable Page locking for a table?

    SqlN00bie (11/17/2010)


    Temecula, California is where I'm at.

    I'll send a message to 'TheSQLGuru' per your high recommendation.

    Thanks a lot!

    I am not a performance specialist - and Kevin is...

  • RE: Rename SQL Server

    Those groups in SQL Server are tied to the local groups on the server. If the local groups on the server have been renamed, then you need to change...

  • RE: How to rename a database snapshot

    dennis.malone (11/17/2010)


    Thought about that too, but if the source table changed since the first snapshot and you needed to preserve that point in time that would not work

    The only option...

  • RE: Backup running under wrong account

    SQL Server backups will run in the context of the SQL Server service account, not the SQL Server Agent service account.

    I don't think this is your problem. I think...

  • RE: Do you trust Maintenance Plans?

    I use maintenance plans also - and also use a hybrid approach. Including using the Execute SQL Task in the maintenance plans to replace tasks as needed.

    For example, on...

  • RE: Maintanance Plans output txt logs

    Yes, you can turn off those text files. In the maintenance plan, there is a button next to the Manage Connections button where you can configure reporting.

    In that dialog...

  • RE: Maintenance of Mirroring database

    If your mirroing is setup in asynchronous mode, there is no reason to pause mirroring and resume it later.

    However, if you are running in synchronous mode - you can pause...

  • RE: Maintenance Plan index rebuild fails

    Chrissy321 (11/16/2010)


    Now when I try to View T-SQL for the maintenance task I get the error on a different index.

    Can anyone recommend a good script for this purpose?

    The default...

  • RE: "Best Practice" concerning SQL .mdf and .ldf files & SAN.

    The technical answer is: It depends...

    It depends on what SAN you are using, how many actual spindles are defined for your LUN - how that is utilized on the SAN...

  • RE: Why default instance is missing from node b

    hydbadrose (11/10/2010)


    This is installed as cluster, but for some reason the node b is missing the default instance.

    If this were true - then you would not be able to failover...

  • RE: Backup Through Job

    Check to see whether or not there is a tape backup job that is backing up that file to tape.

  • RE: database snapshot

    p.brat.23 (11/6/2010)


    Thanks for the update.

    In our case, data file is 96% used and we are getting alerts as it crossed the threshold.

    So I tried to increase the datafile size but...

  • RE: Migration from SQL 2005 IA64 to SQL 2008 X64

    Your only option is to create a new server installed with x64 OS and SQL Server. Once installed, you backup the databases on the IA64 system and restore them...

  • RE: SQL clustering vs. virtualization

    Neither Virtualization or Clustering is a method to use additional resources from other hardware. A virtual machine is hosted on a single physical server - but can then be...

Viewing 15 posts - 3,511 through 3,525 (of 6,679 total)