单项选择题
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named Dworks in the instance. The Dworks database has the Products table. Now you have to replicate the Products table to the SQL Server instances at remote locations, so you create a Merge Replication topology and a Publication to do this. The Publication has a 21-day retention period. There is a user who goes on a business trip, 30 days later he comes back and finds that data in his database is not the latest. The Windows Event log states the following error message: "Replication: expired subscription dropped." You must get the latest data in the user's database and make sure that future data changes are appropriately replicated. So what action should you perform to achieve this goal? ()
A.You should recreate the publication
B.You should upload unsynchronized changes.
C.You should reinitialize the publication and generate a new snapshot at once.
D.You should upload unsynchronized changes, and then reinitialize the publication
相关考题
-
单项选择题
YouworkinacompanywhichisnamedWiikigoCorp.ThecompanyusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.ThereisadatabasenamedDworksintheinstance.YouarelogshippingtheAdventureworksdatabasetoaremoteSQLServer2008instance.TheprimarySQLServerinstancerequiredarestartduringtheweekend.Butyounoticethatlogshippinghasstoppedworkingaftertheweekend.YouhavetochecklogshippingoftheAdventureworksdatabaseandfindouttheproblem.Whatshouldyoudo?()
A.You should use the EXTENDED_LOGICAL_CHECKS option to execute a DBCC CHECKDB statement on the AdventureWorks database by.
B.You should identify whether the SQL Server Agent is started on the primary server.
C.You should identify whether the AdventureWorks database uses the Simple recovery model.
D.You should identify whether the SQL Server Volume Shadow Copy Service (VSS) Writer is started on the primary server -
单项选择题
YouworkinacompanywhichisnamedWiikigoCorp.ThecompanyusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.Ontwocluster-readynodes,youintendtoperformaninstallationofaSQLServer2008mission-criticalcluster.Constantavailabilityisneededbythemission-criticalcluster.YouhavetoconfiguretheSQLServerclustertofailoverandreducetheservicedisruptiontotheleast.Whichfailoveroptionshouldyouuse?()
A.You should allow failback only during non-business hours
B.You should immediately allow failback
C.You should prevent automatic failback
D.You should allow failback only during business hours -
单项选择题
YouworkinacompanywhichisnamedWiikigoCorp.ThecompanyusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008instance.Thereisareportwhichisoftenexecutedduringbusinesstime.Thereisastoredprocedurethatisusedasthedatasourceforthereport.Yougetareportfromuserssayingthattheyreceivethedatareturnedbythereportbutthedataisinconsistent.Asthetechnicalsupport,youcheckandfindthatphantomreadscausethisproblem.Youmustmakesurethatconsistentdataisreturnedbythereportwhilenotaffectingotherusers.Sowhatactionshouldyouperformtoachievethisgoal?()
A.You should configure the database for Read Committed Snapshot isolation.
B.You should modify the stored procedure to use the Snapshot isolation level
C.You should configure the database for Auto Update Statistics asynchronously
D.You should modify the stored procedure to use the Repeatable Read isolation level
