Transactional Replication - SQL Server 2012

Newbie to Replication.
Configured transactional replication on a database and everything run's fine, but out of all the tables one of the table with couple of columns as VARCHAR(MAX) and with about 3 million records takes 80% of replication duration.
on bit of research and recommendations, I did configured the server with following
EXEC sp_configure 'max text repl size', -1 ;
but still the table take around 80% of the replication time.
Can someone point me to other areas / best practices / articles to improve Replication performance?
Sreedhar

You need to determine why it is taking so long to replicate.
If it during snapshot application? If so use the initialize from backup option. Is it after the snapshot has been deployed?
Then you need to use tracer tokens to see if it is the log reader agent or the distribution agent. There is not a lot you can do with the log reader agent and it is not normally the bottleneck. It is likely with the distribution agent.
If so, I would first try to factor out the network. Replicate this table locally and see if you still have the same latency. if you don't it is the network and you need to try to minimize the network impact. Use a pull subscription and use a WAN accelerator.
These will have more impact than setting the network packet size.
looking for a book on SQL Server 2008 Administration?
http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

Similar Messages

  • SQL Server 2012 Transactional Replication with updateable subscriptioins

    Hi All,
    It is heard that Transactional Replication with Updateable Subscriptions
    is
    deprecated in SQL 2012 so it is not possible to configure through the wizards but
    we can still configure it by using T-SQL Script. Would you please share that script if possible to configure the same in SQL Server 2012. Thank You.
    Regards,
    Kalyan
    ----Learners Curiosity Never Ends----

    Thanks for the information,
    I understand that you have got the answer yourself and post it, Therefor I mark your answer. If this is still open question please inform us.
    [Personal Site] [Blog] [Facebook]

  • SQL Server Compact 3.5 Merge Replication With SQL Server 2012 - Causing IIS App Pool to Crash

    Hi, I may be the only person in the world doing this but I wanted to give this information to anyone else who may follow this path in the future, and hopefully avoid a headache, or at least a paid support call to Microsoft.
    My original scenario was we had a SQL Server 2008 Server using Merge Replication through and IIS (web server) to several Windows Mobile 6 devices.  This has worked fairly well for a few years.
    Recently we upgraded our SQL server to version 2012 SP 1.  After moving the database over to the new server, and re-setting the merge replication stuff, we couldn't get merge replication to work on the Windows Mobile 6 handheld devices.  The replication
    would appear to start, and then we would get a message saying that the device could not get to the web site.  The message on the handheld device was this:
    "The IIS service is not available."
    After doing some more research, we found that the start of the replication process was causing the Thread Pool that was running the SQLCESA35.dll to crash.  
    The SQLCESALOG.txt file had this information:
    Date Time == SQLCESA Version ==> 3.5.8088.0
    Date Time Hr=80004005 ERR:Couldn't find existing RSCB 1
    After 2 days of trying to figure out the issue on our own, we gave in and called for paid Microsoft support.  They eventually found a known issue where a cumulative update was able to fix the problem.
    We installed the update on the IIS server and everything ran smoothly again.
    FIX: Merge replication fails when you use SQL Server Compact to perform a merge replication that synchronizes changes with a publisher in SQL Server 2012
    http://support.microsoft.com/kb/2845550
    Seth O'Neal

    Hi sonealtx,
    Glad to hear that the issue is resolved. Thanks for your sharing, other community members could benefit from your solution.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Unable to add replication feature in sql server 2012 web edition

    Hi All,
    We are using SQL Server 2012, Web edition and when it was installed replication is not an added feature so I tried to add this feature but getting below error.
    Error: There are no SQL Server instances or shared features that can be updated on this computer.
    Description: The version of SQL Server instance MSSQLSERVER does not match the version expected by the SQL Server update. The installed SQL Server product version is 11.1.3000.0, and the expected SQL Server version is 11.0.2100.60
    And also please let me know how to identify the default file location of the setup file 'setup.exe' for SQL Server 2012 (Webedition, 64bit) Grateful to your time and support.
    I'm using "C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Update Cache\KB2777772\QFE\setup.exe" to add replication feature, please correct me if I'm wrong.
    Thank You.
    Regards,
    Kalyan
    ----Learners Curiosity Never Ends----

    It looks like you are trying to add Replication Components, however, you are using the Cumulative update package 5 setup, which is wrong.
    Note that you will not find the setup file for SQL Server on your file system, it will be on your installation media.
    To install SQL Server Replication Components, locate your installation media and run Setup.exe.  Select the add features to an existing instance option, select your instance, and add replication components.
    Brandon Williams (blog |
    linkedin)

  • SQL Server 2012 Web synchronization option for SQL Server Merge Replication

    I have 2 servers for this:
    1. WIndows Server 2008 with SQL SERVER 2012
    2. Windows Web SErver 2008 With IIS 7 - and SQL Client Conectivity Tools installed
    https://192.168.100.8/sqlreplication/replisapi.dll?diag  i have the next results:
    Class Initialization test:
    Class Status
    ErrorCode
    replisapi.dll classes SUCCESS 0x0
    CLSID_SQLReplErrors FAILED 0x80040154
    replrec.dll classes FAILED 0x80040154
    msxml6.dll classes SUCCESS 0x0
    Where replrec.dll is supposed to be? On the WebServer or Database Server? And if the answer is on the Webserver, how can i install it?
    Thank you,
    biionut

    Hi biionut,
    Did you install SQL Server 2012 Replication Components on the IIS server?  The steps to install replication components are covered in
    How to: Install SQL Server Replication Components.
    Also, is your IIS server running 64-bit Windows?  If so you will need to allow 32-bit applications to run on the IIS server:
    cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1
    Brandon Williams (blog |
    linkedin)

  • Is Distributed Transaction Coordinator services of the application role are required by SQL Server 2012 for clustering and support of SharePoint 2013.

    All I want to know is if Distributed Transaction Coordinator services of the application role are required by SQL Server 2012 for clustering and support of SharePoint 2013.
    I have been planning and deploying my companies first Windows Server 2012/SQL Server 2012 Always On cluster and Always On Availability Groups Multi-Subnet cluster and instances for SharePoint 2013, and I will be brutally honest, the documentation on either
    the MSDN and TechNet leave alot to be desired. Continually finding links in the documentation will take me from a Windows 2012 reference to a page talking about Windows Server 2008 or R2, The differences of which there are so many when it comes to configurations,
    settings, roles, services when working with SQL Server 2012. I have been confused, frustrated, screaming mad, with all the misdirection in this documentation.  The documentation takes me windows 2008 R2 which is different than 2012!
    Tired and trying to pick myself up off the floor!
    Greg
    Gman

    In general, DTC is not required for SQL 2012.  But, since you are asking specifically about SharePoint, it would be better to ask in a SharePoint forum.  They would be more likely to know those situations where FTC might be needed by SharePoint. 
    .:|:.:|:. tim

  • Transaction Log Truncate not working on Sql Server 2012 High Availability Groups

    Hi Everyone
    Firstly I have tried to search the forum for similar issues but can't seem to find any that match our situation.
    We have a SQL Server 2012 High Availability Group with 2 Nodes
    Node 1 = Primary
    Node 2 = Secondary
    Backup Schedule as follows
    Full Database Backup @ 00:00
    Transaction Log Backup every 30 minutes from 00:30:00 till 23:59:59.
    These backups are run by Maintenance Jobs, but we have also tried doing direct backups in SSMS using Backup Database and Backup Log commands.
    Before we configured the High Availability group the transaction log backups worked fine.
    After we configured the High Availability group we performed a Full Backup and the T-Log schedule did the T-Log backup. The 1st T-log backup truncated the log (Used space Decreased) as expected.
    However subsequent T-Log backups do not truncate the T-Log.
    This happens both in our acceptance and Live environments. This also happens when running the backups as a Backup operator and sysadmin, this does not seem to be a permissions issue at all.
    We have tried running the Backup on the Primary and Secondary Replica.
    What about High Availability groups could stop Transaction Log Backups from not truncating the log?
    Thanks
    James

    Hi Sean
    Thank you for your reply, please see the output of the sys.databases query below, and some others which you may find usefull.
    Query: select database_id,recovery_model_desc, log_reuse_wait, log_reuse_wait_desc from sys.databases
    where database_id = 5
    Result: database_id    recovery_model_desc    log_reuse_wait    log_reuse_wait_desc
                     5                               
    FULL                             0                           
    NOTHING
    I also ran the following
    select database_id, truncation_lsn, last_received_lsn, last_commit_lsn, last_hardened_lsn, last_redone_lsn,*
    from sys.dm_hadr_database_replica_states
    go
    database_id
    truncation_lsn
    last_received_lsn
    last_commit_lsn
    last_hardened_lsn
    last_redone_lsn
    database_id
    group_id
    replica_id
    group_database_id
    is_local
    synchronization_state
    synchronization_state_desc
    is_commit_participant
    synchronization_health
    synchronization_health_desc
    database_state
    database_state_desc
    is_suspended
    suspend_reason
    suspend_reason_desc
    recovery_lsn
    truncation_lsn
    last_sent_lsn
    last_sent_time
    last_received_lsn
    last_received_time
    last_hardened_lsn
    last_hardened_time
    last_redone_lsn
    last_redone_time
    log_send_queue_size
    log_send_rate
    redo_queue_size
    redo_rate
    filestream_send_rate
    end_of_log_lsn
    last_commit_lsn
    last_commit_time
    low_water_mark_for_ghosts
    5
    1231833000417170000000
    1231833000418880000000
    1231833000418880000000
    1231833000418890000000
    1231833000418880000000
    5
    1391A499-3F9A-47D5-BCE0-70BC204E2A5B
    7E8BFC2E-363F-4C48-86F0-C276D3E0C8D9
    0581E17A-6B7B-4B8F-9288-BF765BFBCE77
    0
    2
    SYNCHRONIZED
    1
    2
    HEALTHY
    NULL
    NULL
    0
    NULL
    NULL
    4294967295429490000000000
    1231833000417170000000
    1
    41863
    1231833000418880000000
    41863
    1231833000418890000000
    41863
    1231833000418880000000
    41863
    0
    25541
    0
    84404
    75304
    1231833000418880000000
    1231833000418880000000
    41863
    441019861
    5
    1231833000417170000000
    NULL
    1231833000418880000000
    1231833000418890000000
    NULL
    5
    1391A499-3F9A-47D5-BCE0-70BC204E2A5B
    83B9F00E-D63F-4AC0-98FC-35E48FFA2C6F
    0581E17A-6B7B-4B8F-9288-BF765BFBCE77
    1
    2
    SYNCHRONIZED
    1
    2
    HEALTHY
    0
    ONLINE
    0
    NULL
    NULL
    4294967295429490000000000
    1231833000417170000000
    NULL
    NULL
    NULL
    NULL
    1231833000418890000000
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    NULL
    1231833000418880000000
    1231833000418880000000
    41863
    441019861
    And
    dbcc loginfo
    go
    RecoveryUnitId
    FileId
    FileSize
    StartOffset
    FSeqNo
    Status
    Parity
    CreateLSN
    0
    2
    458752
    8192
    1231828
    0
    128
    0
    0
    2
    458752
    466944
    1231829
    0
    128
    0
    0
    2
    458752
    925696
    1231830
    0
    128
    0
    0
    2
    712704
    1384448
    1231831
    0
    128
    0
    0
    2
    19398656
    2097152
    1231832
    0
    128
    1229654000000040000000
    0
    2
    10199171072
    21495808
    1231833
    2
    128
    1229656000000010000000
    0
    2
    10199171072
    10220666880
    0
    0
    64
    1229656000000010000000
    0
    2
    10199171072
    20419837952
    1231827
    0
    64
    1229656000000010000000
    0
    2
    10199171072
    30619009024
    0
    0
    128
    1229656000000010000000
    0
    2
    10199171072
    40818180096
    0
    0
    128
    1229656000000010000000
    0
    2
    10199171072
    51017351168
    0
    0
    128
    1229656000000010000000
    0
    2
    10199171072
    61216522240
    0
    0
    128
    1229656000000010000000
    0
    2
    10199171072
    71415693312
    0
    0
    128
    1229656000000010000000
    0
    2
    10199171072
    81614864384
    0
    0
    128
    1229656000000010000000
    0
    2
    536870912
    91814035456
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    92350906368
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    92887777280
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    93424648192
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    93961519104
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    94498390016
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    95035260928
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    95572131840
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    96109002752
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    96645873664
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    97182744576
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    97719615488
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    98256486400
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    98793357312
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    99330228224
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    99867099136
    0
    0
    64
    1229989001661260000000
    0
    2
    536870912
    100403970048
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    100940840960
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    101477711872
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    102014582784
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    102551453696
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    103088324608
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    103625195520
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    104162066432
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    104698937344
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    105235808256
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    105772679168
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    106309550080
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    106846420992
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    107383291904
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    107920162816
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    108457033728
    0
    0
    64
    1229995000058520000000
    0
    2
    536870912
    108993904640
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    109530775552
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    110067646464
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    110604517376
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    111141388288
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    111678259200
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    112215130112
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    112752001024
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    113288871936
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    113825742848
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    114362613760
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    114899484672
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    115436355584
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    115973226496
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    116510097408
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    117046968320
    0
    0
    64
    1230004000028400000000
    0
    2
    536870912
    117583839232
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    118120710144
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    118657581056
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    119194451968
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    119731322880
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    120268193792
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    120805064704
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    121341935616
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    121878806528
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    122415677440
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    122952548352
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    123489419264
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    124026290176
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    124563161088
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    125100032000
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    125636902912
    0
    0
    64
    1230012000103140000000
    0
    2
    536870912
    126173773824
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    126710644736
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    127247515648
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    127784386560
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    128321257472
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    128858128384
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    129394999296
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    129931870208
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    130468741120
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    131005612032
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    131542482944
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    132079353856
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    132616224768
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    133153095680
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    133689966592
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    134226837504
    0
    0
    128
    1230338000973820000000
    0
    2
    536870912
    134763708416
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    135300579328
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    135837450240
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    136374321152
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    136911192064
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    137448062976
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    137984933888
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    138521804800
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    139058675712
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    139595546624
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    140132417536
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    140669288448
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    141206159360
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    141743030272
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    142279901184
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    142816772096
    0
    0
    128
    1230338001901440000000
    0
    2
    536870912
    143353643008
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    143890513920
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    144427384832
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    144964255744
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    145501126656
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    146037997568
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    146574868480
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    147111739392
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    147648610304
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    148185481216
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    148722352128
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    149259223040
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    149796093952
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    150332964864
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    150869835776
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    151406706688
    0
    0
    128
    1230346000103040000000
    0
    2
    536870912
    151943577600
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    152480448512
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    153017319424
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    153554190336
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    154091061248
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    154627932160
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    155164803072
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    155701673984
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    156238544896
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    156775415808
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    157312286720
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    157849157632
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    158386028544
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    158922899456
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    159459770368
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    159996641280
    0
    0
    128
    1230355000086930000000
    0
    2
    536870912
    160533512192
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    161070383104
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    161607254016
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    162144124928
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    162680995840
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    163217866752
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    163754737664
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    164291608576
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    164828479488
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    165365350400
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    165902221312
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    166439092224
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    166975963136
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    167512834048
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    168049704960
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    168586575872
    0
    0
    128
    1230364000070870000000
    0
    2
    536870912
    169123446784
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    169660317696
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    170197188608
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    170734059520
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    171270930432
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    171807801344
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    172344672256
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    172881543168
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    173418414080
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    173955284992
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    174492155904
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    175029026816
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    175565897728
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    176102768640
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    176639639552
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    177176510464
    0
    0
    128
    1230373000054750000000
    0
    2
    536870912
    177713381376
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    178250252288
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    178787123200
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    179323994112
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    179860865024
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    180397735936
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    180934606848
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    181471477760
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    182008348672
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    182545219584
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    183082090496
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    183618961408
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    184155832320
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    184692703232
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    185229574144
    0
    0
    128
    1230382000038660000000
    0
    2
    536870912
    185766445056
    0
    0
    128
    1230382000038660000000
    The create LSN column seems to have been truncated so here is is again, sorry for the bulky reply.
    CreateLSN
    0
    0
    0
    0
    1229654000000041600001
    1229656000000012000001
    1229656000000012000001
    1229656000000012000001
    1229656000000012000001
    1229656000000012000001
    1229656000000012000001
    1229656000000012000001
    1229656000000012000001
    1229656000000012000001
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229989001661260800316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1229995000058525600316
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230004000028405600295
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230012000103148800147
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338000973824800555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230338001901449600555
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230346000103044000554
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230355000086934400510
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230364000070872800554
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230373000054757600431
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    1230382000038664800234
    Thanks
    James

  • Data types in Sql Server 2012 not supported by replication

    Hi All,
    I am planning to configure replication on SQL  server 2012.I need to know what data types are not supported in replication and if there are any other boundations. kindly suggest.
    Regards
    Rahul

    What type of replication are you looking to implement?
    Have you had a look at this thread:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/bbec1a86-14cd-4d90-8b62-c875de4cf9a0/data-type-not-supported-in-sql-server-2008-merge-replication?forum=sqlreplication

  • Product: Microsoft SQL Server 2012 Transact-SQL Compiler Service -- Error 1335

    Hello,
    I am getting an error while using windows update or manually downloading and running
    SQLServer2012-KB2793634-x64.exe
    Product: Microsoft SQL Server 2012 Transact-SQL Compiler Service  -- Error 1335. The cabinet file 'Redist.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from installation media,
    or a problem with this package.
    What can be done?
    Thanks
    Bye

    Hello,
    I am getting an error while using windows update or manually downloading and runningT
    SQLServer2012-KB2793634-x64.exe
    Product: Microsoft SQL Server 2012 Transact-SQL Compiler Service  -- Error 1335. The cabinet file 'Redist.cab' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from installation media,
    or a problem with this package.
    What can be done?
    Thanks
    Bye
    This KB article was issued as fix for known Issue as per below link.
    http://support.microsoft.com/kb/2793634
    Now I assume you are getting this error because downloaded file seems corrupt to me.Can you download again and copy it to local disk and start running  from there.
    http://www.microsoft.com/en-in/download/details.aspx?id=36215
    Also make sure your installer is not corrupt.If you find it corrupt please download it from below link and install after that run the setup again
    http://support.microsoft.com/kb/942288
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • SQL Server 2012 express istallation failing to install "Database Engine Service" and "SQL Server Replication"

    I ran SQL Server 2012 express setup as user with administrator privileges and still it's failing to install "Database Engine Service" and "SQL Server Replication".
    Any and every ideas on how to resolve this issue is greatly appreciated.

    Three weeks passed and I am yet to find a fix for the the failed installation of the database engine on sql server 2012 express installation. I have tried various work-around including uninstalling, deleting all the directory paths, and reinstallation. Still
    not able to successfully install sql server 2012 express.
    I will greatly appreciate any and every contribution towards resolving this issue. Thanks in advance.
    Here is the content of log file after the latest failed installation:
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2061893607
      Start time:                    2013-12-23 14:42:45
      End time:                      2013-12-23 15:07:51
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  mymachine1
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x86
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
      SQL Server 2012      SQLEXPRESS_GT        MSSQL11.SQLEXPRESS_GT          Database Engine Services                
    1033                 Express Edition      11.0.2100.60    No        
      SQL Server 2012      SQLEXPRESS_GT        MSSQL11.SQLEXPRESS_GT          SQL Server Replication                  
    1033                 Express Edition      11.0.2100.60    No        
      SQL Server 2012                                                         
    Management Tools - Basic                 1033                 Express Edition     
    11.0.2100.60    No        
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      Installation location:         C:\9b6607e524727c7fe1defd80\x86\setup\
      Installation edition:          Express
      Slipstream:                    True
      SP Level                       1
    Product Update Status:
      Success: KB 2674319
    Product Updates Selected for Installation:
      Title:                         Service Pack 1
      Knowledge Based Article:       KB 2674319
      Version:                       11.1.3000.0
      Architecture:                  x86
      Language:                      1033
      Update Source:                 MU
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      true
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    true
      ENU:                           true
      ERRORREPORTING:                false
      FEATURES:                      SQLENGINE, REPLICATION, CONN, BC, SDK, ADV_SSMS, SNAC_SDK
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  true
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              c:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           <empty>
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SQLEXPRESS
      INSTANCENAME:                  SQLEXPRESS
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          <empty>
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         <empty>
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT Service\MSSQL$SQLEXPRESS
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Manual
      SQLSYSADMINACCOUNTS:           MH\gt038676t
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    0
      UIMODE:                        AutoAdvance
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131223_144132\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Complete
      Status:                        Passed
      Feature:                       Client Tools Connectivity
      Status:                        Passed
      Feature:                       Client Tools SDK
      Status:                        Passed
      Feature:                       Client Tools Backwards Compatibility
      Status:                        Passed
      Feature:                       Management Tools - Basic
      Status:                        Passed
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A0019
      Error description:             Could not find the Database Engine startup handle.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3000.0&EvtType=0xE53883A0%400xBE03358B%401306%4025&EvtType=0xE53883A0%400xBE03358B%401306%4025
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A0019
      Error description:             Could not find the Database Engine startup handle.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3000.0&EvtType=0xE53883A0%400xBE03358B%401306%4025&EvtType=0xE53883A0%400xBE03358B%401306%4025
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20131223_144132\SystemConfigurationCheck_Report.htm

  • Msg 8631 Internal error: Server stack limit has been reached on SQL Server 2012 from T-SQL script that runs on SQL Server 2008 R2

    I have an Script mostly that is generated by SSMS which works with-out issue on SQL Server 2008, but when I attempt to run it on a new fresh install of SQL Server 2012 I get an Msg 8631. Internal error: Server stack limit has been reached. Please look for
    potentially deep nesting in your query, and try to simplify it.
    The script itself doesn't seem to be all that deep or nested.  The script is large 2600 lines and when I remove the bulk of the 2600 lines, it does run on SQL Server 2012.  I'm just really baffled why something that SQL Server generated with very
    few additions/changes AND that WORKS without issue in SQL Server 2008 R2 would suddenly be invalid in SQL Server 2012
    I need to know why my script which is working great on our current SQL Server 2008 R2 servers suddenly fails and won't run on an new SQL Server 2012 server.  This script is used to create 'bulk' Replications on a large number of DBs saving a tremendous
    amount of our time doing it the manual way.
    Below is an 'condensed' version of the script which fails.  I have removed around 2550 lines of specific sp_addarticle statements which are mostly just copy and pasted from what SQL Management Studio 'scripted' for me went I when through the Replication
    Wizard and told it to save to script.
    declare @dbname varchar(MAX), @SQL nvarchar(MAX)
    declare c_dblist cursor for
    select name from sys.databases WHERE name like 'dbone[_]%' order by name;
    open c_dblist
    fetch next from c_dblist into @dbname
    while @@fetch_status = 0
    begin
    print @dbname
    SET @SQL = 'DECLARE @dbname NVARCHAR(MAX); SET @dbname = ''' + @dbname + ''';
    use ['+@dbname+']
    exec sp_replicationdboption @dbname = N'''+@dbname+''', @optname = N''publish'', @value = N''true''
    use ['+@dbname+']
    exec ['+@dbname+'].sys.sp_addlogreader_agent @job_login = N''DOMAIN\DBServiceAccount'', @job_password = N''secret'', @publisher_security_mode = 1, @job_name = null
    -- Adding the transactional publication
    use ['+@dbname+']
    exec sp_addpublication @publication = N'''+@dbname+' Replication'', @description = N''Transactional publication of database
    '''''+@dbname+''''' from Publisher ''''MSSQLSRV\INSTANCE''''.'', @sync_method = N''concurrent'', @retention = 0, @allow_push = N''true'', @allow_pull = N''true'', @allow_anonymous = N''false'', @enabled_for_internet
    = N''false'', @snapshot_in_defaultfolder = N''true'', @compress_snapshot = N''false'', @ftp_port = 21, @allow_subscription_copy = N''false'', @add_to_active_directory = N''false'', @repl_freq = N''continuous'', @status = N''active'', @independent_agent = N''true'',
    @immediate_sync = N''true'', @allow_sync_tran = N''false'', @allow_queued_tran = N''false'', @allow_dts = N''false'', @replicate_ddl = 1, @allow_initialize_from_backup = N''true'', @enabled_for_p2p = N''false'', @enabled_for_het_sub = N''false''
    exec sp_addpublication_snapshot @publication = N'''+@dbname+' Replication'', @frequency_type = 1, @frequency_interval = 1, @frequency_relative_interval = 1, @frequency_recurrence_factor = 0, @frequency_subday = 8,
    @frequency_subday_interval = 1, @active_start_time_of_day = 0, @active_end_time_of_day = 235959, @active_start_date = 0, @active_end_date = 0, @job_login = N''DOMAIN\DBServiceAccount'', @job_password = N''secret'', @publisher_security_mode = 1
    -- There are around 2400 lines roughly the same as this only difference is the tablename repeated below this one
    use ['+@dbname+']
    exec sp_addarticle @publication = N'''+@dbname+' Replication'', @article = N''TABLE_ONE'', @source_owner = N''dbo'', @source_object = N''TABLE_ONE'', @type = N''logbased'', @description = null, @creation_script =
    null, @pre_creation_cmd = N''drop'', @schema_option = 0x000000000803509F, @identityrangemanagementoption = N''manual'', @destination_table = N''TABLE_ONE'', @destination_owner = N''dbo'', @vertical_partition = N''false'', @ins_cmd = N''CALL sp_MSins_dboTABLE_ONE'',
    @del_cmd = N''CALL sp_MSdel_dboTABLE_ONE'', @upd_cmd = N''SCALL sp_MSupd_dboTABLE_ONE''
    EXEC sp_executesql @SQL
    SET @dbname = REPLACE(@dbname, 'dbone_', 'dbtwo_');
    print @dbname
    SET @SQL = 'DECLARE @dbname NVARCHAR(MAX); SET @dbname = ''' + @dbname + ''';
    use ['+@dbname+']
    exec sp_replicationdboption @dbname = N'''+@dbname+''', @optname = N''publish'', @value = N''true''
    use ['+@dbname+']
    exec ['+@dbname+'].sys.sp_addlogreader_agent @job_login = N''DOMAIN\DBServiceAccount'', @job_password = N''secret'', @publisher_security_mode = 1, @job_name = null
    -- Adding the transactional publication
    use ['+@dbname+']
    exec sp_addpublication @publication = N'''+@dbname+' Replication'', @description = N''Transactional publication of database
    '''''+@dbname+''''' from Publisher ''''MSSQLSRV\INSTANCE''''.'', @sync_method = N''concurrent'', @retention = 0, @allow_push = N''true'', @allow_pull = N''true'', @allow_anonymous = N''false'', @enabled_for_internet
    = N''false'', @snapshot_in_defaultfolder = N''true'', @compress_snapshot = N''false'', @ftp_port = 21, @allow_subscription_copy = N''false'', @add_to_active_directory = N''false'', @repl_freq = N''continuous'', @status = N''active'', @independent_agent = N''true'',
    @immediate_sync = N''true'', @allow_sync_tran = N''false'', @allow_queued_tran = N''false'', @allow_dts = N''false'', @replicate_ddl = 1, @allow_initialize_from_backup = N''true'', @enabled_for_p2p = N''false'', @enabled_for_het_sub = N''false''
    exec sp_addpublication_snapshot @publication = N'''+@dbname+' Replication'', @frequency_type = 1, @frequency_interval = 1, @frequency_relative_interval = 1, @frequency_recurrence_factor = 0, @frequency_subday = 8,
    @frequency_subday_interval = 1, @active_start_time_of_day = 0, @active_end_time_of_day = 235959, @active_start_date = 0, @active_end_date = 0, @job_login = N''DOMAIN\DBServiceAccount'', @job_password = N''secret'', @publisher_security_mode = 1
    -- There are around 140 lines roughly the same as this only difference is the tablename repeated below this one
    use ['+@dbname+']
    exec sp_addarticle @publication = N'''+@dbname+' Replication'', @article = N''DB_TWO_TABLE_ONE'', @source_owner = N''dbo'', @source_object = N''DB_TWO_TABLE_ONE'', @type = N''logbased'', @description = null, @creation_script
    = null, @pre_creation_cmd = N''drop'', @schema_option = 0x000000000803509D, @identityrangemanagementoption = N''manual'', @destination_table = N''DB_TWO_TABLE_ONE'', @destination_owner = N''dbo'', @vertical_partition = N''false''
    EXEC sp_executesql @SQL
    fetch next from c_dblist into @dbname
    end
    close c_dblist
    deallocate c_dblist
    George P Botuwell, Programmer

    Hi George,
    Thank you for your question. 
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    Thank you for your understanding and support.
    If you have any feedback on our support, please click
    here.
    Allen Li
    TechNet Community Support

  • Error in sql_engine_core_inst_Cpu64_1.log file for SQL Server 2012

    I was running SQL Server 2012 in Win 7 64 bit OS. Some how I found SQLSERVER server is not running and I was not able to run the service. Then I tried to unisntall and install again. And I found that some of the SQL Server
    features got failed,  like: Reporting Services - Native, Database Engine Services, Data Quality Services, Full-Text and Semantic Extractions for Search and SQL Server Replication. I checked the Summary.txt
    file from location C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log. It thsi logs referes to another log file location like: 
    Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          1639
      Component log file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140127_151409\sql_engine_core_inst_Cpu64_1.log
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=sql_engine_core_inst.msi%400x162A16FE%400x1639
    I did unisntall/install multipel times. But fhw to fix the issue that saying in sql_engine_core_inst_Cpu64_1.log file.: 
    === Verbose logging started: 1/27/2014  15:45:04  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\ScenarioEngine.exe ===
    MSI (c) (C4:BC) [15:45:04:321]: Resetting cached policy values
    MSI (c) (C4:BC) [15:45:04:321]: Machine policy value 'Debug' is 0
    MSI (c) (C4:BC) [15:45:04:321]: ******* RunEngine:
               ******* Product: E:\Software\SQL Full Installation\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi
               ******* Action: 
               ******* CommandLine: **********
    MSI (c) (C4:BC) [15:45:04:322]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (C4:BC) [15:45:04:322]: Grabbed execution mutex.
    MSI (c) (C4:BC) [15:45:04:323]: Cloaking enabled.
    MSI (c) (C4:BC) [15:45:04:323]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (C4:BC) [15:45:04:323]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (38:8C) [15:45:04:327]: Running installation inside multi-package transaction E:\Software\SQL Full Installation\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi
    MSI (s) (38:8C) [15:45:04:327]: Grabbed execution mutex.
    MSI (s) (38:A0) [15:45:04:327]: Resetting cached policy values
    MSI (s) (38:A0) [15:45:04:327]: Machine policy value 'Debug' is 0
    MSI (s) (38:A0) [15:45:04:327]: ******* RunEngine:
               ******* Product: E:\Software\SQL Full Installation\x64\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi
               ******* Action: 
               ******* CommandLine: **********
    MSI (s) (38:A0) [15:45:04:452]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (38:A0) [15:45:04:452]: User policy value 'TransformsAtSource' is 0
    MSI (s) (38:A0) [15:45:04:475]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (38:A0) [15:45:04:475]: Specified instance {18B2A97C-92C3-4AC7-BE72-F823E0BC895B} via transform :InstID01.mst;:InstName02.mst is already installed. MSINEWINSTANCE requires a new instance that is not installed.
    MSI (s) (38:A0) [15:45:04:475]: MainEngineThread is returning 1639
    MSI (s) (38:8C) [15:45:04:477]: User policy value 'DisableRollback' is 0
    MSI (s) (38:8C) [15:45:04:477]: Machine policy value 'DisableRollback' is 0
    MSI (s) (38:8C) [15:45:04:477]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (38:8C) [15:45:04:478]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2 
    MSI (s) (38:8C) [15:45:04:478]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2 
    MSI (s) (38:8C) [15:45:04:478]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (38:8C) [15:45:04:478]: Restoring environment variables
    MSI (c) (C4:BC) [15:45:04:481]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (C4:BC) [15:45:04:481]: MainEngineThread is returning 1639
    === Verbose logging stopped: 1/27/2014  15:45:04 ===
    Please advice. I searched many places and did not get actual solution that will resolve my case.
    Nusrat Akhter

    Hi Nusrat Akhter,
    According to your description, when installing the first install failed, and it looks like the instance did not uninstall completely. To solve the issue I recommend you changed the instance name in re-installing SQL Server, and check if it can work fine.
    There is a similar issue that the SQL engine will not start, and there is no method of uninstalling either it, or any of the components etc. You can review the following post.
    https://connect.microsoft.com/SQLServer/feedback/details/710892/sql-server-2012-rc0-install-fails-citing-invalid-drivers
    Thanks,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Could not connect to SQL Server 2012 Remotely

    Hello, 
    I have a situation as follows:
    The Server
    SQL Server 2012 Standard Edition installed on Windows Server 2012 Standard Edition
    Active Directory is installed on the same server as well
    Remote Access Role added and configured to connect VPN 
    DNS Role added
    Windows Firewall is disabled
    The Server is connected to the internet 
    SQL Server Service & SQL Browser both are running under domain accounts
    SQL Server allows remote connections
    The Router
    The router that connects the server to the Internet is configured to:
    Enable VPN Tunnels Protocols (PPTP, L2TP and IPSec)
    Forwarding > Virtual Servers (all requests on TCP and UDP on all ports to the server local IP)
    The Client
    PC running Windows 7 SP1 with SQL Server 2012 Express 
    Joined AD on the server
    Connected to the internet
    VPN Connected to the Server
    Can Remote Desktop the Server
    Can ping the server host name
    Can nslookup the server host name
    The Problem
    If Both the Server and the Client are connected in the same Local Area Network, Client can connect to the SQL Serve
    Once the Client is placed in different location connected to the Interent, VPN connected as described above, I could not connect to the Server using:
    Windows Authentication Domain Users or
    SQL Server users
    and the error message is:
    Cannot connect to SERVER\SQLINSTANCE.
    ADDITIONAL INFORMATION:
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=-1&LinkId=20476
    Any thoughts
    Thanks in advance
     

    Hello Hilary,
    I have been working on a small replication test.
    On the Publisher, things went smooth and the Snapshot Agent was able to work and produce a snapshot written in a shared folder located on the Publisher
    On the Subscriber, as I am testing from SQL Server Express, I had run the following command:
    replmerg.exe -Publisher [SERVER\SQLInstance] -PublisherDB [dbRepl] -PublisherSecurityMode 0 -PublisherLogin rplMergeAgent -PublisherPassword p@ssw0rd -Publication [TEST Publication] -Distributor [SERVER\SQLInstance] -DistributorSecurityMode 0 -DistributorLogin
    rplMergeAgent -DistributorPassword p@ssw0rd -Subscriber [SUBSCRIBER\SQLInstance] -SubscriberSecurityMode 0 -SubscriberLogin rplMergeAgent -SubscriberPassword p@ssw0rd -SubscriberDB [dbRepl] -SubscriptionType 1 -OutputVerboseLevel 2 -Output C:\TEMP\mergeagent.log 
    Where 
    SERVER
    Publisher and Distributor
    dbRepl
    Database to replicate
    Merge Agent
    rplMergeAgent
    Subscriber
    SUBSCRIBER
    dbRepl
    Subscriber Database
    Merge Agent
    rplMergeAgent
    Password
    p@ssw0rd
    rplMergeAgent
    SQL Login defined in both Publisher and Subscriber with same password
    Granted the following at Publisher:
    Login to Publication Database (dbRepl)
    Login to Distribution Database (distribution)
    Member of PAL
    Granted the following at Subscriber:
    db_owner fixed database role in Subscription database (dbRepl)
    I couldn't grant rplMergeAgent Read Permission on SnapshotFolder as it is only a SQL Login.
    When I ran the above command line, I received the following error:
    Message: The schema script 'Person_2.sch' could not be propagated to the subscriber.
    I am pasting below the whole log file written by the above command:
    2014-04-11 15:38:07.205 Microsoft SQL Server Merge Agent 11.0.2218.0
    2014-04-11 15:38:07.342 Copyright (c) 2008 Microsoft Corporation
    2014-04-11 15:38:07.389 
    2014-04-11 15:38:07.406 The timestamps prepended to the output lines are expressed in terms of UTC time.
    2014-04-11 15:38:07.433 User-specified agent parameter values:
    -Publisher SERVER\SQLInstance
    -PublisherDB dbRepl
    -PublisherSecurityMode 0
    -PublisherLogin rplMergeAgent
    -PublisherPassword **********
    -Publication TEST Publication
    -Distributor SERVER\SQLInstance
    -DistributorSecurityMode 0
    -DistributorLogin rplMergeAgent
    -DistributorPassword **********
    -Subscriber SUBSCRIBER\SQLInstance
    -SubscriberSecurityMode 0
    -SubscriberLogin rplMergeAgent
    -SubscriberPassword **********
    -SubscriberDB dbRepl
    -SubscriptionType 1
    -OutputVerboseLevel 2
    -Output C:\TEMP\mergeagent.log
    2014-04-11 15:38:07.497 Percent Complete: 0
    2014-04-11 15:38:07.517 Connecting to Subscriber 'SUBSCRIBER\SQLInstance'
    2014-04-11 15:38:07.518 Connecting to OLE DB Subscriber at datasource: 'SUBSCRIBER\SQLInstance', location: '', catalog: 'dbRepl', providerstring: '' using provider 'SQLNCLI11'
    2014-04-11 15:38:07.608 OLE DB Subscriber: SUBSCRIBER\SQLInstance
    DBMS: Microsoft SQL Server
    Version: 10.50.4000
    catalog name: dbRepl
    user name: rplMergeAgent
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2014-04-11 15:38:07.613 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': select SERVERPROPERTY ('ProductVersion') 
    2014-04-11 15:38:07.617 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': set nocount on declare @dbname sysname select @dbname = db_name() declare @collation nvarchar(255) select @collation = convert(nvarchar(255), databasepropertyex(@dbname, N'COLLATION')) select
    collationproperty(@collation, N'CODEPAGE') as 'CodePage', collationproperty(@collation, N'LCID') as 'LCID', collationproperty(@collation, N'COMPARISONSTYLE') as 'ComparisonStyle',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) &
    0x1 = 0x1 then 0 else 1 end as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off
    2014-04-11 15:38:07.637 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': {?=call sp_helpsubscription_properties (N'SERVER\SQLInstance', N'dbRepl', N'TEST Publication')}
    2014-04-11 15:38:07.681 Distributor security mode: 0, login name: rplMergeAgent, password: ********.
    2014-04-11 15:38:07.682 Percent Complete: 0
    2014-04-11 15:38:07.683 Connecting to Distributor 'SERVER\SQLInstance'
    2014-04-11 15:38:07.684 Connecting to OLE DB Distributor at datasource: 'SERVER\SQLInstance', location: '', catalog: '', providerstring: '' using provider 'SQLNCLI11'
    2014-04-11 15:38:25.062 OLE DB Distributor: SERVER\SQLInstance
    DBMS: Microsoft SQL Server
    Version: 11.00.2100
    catalog name: 
    user name: guest
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2014-04-11 15:38:28.887 OLE DB Distributor 'SERVER\SQLInstance': select SERVERPROPERTY ('ProductVersion') 
    2014-04-11 15:38:29.842 OLE DB Distributor 'SERVER\SQLInstance': {call sp_helpdistpublisher (N'SERVER\SQLInstance') }
    2014-04-11 15:38:32.198 OLE DB Distributor 'SERVER\SQLInstance': select datasource, srvid from master..sysservers where upper(srvname) = upper(N'SERVER\SQLInstance')
    2014-04-11 15:38:33.199 OLE DB Distributor 'SERVER\SQLInstance': {call sp_MShelp_merge_agentid (0,N'dbRepl',N'TEST Publication',null,N'dbRepl',100,N'SUBSCRIBER\SQLInstance')}
    2014-04-11 15:38:34.451 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:38:34.560 OLE DB Distributor 'SERVER\SQLInstance': {call sp_MShelp_profile (23, 4, N'')}
    2014-04-11 15:38:36.189 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:38:36.499 OLE DB Distributor 'SERVER\SQLInstance': {call sys.sp_get_redirected_publisher(N'SERVER\SQLInstance',N'dbRepl',0)}
    2014-04-11 15:38:37.396 Percent Complete: 0
    2014-04-11 15:38:37.396 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:38:37.399 Initializing
    2014-04-11 15:38:37.401 OLE DB Distributor 'SERVER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:38:37.403 Connecting to OLE DB Publisher at datasource: 'SERVER\SQLInstance', location: '', catalog: 'dbRepl', providerstring: '' using provider 'SQLNCLI11'
    2014-04-11 15:38:38.427 Percent Complete: 0
    2014-04-11 15:38:38.428 Validating publisher
    2014-04-11 15:38:38.429 OLE DB Distributor 'SERVER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:38:39.455 Percent Complete: 0
    2014-04-11 15:38:39.456 Connecting to Publisher 'SERVER\SQLInstance'
    2014-04-11 15:38:39.457 OLE DB Distributor 'SERVER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:38:46.548 OLE DB Publisher: SERVER\SQLInstance
    DBMS: Microsoft SQL Server
    Version: 11.00.2100
    catalog name: dbRepl
    user name: rplMergeAgent
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2014-04-11 15:38:50.282 OLE DB Publisher 'SERVER\SQLInstance': set nocount on declare @dbname sysname select @dbname = db_name() declare @collation nvarchar(255) select @collation = convert(nvarchar(255), databasepropertyex(@dbname, N'COLLATION')) select collationproperty(@collation,
    N'CODEPAGE') as 'CodePage', collationproperty(@collation, N'LCID') as 'LCID', collationproperty(@collation, N'COMPARISONSTYLE') as 'ComparisonStyle',cast(case when convert (int,databasepropertyex (@dbname,'comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end
    as bit) as DB_CaseSensitive,cast(case when convert (int,serverproperty ('comparisonstyle')) & 0x1 = 0x1 then 0 else 1 end as bit) as Server_CaseSensitive set nocount off
    2014-04-11 15:38:57.393 OLE DB Publisher 'SERVER\SQLInstance': select SERVERPROPERTY ('ProductVersion') 
    2014-04-11 15:38:59.236 Connecting to OLE DB Publisher at datasource: 'SERVER\SQLInstance', location: '', catalog: 'dbRepl', providerstring: '' using provider 'SQLNCLI11'
    2014-04-11 15:39:07.271 OLE DB Publisher: SERVER\SQLInstance
    DBMS: Microsoft SQL Server
    Version: 11.00.2100
    catalog name: dbRepl
    user name: rplMergeAgent
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2014-04-11 15:39:45.229 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:39:45.234 Percent Complete: 0
    2014-04-11 15:39:45.235 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:39:45.236 Retrieving publication information
    2014-04-11 15:39:45.238 OLE DB Distributor 'SERVER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:39:46.287 Percent Complete: 0
    2014-04-11 15:39:46.288 Retrieving subscription information.
    2014-04-11 15:39:46.290 OLE DB Distributor 'SERVER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:40:00.472 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:40:00.478 Percent Complete: 0
    2014-04-11 15:40:00.479 Applying the snapshot to the Subscriber
    2014-04-11 15:40:00.480 OLE DB Distributor 'SERVER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:40:02.535 OLE DB Distributor 'SERVER\SQLInstance': select datasource, srvid from master..sysservers where upper(srvname) = upper(N'SERVER\SQLInstance')
    2014-04-11 15:40:03.559 OLE DB Distributor 'SERVER\SQLInstance': {call sys.sp_MSadd_mergesubentry_indistdb (0,N'SERVER\SQLInstance',N'dbRepl',N'TEST Publication',N'SUBSCRIBER\SQLInstance',N'dbRepl',1,1,0,N'',?,90)}
    2014-04-11 15:40:04.600 Connecting to OLE DB Subscriber at datasource: 'SUBSCRIBER\SQLInstance', location: '', catalog: 'dbRepl', providerstring: '' using provider 'SQLNCLI11'
    2014-04-11 15:40:04.609 OLE DB Subscriber: SUBSCRIBER\SQLInstance
    DBMS: Microsoft SQL Server
    Version: 10.50.4000
    catalog name: dbRepl
    user name: rplMergeAgent
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2014-04-11 15:40:04.611 OLE DB Subscriber: SUBSCRIBER\SQLInstance
    DBMS: Microsoft SQL Server
    Version: 10.50.4000
    catalog name: dbRepl
    user name: rplMergeAgent
    API conformance: 0
    SQL conformance: 0
    transaction capable: 1
    read only: F
    identifier quote char: "
    non_nullable_columns: 0
    owner usage: 15
    max table name len: 128
    max column name len: 128
    need long data len: 
    max columns in table: 1000
    max columns in index: 16
    max char literal len: 131072
    max statement len: 131072
    max row size: 131072
    2014-04-11 15:40:07.454 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': sp_MSacquiresnapshotdeliverysessionlock
    2014-04-11 15:40:07.526 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': sp_MStrypurgingoldsnapshotdeliveryprogress
    2014-04-11 15:40:07.530 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': sp_MSissnapshotitemapplied @snapshot_session_token = N'\\SERVER\Snapshot\unc\SERVER$SQLInstance_DBREPL_TEST PUBLICATION\20140411082109\', @snapshot_progress_token = N'\\SERVER\Snapshot\unc\SERVER$SQLInstance_DBREPL_TEST
    PUBLICATION\20140411082109\Person_2.sch'
    2014-04-11 15:40:24.659 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': sp_MSreleasesnapshotdeliverysessionlock
    2014-04-11 15:40:24.663 The schema script 'Person_2.sch' could not be propagated to the subscriber.
    2014-04-11 15:40:24.665 OLE DB Subscriber 'SUBSCRIBER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:40:24.690 Percent Complete: 18
    2014-04-11 15:40:24.692 The schema script 'Person_2.sch' could not be propagated to the subscriber.
    2014-04-11 15:40:24.693 OLE DB Distributor 'SERVER\SQLInstance': {call sys.sp_MSadd_merge_history90 (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
    2014-04-11 15:40:27.541 Percent Complete: 0
    2014-04-11 15:40:27.542 Category:NULL
    Source:  Merge Replication Provider
    Number:  -2147201001
    Message: The schema script 'Person_2.sch' could not be propagated to the subscriber.
    2014-04-11 15:40:28.563 Percent Complete: 0
    2014-04-11 15:40:28.565 Category:AGENT
    Source:  SUBSCRIBER\SQLInstance
    Number:  0
    Message: The process could not read file '\\SERVER\Snapshot\unc\SERVER$SQLInstance_DBREPL_TEST PUBLICATION\20140411082109\Person_2.sch' due to OS error 1326.
    2014-04-11 15:40:28.566 Disconnecting from OLE DB Subscriber 'SUBSCRIBER\SQLInstance'
    2014-04-11 15:40:28.568 Disconnecting from OLE DB Subscriber 'SUBSCRIBER\SQLInstance'
    2014-04-11 15:40:28.569 Disconnecting from OLE DB Subscriber 'SUBSCRIBER\SQLInstance'
    2014-04-11 15:40:28.570 Disconnecting from OLE DB Subscriber 'SUBSCRIBER\SQLInstance'
    2014-04-11 15:40:28.571 Disconnecting from OLE DB Publisher 'SERVER\SQLInstance'
    2014-04-11 15:40:28.573 Disconnecting from OLE DB Publisher 'SERVER\SQLInstance'
    2014-04-11 15:40:28.575 Disconnecting from OLE DB Publisher 'SERVER\SQLInstance'
    2014-04-11 15:40:28.577 Disconnecting from OLE DB Publisher 'SERVER\SQLInstance'
    2014-04-11 15:40:28.578 Disconnecting from OLE DB Distributor 'SERVER\SQLInstance'
    2014-04-11 15:40:28.579 Disconnecting from OLE DB Distributor 'SERVER\SQLInstance'
    I can say it is about how can the rplMergeAgent read the Shared folder.
    What do you think?

  • SQL Server 2012 SP2 Cumulative Update 5

    We are starting to take a look at Cumulative update 5 for SQL Server 2012 SP2.  The Installation was going smooth until the very in, where it sat on trying to start MSSQLServer for several minutes and finally timed out.  Why does Cumulative
    patch 5 says it failed to start the service when the server is already running?  Version number changed, and everthing looks ok, except for the error message in the log file.
    Is this a valid installation or do I need to try again? 
    Thanks.
    DJ

    Thanks for the reply.  The ErrorLog is too large to post in 1 reply.  Will post multiple times.
    Version of the SQL Server shows 11.0.5582.0
    Dj
    Post 1
    2015-03-24 14:13:23.82 Server      Microsoft SQL Server 2012 - 11.0.5582.0 (X64)
     Feb 27 2015 18:10:15
     Copyright (c) Microsoft Corporation
     Enterprise Edition: Core-based Licensing (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)
    2015-03-24 14:13:23.82 Server      (c) Microsoft Corporation.
    2015-03-24 14:13:23.82 Server      All rights reserved.
    2015-03-24 14:13:23.82 Server      Server process ID is 37184.
    2015-03-24 14:13:23.82 Server      System Manufacturer: 'VMware, Inc.', System Model: 'VMware Virtual Platform'.
    2015-03-24 14:13:23.82 Server      Authentication mode is MIXED.
    2015-03-24 14:13:23.82 Server      Logging SQL Server messages in file 'L:\SQL Server\Log Files\ERRORLOG'.
    2015-03-24 14:13:23.82 Server      The service account is 'NT Service\MSSQLSERVER'. This is an informational message; no user action is required.
    2015-03-24 14:13:23.82 Server      Registry startup parameters:
      -d H:\\System DB\Data\master.mdf
      -e L:\SQL Server\Log Files\ERRORLOG
      -l G:\\System DB\Logs\mastlog.ldf
    2015-03-24 14:13:23.82 Server      Command Line Startup Parameters:
      -s "MSSQLSERVER"
    2015-03-24 14:13:24.15 Server      SQL Server detected 1 sockets with 2 cores per socket and 2 logical processors per socket, 2 total logical processors; using 2 logical processors based on SQL Server licensing. This is an informational
    message; no user action is required.
    2015-03-24 14:13:24.15 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2015-03-24 14:13:24.15 Server      Detected 8191 MB of RAM. This is an informational message; no user action is required.
    2015-03-24 14:13:24.15 Server      Using locked pages in the memory manager.
    2015-03-24 14:13:24.15 Server      Common Criteria compliance mode is enabled. This is an informational message only; no user action is required.
    2015-03-24 14:13:24.22 Server      This instance of SQL Server last reported using a process ID of 39820 at 3/24/2015 2:09:46 PM (local) 3/24/2015 6:09:46 PM (UTC). This is an informational message only; no user action is required.
    2015-03-24 14:13:24.23 Server      Node configuration: node 0: CPU mask: 0x0000000000000003:0 Active CPU mask: 0x0000000000000003:0. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2015-03-24 14:13:24.23 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2015-03-24 14:13:24.24 Server      Software Usage Metrics is disabled.
    2015-03-24 14:13:24.24 spid4s      Starting up database 'master'.
    2015-03-24 14:13:24.30 spid4s      9 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-03-24 14:13:24.32 spid4s      0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-03-24 14:13:24.32 spid4s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
    2015-03-24 14:13:24.33 Server      CLR version v4.0.30319 loaded.
    2015-03-24 14:13:24.36 Server      Common language runtime (CLR) functionality initialized using CLR version v4.0.30319 from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\.
    2015-03-24 14:13:39.41 spid6s      SQL Server has encountered 1 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [H:\\System DB\Data\master.mdf] in database [master] (1).  The OS file handle is 0x0000000000000598. 
    The offset of the latest long I/O is: 0x0000000002a000
    2015-03-24 14:13:53.94 spid4s      Recovery completed for database master (database ID 1) in 29 second(s) (analysis 3 ms, redo 39 ms, undo 8 ms.) This is an informational message only. No user action is required.
    2015-03-24 14:13:54.19 spid4s      CHECKDB for database 'master' finished without errors on 2015-03-06 08:35:22.387 (local time). This is an informational message only; no user action is required.
    2015-03-24 14:13:54.19 spid4s      Resource governor reconfiguration succeeded.
    2015-03-24 14:13:54.19 spid4s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
    2015-03-24 14:13:54.19 spid4s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
    2015-03-24 14:13:54.21 spid4s      Server name is 'Server'. This is an informational message only. No user action is required.
    2015-03-24 14:13:54.22 spid4s      Failed to verify Authenticode signature on DLL 'S:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\ftimport.dll'.
    2015-03-24 14:13:54.22 spid9s      Starting up database 'mssqlsystemresource'.
    2015-03-24 14:13:54.22 spid14s     Starting up database 'msdb'.
    2015-03-24 14:13:54.23 spid15s     Starting up database 'Mgmt'.
    2015-03-24 14:13:54.24 spid16s     Starting up database 'Web2'.
    2015-03-24 14:13:54.24 spid12s     The certificate [Cert Hash(sha1) "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"] was successfully loaded for encryption.
    2015-03-24 14:13:54.24 spid18s     Starting up database 'Web2A'.
    2015-03-24 14:13:54.24 spid9s      The resource database build version is 11.00.5582. This is an informational message only. No user action is required.
    2015-03-24 14:13:54.25 spid12s     Server is listening on [ 'any' <ipv6> 1433].
    2015-03-24 14:13:54.25 spid12s     Server is listening on [ 'any' <ipv4> 1433].
    2015-03-24 14:13:54.25 spid12s     Server local connection provider is ready to accept connection on [
    \\.\pipe\SQLLocal\MSSQLSERVER ].
    2015-03-24 14:13:54.26 spid12s     Server local connection provider is ready to accept connection on [
    \\.\pipe\sql\query ].
    2015-03-24 14:13:54.26 Server      Server is listening on [ ::1 <ipv6> 1434].
    2015-03-24 14:13:54.26 Server      Server is listening on [ 127.0.0.1 <ipv4> 1434].
    2015-03-24 14:13:54.26 Server      Dedicated admin connection support was established for listening locally on port 1434.
    2015-03-24 14:13:54.26 Server      SQL Server is attempting to register a Service Principal Name (SPN) for the SQL Server service. Kerberos authentication will not be possible until a SPN is registered for the SQL Server service. This
    is an informational message. No user action is required.
    2015-03-24 14:13:54.33 Server      The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/Server.local ] for the SQL Server service.
    2015-03-24 14:13:54.33 Server      The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/Server.local:1433 ] for the SQL Server service.
    2015-03-24 14:13:54.39 spid9s      Starting up database 'model'.
    2015-03-24 14:13:54.42 spid4s      1 transactions rolled back in database 'msdb' (4:0). This is an informational message only. No user action is required.
    2015-03-24 14:13:54.42 spid4s      Recovery is writing a checkpoint in database 'msdb' (4). This is an informational message only. No user action is required.
    2015-03-24 14:13:54.46 spid9s      1 transactions rolled forward in database 'model' (3:0). This is an informational message only. No user action is required.
    2015-03-24 14:13:54.47 spid9s      0 transactions rolled back in database 'model' (3:0). This is an informational message only. No user action is required.
    2015-03-24 14:13:54.62 spid9s      Clearing tempdb database.
    2015-03-24 14:14:17.34 spid9s      Starting up database 'tempdb'.
    2015-03-24 14:14:27.05 spid19s     The Service Broker endpoint is in disabled or stopped state.
    2015-03-24 14:14:27.06 spid19s     The Database Mirroring endpoint is in disabled or stopped state.
    2015-03-24 14:14:27.07 spid19s     Service Broker manager has started.
    2015-03-24 14:14:27.21 spid15s     CHECKDB for database 'Mgmt' finished without errors on 2014-09-14 00:02:54.637 (local time). This is an informational message only; no user action is required.
    2015-03-24 14:14:27.58 spid16s     CHECKDB for database 'Web2' finished without errors on 2015-03-22 00:00:43.253 (local time). This is an informational message only; no user action is required.
    2015-03-24 14:14:27.65 spid4s      Database 'master' is upgrading script 'ProvisionAgentIdentity.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:27.65 spid4s      Database 'master' is upgrading script 'no_op.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:27.93 spid4s      Database 'master' is upgrading script 'no_op.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:27.94 spid4s      -----------------------------------------
    2015-03-24 14:14:27.94 spid4s      Starting execution of dummy.sql
    2015-03-24 14:14:27.94 spid4s      -----------------------------------------
    2015-03-24 14:14:27.94 spid4s      Database 'master' is upgrading script 'repl_upgrade.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:27.94 spid4s      Executing replication upgrade scripts.
    2015-03-24 14:14:27.99 spid4s      Attempting to load library 'xpstar.dll' into memory. This is an informational message only. No user action is required.
    2015-03-24 14:14:28.07 spid4s      Using 'xpstar.dll' version '2011.110.5058' to execute extended stored procedure 'xp_instance_regread'. This is an informational message only; no user action is required.
    2015-03-24 14:14:28.09 spid4s      Executing sp_vupgrade_replication.
    2015-03-24 14:14:28.50 spid4s      Upgrading publication settings and system objects in database [Mgmt].
    2015-03-24 14:14:28.89 spid4s      Upgrading publication settings and system objects in database [Web2].
    2015-03-24 14:14:29.98 spid4s      Upgrading publication settings and system objects in database [Web2A].
    2015-03-24 14:14:30.48 spid4s      Could not open database [LEGACY_DSS]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:30.48 spid4s      Could not open database [PROD_1]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when the
    database is available.
    2015-03-24 14:14:30.48 spid4s      Could not open database [PROD_LS]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:30.48 spid4s      Could not open database [PROD_NG]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:30.48 spid4s      Could not open database [PROD_RSV]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:30.52 spid4s      Upgrading subscription settings and system objects in database [Mgmt].
    2015-03-24 14:14:31.17 spid4s      Attempting to load library 'xprepl.dll' into memory. This is an informational message only. No user action is required.
    2015-03-24 14:14:31.19 spid4s      Using 'xprepl.dll' version '2011.110.5582' to execute extended stored procedure 'xp_repl_encrypt'. This is an informational message only; no user action is required.
    2015-03-24 14:14:31.19 spid4s      Upgrading subscription settings and system objects in database [Web2].
    2015-03-24 14:14:31.75 spid4s      Upgrading subscription settings and system objects in database [Web2A].
    2015-03-24 14:14:32.31 spid4s      Could not open database [LEGACY]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when the
    database is available.
    2015-03-24 14:14:32.31 spid4s      Could not open database [PROD_1]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when the
    database is available.
    2015-03-24 14:14:32.31 spid4s      Could not open database [PROD_LS]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:32.31 spid4s      Could not open database [PROD_NG]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:32.31 spid4s      Could not open database [PROD_RSV]. Replication settings and system objects could not be upgraded. If the database is used for replication, run sp_vupgrade_replication in the [master] database when
    the database is available.
    2015-03-24 14:14:32.33 spid4s      Attempting to copy article resolvers from SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL11.MSSQLSERVER\Replication\ArticleResolver
    2015-03-24 14:14:32.59 spid4s      sp_vupgrade_replication executed successfully
    2015-03-24 14:14:32.59 spid4s      Saving upgrade script status to 'SOFTWARE\Microsoft\MSSQLServer\Replication\Setup'.
    2015-03-24 14:14:32.59 spid4s      Saved upgrade script status successfully.
    2015-03-24 14:14:32.59 spid4s      Database 'master' is upgrading script 'upgrade_ucp_cmdw_discovery.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:32.92 spid4s      Database 'master' is upgrading script 'msdb110_upgrade.sql' from level 184554434 to level 184554958.
    2015-03-24 14:14:32.92 spid4s      ----------------------------------
    2015-03-24 14:14:32.92 spid4s      Starting execution of PRE_MSDB.SQL
    2015-03-24 14:14:32.92 spid4s      ----------------------------------
    2015-03-24 14:14:33.08 spid4s      Setting database option COMPATIBILITY_LEVEL to 100 for database 'msdb'.
    2015-03-24 14:14:33.17 spid4s      -----------------------------------------
    2015-03-24 14:14:33.17 spid4s      Starting execution of PRE_SQLAGENT100.SQL
    2015-03-24 14:14:33.17 spid4s      -----------------------------------------
    2015-03-24 14:14:33.17 spid4s      Setting database option COMPATIBILITY_LEVEL to 110 for database 'msdb'.
    2015-03-24 14:14:33.22 spid4s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 14:14:33.22 spid4s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 14:15:00.06 spid6s      SQL Server has encountered 1 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [G:\\System DB\Logs\MSDBLog.ldf] in database [msdb] (4).  The OS file handle is 0x0000000000000790. 
    The offset of the latest long I/O is: 0x00000000efac00
    2015-03-24 14:16:00.87 spid4s      DBCC TRACEOFF 1717, server process ID (SPID) 4. This is an informational message only; no user action is required.
    2015-03-24 14:16:00.87 spid4s      DBCC execution completed. If DBCC printed error messages, contact your system administrator.
    2015-03-24 14:16:00.88 spid4s      
    2015-03-24 14:16:00.88 spid4s      Creating table temp_sysjobschedules
    2015-03-24 14:16:01.00 spid4s      
    2015-03-24 14:16:01.00 spid4s      Alter table sysdownloadlist...
    2015-03-24 14:16:01.00 spid4s      
    2015-03-24 14:16:01.00 spid4s      Alter table sysjobhistory...
    2015-03-24 14:16:01.02 spid4s      
    2015-03-24 14:16:01.02 spid4s      Alter table systargetservers...
    2015-03-24 14:16:01.02 spid4s      
    2015-03-24 14:16:01.02 spid4s      Alter table sysjobsteps...
    2015-03-24 14:16:01.09 spid4s      Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install.
    2015-03-24 14:16:01.09 spid4s      Configuration option 'allow updates' changed from 1 to 0. Run the RECONFIGURE statement to install.
    2015-03-24 14:16:01.09 spid4s      
    2015-03-24 14:16:01.09 spid4s      -----------------------------------------
    2015-03-24 14:16:01.09 spid4s      Execution of PRE_SQLAGENT100.SQL complete
    2015-03-24 14:16:01.09 spid4s      -----------------------------------------
    2015-03-24 14:16:01.10 spid4s      DMF pre-upgrade steps...
    2015-03-24 14:16:01.25 spid4s      DC pre-upgrade steps...
    2015-03-24 14:16:01.25 spid4s      Check if Data collector config table exists...
    2015-03-24 14:16:01.25 spid4s      Data Collector state before upgrade: 0
    2015-03-24 14:16:01.25 spid4s      pre_dc100::Check if syscollector_collection_sets_internal table exists...
    2015-03-24 14:16:01.25 spid4s      pre_dc100::Capturing Collection set status in temp table...
    2015-03-24 14:16:01.33 spid4s      Deleting cached auto-generated T-SQL Data Collection packages from msdb...
    2015-03-24 14:16:01.33 spid4s      End of DC pre-upgrade steps.
    2015-03-24 14:16:01.33 spid4s      DAC pre-upgrade steps...
    2015-03-24 14:16:01.33 spid4s      Starting DAC pre-upgrade steps ...
    2015-03-24 14:16:01.33 spid4s      End of DAC pre-upgrade steps.
    2015-03-24 14:16:01.33 spid4s      ----------------------------------
    2015-03-24 14:16:01.33 spid4s      Starting execution of MSDB.SQL
    2015-03-24 14:16:01.33 spid4s      ----------------------------------
    2015-03-24 14:16:01.39 spid4s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 14:16:01.39 spid4s      Configuration option 'allow updates' changed from 0 to 1. Run the RECONFIGURE statement to install.
    2015-03-24 14:16:01.42 spid4s      Checking the size of MSDB...
    2015-03-24 14:16:01.60 spid4s      
    2015-03-24 14:16:01.60 spid4s      Setting database option TRUSTWORTHY to ON for database 'msdb'.
    2015-03-24 14:16:01.60 spid4s      Setting database option RECOVERY to SIMPLE for database 'msdb'.
    2015-03-24 14:16:01.63 spid4s      ----------------------------------
    2015-03-24 14:16:01.63 spid4s      Finished execution of MSDB.SQL
    2015-03-24 14:16:01.63 spid4s      ----------------------------------
    2015-03-24 14:16:01.63 spid4s      -----------------------------------------
    2015-03-24 14:16:01.63 spid4s      Starting execution of MSDB_VERSIONING.SQL
    2015-03-24 14:16:01.63 spid4s      -----------------------------------------
    2015-03-24 14:16:01.63 spid4s      -----------------------------------------
    2015-03-24 14:16:01.63 spid4s      Finished execution of MSDB_VERSIONING.SQL
    2015-03-24 14:16:01.63 spid4s      -----------------------------------------
    2015-03-24 14:16:01.63 spid4s      Dropping view MSdatatype_mappings...
    2015-03-24 14:16:01.63 spid4s      Dropping view sysdatatypemappings...
    2015-03-24 14:16:30.94 spid4s      Dropping table MSdbms_datatype_mapping...
    2015-03-24 14:16:30.95 spid4s      Dropping table MSdbms_map...
    2015-03-24 14:16:30.96 spid4s      Dropping table MSdbms_datatype...
    2015-03-24 14:16:30.96 spid4s      Dropping table MSdbms...
    2015-03-24 14:16:30.99 spid4s      Creating table MSdbms
    2015-03-24 14:16:31.00 spid4s      Creating table MSdbms_datatype
    2015-03-24 14:17:30.96 spid4s      Creating table MSdbms_map
    2015-03-24 14:17:30.96 spid4s      Creating table MSdbms_datatype_mapping
    2015-03-24 14:17:30.97 spid4s      Definining default datatype mappings
    2015-03-24 14:17:30.98 spid4s      Creating datatype mappings for MSSQLSERVER to ORACLE8
    2015-03-24 14:17:31.08 spid4s      Creating datatype mappings for MSSQLSERVER to ORACLE9
    2015-03-24 14:17:31.12 spid4s      Creating datatype mappings for MSSQLSERVER to ORACLE10
    2015-03-24 14:17:31.17 spid4s      Creating datatype mappings for MSSQLSERVER to ORACLE11
    2015-03-24 14:17:31.22 spid4s      Creating datatype mappings for MSSQLSERVER to DB2
    2015-03-24 14:17:31.28 spid4s      Creating datatype mappings for MSSQLSERVER to SYBASE
    2015-03-24 14:17:31.33 spid4s      Creating datatype mappings for ORACLE8 to MSSQLSERVER
    2015-03-24 14:17:31.38 spid4s      Creating datatype mappings for ORACLE9 to MSSQLSERVER
    2015-03-24 14:17:31.45 spid4s      Creating datatype mappings for ORACLE10 to MSSQLServer
    2015-03-24 14:17:50.00 spid4s      Creating datatype mappings for ORACLE11 to MSSQLServer
    2015-03-24 14:17:59.30 spid4s      Creating view MSdatatype_mappings
    2015-03-24 14:17:59.31 spid4s      Creating view sysdatatypemappings
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_enum_proxy_for_subsystem
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_enum_login_for_proxy
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sysmail_delete_mailitems_sp
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_sqlagent_get_startup_info
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_sqlagent_has_server_access
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_sqlagent_get_perf_counters
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_sqlagent_notify
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sysmail_delete_log_sp
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_is_sqlagent_starting
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_verify_job_identifiers
    2015-03-24 14:17:59.89 spid4s      Dropping signature from: sp_verify_schedule_identifiers
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_verify_jobproc_caller
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_downloaded_row_limiter
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_post_msx_operation
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_verify_performance_condition
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_verify_job_date
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_verify_job_time
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_verify_alert
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_update_alert
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_delete_job_references
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_delete_all_msx_jobs
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_verify_accountparams_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_generate_target_server_job_assignment_sql
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_generate_server_description
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_verify_principal_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_msx_set_account
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_verify_profile_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_msx_get_account
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_verify_account_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_delete_operator
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_add_profile_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_msx_defect
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sysmail_update_profile_sp
    2015-03-24 14:17:59.90 spid4s      Dropping signature from: sp_msx_enlist
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_delete_profile_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_delete_targetserver
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_help_profile_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_enlist_tsx
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_create_user_credential_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_get_sqlagent_properties
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_alter_user_credential_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_set_sqlagent_properties
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_drop_user_credential_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_add_targetservergroup
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_add_account_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_update_targetservergroup
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_update_account_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_delete_targetservergroup
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_delete_account_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_help_targetservergroup
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_help_account_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_add_targetsvrgrp_member
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_help_admin_account_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_delete_targetsvrgrp_member
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_add_profileaccount_sp
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sp_verify_category
    2015-03-24 14:17:59.91 spid4s      Dropping signature from: sysmail_update_profileaccount_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_add_category
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_delete_profileaccount_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_update_category
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_help_profileaccount_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_delete_category
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_configure_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_help_category
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_help_configure_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_help_targetserver
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_help_configure_value_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_resync_targetserver
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_add_principalprofile_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_purge_jobhistory
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_update_principalprofile_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_help_jobhistory_full
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_delete_principalprofile_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_help_jobhistory_summary
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_help_principalprofile_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_help_jobhistory
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_logmailevent_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_add_jobserver
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sysmail_start_sp
    2015-03-24 14:17:59.92 spid4s      Dropping signature from: sp_delete_jobserver
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sysmail_stop_sp
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_help_jobserver
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sysmail_help_status_sp
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_help_downloadlist
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sysmail_help_queue_sp
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_enum_sqlagent_subsystems_internal
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_SendMailMessage
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_enum_sqlagent_subsystems
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_isprohibited
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_verify_subsystem
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_SendMailQueues
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_verify_schedule
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_ProcessResponse
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_add_schedule
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_MailItemResultSets
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_attach_schedule
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_process_DialogTimer
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_detach_schedule
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_readrequest
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_update_replication_job_parameter
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_GetAttachmentData
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_update_schedule
    2015-03-24 14:17:59.93 spid4s      Dropping signature from: sp_RunMailQuery
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_delete_schedule
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_validate_user
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_get_jobstep_db_username
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_send_dbmail
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_verify_jobstep
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_ExternalMailQueueListener
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_add_jobstep_internal
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_sysmail_activate
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_add_jobstep
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_update_jobstep
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_delete_jobstep
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_help_jobstep
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_write_sysjobstep_log
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_maintplan_delete_log
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_help_jobsteplog
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_maintplan_delete_subplan
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_delete_jobsteplog
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_maintplan_update_subplan_tsx
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_get_schedule_description
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_maintplan_subplans_by_job
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_add_jobschedule
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_maintplan_open_logentry
    2015-03-24 14:17:59.94 spid4s      Dropping signature from: sp_update_jobschedule
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_maintplan_close_logentry
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_delete_jobschedule
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_maintplan_update_log
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_help_schedule
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_maintplan_update_subplan
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_help_jobschedule
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_maintplan_delete_plan
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_verify_job
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_maintplan_start
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_add_job
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_get_script
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_update_job
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_clear_dbmaintplan_by_db
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_delete_job
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_add_maintenance_plan
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_get_composite_job_info
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_delete_maintenance_plan
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_help_job
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_add_maintenance_plan_db
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_help_jobcount
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_delete_maintenance_plan_db
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_help_jobs_in_schedule
    2015-03-24 14:17:59.95 spid4s      Dropping signature from: sp_add_maintenance_plan_job
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_manage_jobs_by_login
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_delete_maintenance_plan_job
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_apply_job_to_targets
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_help_maintenance_plan
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_remove_job_from_targets
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_get_job_alerts
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_start_job
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_stop_job
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_add_log_shipping_monitor_jobs
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_cycle_agent_errorlog
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_add_log_shipping_primary
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_get_chunked_jobstep_params
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_add_log_shipping_secondary
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_check_for_owned_jobs
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_delete_log_shipping_monitor_jobs
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_check_for_owned_jobsteps
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_delete_log_shipping_primary
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_sqlagent_refresh_job
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_delete_log_shipping_secondary
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_jobhistory_row_limiter
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_log_shipping_in_sync
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_sqlagent_log_jobhistory
    2015-03-24 14:17:59.96 spid4s      Dropping signature from: sp_log_shipping_get_date_from_file
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_sqlagent_check_msx_version
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_get_log_shipping_monitor_info
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_sqlagent_probe_msx
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_update_log_shipping_monitor_info
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_set_local_time
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_delete_log_shipping_monitor_info
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_multi_server_job_summary
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_remove_log_shipping_monitor_account
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_target_server_summary
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_log_shipping_monitor_backup
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_uniquetaskname
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_log_shipping_monitor_restore
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_addtask
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_change_monitor_role
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_droptask
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_create_log_shipping_monitor_account
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: trig_targetserver_insert
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_add_alert_internal
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_ssis_addlogentry
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_add_alert
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_ssis_listpackages
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_delete_alert
    2015-03-24 14:17:59.97 spid4s      Dropping signature from: sp_ssis_listfolders
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_help_alert
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_deletepackage
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_operator
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_deletefolder
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_add_operator
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_sqlagent_is_srvrolemember
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_getpackage
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_update_operator
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_category_identifiers
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_getfolder
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_help_operator
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_putpackage
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_help_operator_jobs
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_proxy_identifiers
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_operator_identifiers
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_credential_identifiers
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_addfolder
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_notify_operator
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_subsystems
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_renamefolder
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_notification
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_verify_subsystem_identifiers
    2015-03-24 14:17:59.98 spid4s      Dropping signature from: sp_ssis_setpackageroles
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_add_notification
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_verify_login_identifiers
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_ssis_getpackageroles
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_update_notification
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_verify_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_delete_notification
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_add_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_help_notification
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_delete_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_help_jobactivity
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_update_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_sqlagent_is_member
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_verify_proxy_permissions
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_sem_add_message
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_help_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_sem_drop_message
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_get_message_description
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_grant_proxy_to_subsystem
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_help_jobhistory_sem
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_grant_login_to_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_convert_jobid_to_char
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_revoke_login_from_proxy
    2015-03-24 14:17:59.99 spid4s      Dropping signature from: sp_revoke_proxy_from_subsystem

  • Unable to install SQL Server 2012 Developer

    I have a problem with installing SQL Server 2012 (no matter which edition I choose). Installation usually runs well, but near the end shows up an error:
    TITLE: Microsoft SQL Server 2012 Service Pack 1 Setup
    The following error has occurred:
    Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%25400x4BDAF9BA%25401306%254026
    BUTTONS:
    OK
    The help link points to not-existing article on MSDN page. After I click OK button, the installation reaches it's end and shows up another, which tells, that Database Engine Services, Reporting Services - Native, Data Quality Services, Full-Text and Semantic
    Extractions for Search and SQL Server Replication failed to install.
    After that I am able to start, for example SQL Management Studio, but cannot connect to database. Also services of SQL Server (Server, Server Agent, Full-text Filter, Reporting Services) are stopped and I am not able to start them manually (any try throws an
    error: "The request failed or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details").
    I tried complete reinstalling of SQL Server, cleaning registry entries, different editions of that software - none method helped. Also, I tried the .iso images of installation media on other computers - it worked well and installed without any errors. My OS
    is Windows 8.1 x64.

    Hello,
    Please uninstall SQL server completely from add remove program.Make sure you uninstall it completely
    Now right click on Setup.exe file which is there in SQL Server installable and select run as administrator to start installation.
    On page where you are asked to provide startup account for SQL Server service select NT Authority\System or Local System account.
    This issue is basically after installation SQL Server is not able to bring online database services using account which you selected .Local system account will allow it to come online
    After installation change startup account to domain account with least privilege
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

Maybe you are looking for