Site sponsored by: Idera Try Idera’s new SQL admin toolset
SQL Server Performance

  • Home
  • Articles
  • Forums
  • Tips
  • FAQ's
  • Blogs
  • Software
  • Books
  • About Us
RSS Feeds
Sign in | Join


Article Topics

All Articles
Peformance Tuning
Audit
Business Intelligence
Clustering
Reporting Services
Developer
General DBA
ASP.NET / ADO.NET

SQL Server 2008 - Worth the Wait

SQL Server’s first significant upgrade in three years features a number of envelope-pushing enhancements and improvements. Which will have the greatest impact on SQL administration and development? More...
Latest Articles

Slowly Changing Dimensions in SQL Server 2005
Audit Data Modifications
SQL Server 2008’s Management Data Warehouse
Same Report but Different Methods in SQL Server Reporting Services ...

More     
 
Latest FAQ's

SSIS Lookups are Case Sensitive
Convert Number to Words in SSRS
After installing SP2 on SQL Server 2005 x64, when trying to ...
Remote Name Could not be Resolved in SQL Server Reporting Services ...

More     
   
Latest Software Reviews

SQL Server DBA Dashboard
SwisSQL DBChangeManager
SQLMesh - SQL Server Search Tool
SoftTreeTech SQL Assistant

More     

articles >> general dba >> SQL Server 2005: The Replication GUI ...

SQL Server 2005: The Replication GUI

By : Paul Ibison
Feb 07, 2005
Printer friendly

This article describes the changes to replication from the point of view of the SQL Server 2005 GUI. In case you haven't already been checking out the new version, 'Microsoft SQL Server Management Studio' is the new graphical replacement for 'Enterprise Manager'. It's probably true to say that unlike many other administrative tasks, most DBAs intensively use the graphical interface to administer replication. With this in mind, Replication DBAs will want to discover how to perform their original tasks using the new GUI, as well as finding out about all the new functionality available. Future articles will begin to address all the new bells and whistles, but this article focuses on how to use the new interface to carry out original replication tasks.

Microsoft SQL Server Management Studio

If we initially focus on the 'Object Explorer' in the Management Studio, we can see some changes immediately. In the example below, there is a transactional publication called 'TransParentsTable' in the database 'PaulsPublisher' and a subscription in 'PaulsSubscriber' to the same publication. So, what has changed? Firstly, there is no hand under the replicated database to indicate the database is enabled for replication. Secondly, in Enterprise Manager, a publication exists in 3 separate places: a folder under the database icon, the replication folder and the replication monitor. Below we can see that this has been reduced to one occurrence in the replication folder. This is a big simplification and also removes the irritating inconsistency between the right-click menus in the three different Enterprise Manager publication icons.

Left-clicking on the publication yields the following 'Summary' details in the right-hand pane. This lists the snapshot and log-reader agent's latest history, and the current agent status.

The corresponding Summary pane for the distribution agent is currently unavailable, but presumably this will display the corresponding information for the distribution agent. Note that the Summary pane is a HTML page and there is no option to right-click the displayed icons. So, these are not the real agents, just a historical display and in that way things are done quite differently to Enterprise Manager as the agents themselves are no longer accessible via the replication/publication folders. Of course we know that the replication agents are essentially just jobs running the appropriate replication executable and are therefore still available through the SQL Server Agent Jobs folder, but this involves trawling through all the other administrative jobs. So, to access just the agents, we must use the Replication Monitor which has been changed substantially and is now a stand-alone application (see section below).

If we right-click the replication folder, we have the following menu

This is very similar to the replication monitor right-click menu from Enterprise Manager, and also the tools menu, the latter of which has now been removed - so this is the now only way we can get access to the publisher and distributor properties. They have been separated into 2 different options to make things simpler, but essentially this is the same form as in SQL Server 2000.


    Next Page>>    








Home | Peformance Articles | Audit Articles | Business Intelligence Articles | Clustering Articles | Developer Articles | Reporting Services Articles | DBA Articles | ASP.NET / ADO.NET Articles | DBA FAQ's | Developer Peformance FAQ's | DBA Peformance FAQ's | Developer FAQ's | Clustering FAQ's | Error Messages | Audit Tool Reviews | Backup Tool Reviews | Coding Tool Reviews | Compare Tool Reviews | Documentation Tool Reviews | Design Tool Reviews | Monitoring Tool Reviews | Log Tool Reviews | Reporting Tool Reviews | Clustering Tool Reviews | Security Tool Reviews | Change Management Tool Reviews | Remote Access Tool Reviews | Book Reviews | Security Tool Reviews | QDPMA Performance Tuning | ADO.NET / ASP.NET | Administration | Analysis/OLAP Services | Application Development | Configuration | Components | ETL | Hardware | High Availability | Hints | Index | Misc | Operating Systems | Performance Tuning | Replication | T-SQL | Views