Forum Replies Created

Viewing 15 posts - 346 through 360 (of 648 total)

  • RE: prerequisite mirroring setup?

    one more question?

    As per BOL http://msdn.microsoft.com/en-us/library/ms189434(v=SQL.105).aspx

    when using windows authentication, SQL Engine account should be domain account for configure database mirroring.

    as per my current instance can login mixed mode authentication such...

  • RE: prerequisite mirroring setup?

    As per domain policy, SQL service account not given to permission for login that server.

    Can we possible configure NT authority /Network service - this account assign SQL engine for mirroring...

  • RE: prerequisite mirroring setup?

    thanks for reply...

    Ok, domain account should be required to configure database mirroring also principal & mirror server SQL engine should be running same domain account.

    Does domain account should be added...

  • RE: Actual Exec plan not recommended missing index?

    yes, your correct direction in that execution plan.. i am not witting that code

    one of the devleoper wirtting like this, after that he called me you increase the performance....

  • RE: max memory setting SQL 2008 64 bit?

    please confirm.

    I thought my production server is settle under memory usages.

    I did configuration as below

    1. set the max memory 6GB (dedicated SQL machine), total 8 GB.

    2. configured Lock page memory

    (service...

  • RE: max memory setting SQL 2008 64 bit?

    please confirm.

    I thought my production server is settle under memory usages.

    I did configuration as below

    1. set the max memory 6GB (dedicated SQL machine), total 8 GB.

    2. configured Lock page memory

    ...

  • RE: Advice on new server setup 2008 R2

    as per your server h/w disk configuration, might be useful as following condition

    what is your server model?

    what OS version to be installed?

    How many disk array controller that server?

    If server have...

  • RE: max memory setting SQL 2008 64 bit?

    GilaMonster (8/23/2012)


    No, thread stacks do not use memory in the buffer pool, they use the non-buffer memory.

    CLR disabled does not mean no CLR. The system assemblies can still be used....

  • RE: max memory setting SQL 2008 64 bit?

    ok, understand why it is using more memory due to backup buffer, and thread stack..

    In this server not enable CLR,

    also Linked server not created..

    each thread stack using 512...

  • RE: choosing HA SQL 2008 R2 64bit?

    ok, thanks for reply..

    I am going for choosing Synchronous Mirroring (without witness server, manual failover process) , and writting data at a time at mirror server disk.

    principal/ mirror server...

  • RE: choosing HA SQL 2008 R2 64bit?

    GilaMonster (8/21/2012)


    If automatic failover's required then your only option (of the ones listed) is mirroring. Replication provides neither a failover mechanism nor a fail back. Logshipping the failover is manual.

    Mirroring...

  • RE: choosing HA SQL 2008 R2 64bit?

    yes, we have discuss with vendor as well as application owner, they are accepting as following condition.

    OS - Win 2008 R2 64bit enterprise edition

    DB - SQL server 2008 R2 enterprise...

  • RE: Restore error from backup file SQL2000

    thank you all.. finally database being executing for restore as below command , as well as created database files same like existing as per sql 2000.

    use master

    go

    RESTORE DATABASE [TELE]...

  • RE: Restore error from backup file SQL2000

    yes.. source database SQL 2000 have mulitple data & log files.

    I caputred the script in SSMS throu database restore option.

    RESTORE DATABASE [TELE] FROM DISK =

    N'E:\TELE_Backup\TELE\TELE_201208021156.BAK' WITH FILE...

  • RE: Restore error from backup file SQL2000

    First time Restore database from SQL server 2000 backup files.

    By default create multiple MDF file and log file in SQL server 2008.

Viewing 15 posts - 346 through 360 (of 648 total)