Viewing 15 posts - 301 through 315 (of 648 total)
I have doubt..
Log shipping process have been configured on the primary database also transaction logs apply to secondary database instance, then after create new db user in primary instance then...
December 6, 2012 at 3:31 am
Thanks for reply..
I try to created new user & login on the secondary server instance, but still facing same issues...not able to create new user on the standby read-only daabase
Error...
December 6, 2012 at 1:40 am
1. For the logshipping configuration, Should I remove the existing Tlog backup Job in sql agent? I have deleted existing backup jobs due to mismatch LSN.
if remove existing Tlog backup...
November 27, 2012 at 3:14 am
I have tested only LOG SHIPPING with Test server, it was working fine after 2 days watching and monitoring logshipping activity then going to configure production servers.
Please verify and suggestion...
November 26, 2012 at 11:33 pm
Thanks for reply...
1. Principal database - Primary server
2. Mirror database - secondary server
These two servers data has been synchronized between two servers with HIGH SAFTY mode mirror operations.
I have doubts.
From...
November 17, 2012 at 4:56 am
sorry Boss, the same error come again
I m using SQL 2K8 R2 64 bit-version.
IF EXISTS(SELECT 1 FROM sys.objects where name='NewTable' and type='U')
begin
DROP TABLE NewTable
end
GO
select *
into NewTable from tbl_contract_emp_master...
October 24, 2012 at 4:35 am
error
Msg 2705, Level 16, State 3, Line 1
Column names in each table must be unique. Column name 'STATUS' in table 'NewTable' is specified more than once.
1.
[TBL_IRIS_IMAGES_MASTER]
[GUID] [varchar](50) NOT NULL,
[LEFT_IMAGE]...
October 24, 2012 at 3:39 am
problem resolved after enable file sharing port number 445,
now database has been synchronized mode between two servers.
I have configured High performance mode for DR setup..
October 11, 2012 at 6:25 am
Thanks for reply..
what could be bigger issues if using NT Authority/Network Service account in SQL server service? Pl. suggestion me
October 10, 2012 at 4:15 am
Mr. Perry, I have one question?
1. Principal server
SQL service account running under NT authority/Networkservice
2. Mirror server
SQL service account running domain account..
can we configure database mirroring on different service account,...
October 10, 2012 at 4:00 am
Great, I got reply from script author Mr. Ola Hallengren.
I have configured index rebuild on weekly basis at 3 AM..in production server,
I have checked at 9 AM there is...
October 4, 2012 at 3:17 am
opc.three (9/27/2012)
October 1, 2012 at 6:28 am
Thank you for your reply...
Total server memory 8 GB, I have set it max memory 6GB but SQL side using 5.79 GB, so it seems ok in sql side. But...
September 20, 2012 at 6:37 am
ok, I had developed SSRS reporting services in development setup for monitoring sql server database like backup overdue, failed jobs etc.. it is working fine local instance databases.
How to connect...
September 19, 2012 at 4:28 am
Pl. provide, any open source webpage script is available?
September 19, 2012 at 3:16 am
Viewing 15 posts - 301 through 315 (of 648 total)