Forum Replies Created

Viewing 15 posts - 6,676 through 6,690 (of 9,253 total)

  • RE: sql 2008 mirroring

    Use the FailoverPartner option in the connection string if you are connecting via ADO.NET or native client. Otherwise you'll have to set up some form of failover detection and dynamically...

  • RE: Insufficient space for backup

    beejug1983 (9/3/2011)


    ok, means ADV.BAK and ADV2.BAK of AdventureWorks db contain the full backup. And if any on bak file get corrupted I wont be able to restore the full backup.

    that...

  • RE: error in logshiping

    manju3606 (9/3/2011)


    Hi,

    I am using local account

    If you're running the sql server services under a local account, the local Windows user account needs to be created on each server with...

  • RE: Insufficient space for backup

    Use the following command

    BACKUP DATABASE AdventureWorks TO

    DISK = 'F:\MSSQL\Backup\ADV.BAK',

    DISK = 'G:\MSSQL\Backup\ADV2.BAK'

    WITH INIT

  • RE: error in logshiping

    Access denied error 5 is pretty clear. My guess is you have set the share permissions but not the NTFS permissions.

    Check the properties for the share below. Then go to...

  • RE: Move Database to a new drive

    Issue the following command to move the data file location within SQL Server. Obviously change the logical name, drive, path and filename as necessary

    ALTER DATABASE MyDB MODIFY FILE (NAME =...

  • RE: Mirroriring database went to suspended mode

    verify connectivity between the witness and the mirror and the principal and the mirror.

    You need to get the session resumed as quick as possible as the log will keep on...

  • RE: Have only one root drive or multiple root drives for Implementing Mount Points

    gmamata7 (9/2/2011)


    1. Can we rename the Mount Points after installing SQL Server?

    already commented on this 😉

    gmamata7 (9/2/2011)


    2. How to get the Free space, used space for Mount Points?

    go into explorer...

  • RE: Rename the Mount Points

    you need to get the configuration right from the outset otherwise you're setting yourself up for a fall from a great height :exclamationmark:

  • RE: Misaligned disks but the disk is dynamic with 2 partitions.

    OK, firstly why is the disk dynamic. Personally i think they should be outlawed 🙂

    They're only really useful if you have no hardware RAID system and wish to create a...

  • RE: sql 2008 mirroring

    praveen.singh (8/31/2011)


    Hi there to everyone, I've implemented mirroring with witness server in our SQl 2008 server. Now the problem to me is that I need to run the Application server...

  • RE: DBCC in a SSRS step

    This I think is your problem

    SET DatabaseName = db_name(db_id())

    You're setting every single row in your temp table to database name of master (or whatever conext you run the query under)....

  • RE: number of database data files should equal the number of cores per CPU socket

    gmamata7 (9/1/2011)


    we have the best practice for Optimum performance to have data files as

    number of database data files should equal the number of cores per CPU socket

    you shouldnt blindly...

  • RE: Have only one root drive or multiple root drives for Implementing Mount Points

    gmamata7 (9/1/2011)


    Method1:

    Have only one root Drive and have all Mounts Points under that drive

    sort of, but i think you are confused with how mount points work. The whole point of...

  • RE: SQL2k8 -> SQL2k8 R2 Upgrade

    BigSam (9/1/2011)


    I opened Failover Cluster Manager, expanded my cluster - there are 4 points to further expand: Services & Applications, Nodes, Storage & Networks.

    In Services & Applications, right-click SQL...

Viewing 15 posts - 6,676 through 6,690 (of 9,253 total)