Viewing 15 posts - 346 through 360 (of 648 total)
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...
August 28, 2012 at 5:59 am
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...
August 28, 2012 at 3:44 am
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...
August 28, 2012 at 1:32 am
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....
August 27, 2012 at 6:36 am
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...
August 27, 2012 at 12:50 am
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
...
August 24, 2012 at 6:03 am
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...
August 24, 2012 at 12:42 am
GilaMonster (8/23/2012)
CLR disabled does not mean no CLR. The system assemblies can still be used....
August 23, 2012 at 5:49 am
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...
August 23, 2012 at 4:47 am
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...
August 21, 2012 at 5:42 am
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...
August 21, 2012 at 4:44 am
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...
August 21, 2012 at 4:31 am
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]...
August 16, 2012 at 4:56 am
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...
August 16, 2012 at 4:24 am
First time Restore database from SQL server 2000 backup files.
By default create multiple MDF file and log file in SQL server 2008.
August 16, 2012 at 4:02 am
Viewing 15 posts - 346 through 360 (of 648 total)