﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content posted by Sachin Samuel / Article Discussions / Article Discussions by Author  / Upgrading a Database SQL 2000 to SQL 2005 / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 14:09:59 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Hi, how to do side-by-side upgrade from sql server 2000 to sql server 2008 R2.Asking for username and password while doing it, which username and password should be used?</description><pubDate>Wed, 03 Nov 2010 13:21:00 GMT</pubDate><dc:creator>sejalp</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>hi,can u plz give me the script for deleting full text indexes while upgrading 2000 to 2005Regards,Jayapal</description><pubDate>Mon, 13 Sep 2010 22:26:00 GMT</pubDate><dc:creator>kjplreddy</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Yes, I agree with sachin</description><pubDate>Wed, 21 Jul 2010 15:28:35 GMT</pubDate><dc:creator>bharadwaj.manchu</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>http://msdn.microsoft.com/en-us/library/ms188414.aspxOne thing to keep in mind, after upgrade from SQL 2000 to SQL 2005 or SQL 2008, it is best to run the following:DBCC UPDATEUSAGE (0);GOthis will prevent certain system functions and procedures (i.e. sys.spaceused or sysindexes) from returning an error. example: A user runs [b]select * from sysindexes [/b](which I know is legacy, but some of us still reference these as we are too lazy to update our code). The following error is returned...[i]Attempting to reference database fragment 1 in database 'foo' which does not exist. Contact Technical Support.[/i]Now run the following against the database:1. dbcc checkdb to make sure you don't have a consistancy issue2. If dbcc checkdb returns an error indicating an allocation unit ID error, run dbcc updateusage(0)You may also find you get this same error on a database snapshot. I haven't found that there is anything you can really do since the DB Snapshot is read only. your best bet is to simply drop the database snapshot when you are done with it.</description><pubDate>Mon, 25 Jan 2010 08:41:21 GMT</pubDate><dc:creator>SQL Stud</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Hi SQL,We'll be upgrading from 2000 to SQL 2005 (in place) in a couple weeks and I have two questions.   1)  We have ~240 db's totalling 530 GB of data, Any idea what kind of timeline we'll be looking at once the upgrade begins?  Is there a rough GB/Min upgrade rate?2)  Second question, I figure updating the statistics after the upgrade completes could be quite lenghty, again any idea on whether we could be looking at 1 hour 10 hours?Thanks,Sp</description><pubDate>Thu, 08 Oct 2009 07:59:26 GMT</pubDate><dc:creator>Stan Pluzak</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>How do I determine if I have full-text search on SQL 2000 instance?  I am getting this message with the upgrade advisor "Upgrading will cause Full-Text Search to use instance-level, not global, word breakers and filters by default."</description><pubDate>Wed, 26 Aug 2009 17:49:29 GMT</pubDate><dc:creator>samin-538719</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Good article.  Thanks for writing.  Keep on writing.</description><pubDate>Tue, 16 Jun 2009 13:09:25 GMT</pubDate><dc:creator>Mark Thabet-457565</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>The upgrade advisor documentation answers this. Install UA on another server and run the analysis of your target server from there.</description><pubDate>Thu, 04 Dec 2008 16:35:16 GMT</pubDate><dc:creator>Preet_S</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Hi Everyone,this thread and the journal for upgrading has been extremely helpful in my quest as a very new sql dba and researching on how to upgrade from sql 7 to sql 2005.Can you tell me when running the Upgrade Advisor what kind of extra load does it place on the server its running on?  Also can it be done while all the databases are online?Thx in advance.:)</description><pubDate>Thu, 27 Nov 2008 08:37:23 GMT</pubDate><dc:creator>extremenovice</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Hi Sachin,I am in mids of upgrading from SQL server 2000 to 2005.Wanted to get some advise from you guys, on what kind of way shall i use.Let me inform you my current info.- Having 2 servers to Upgrade from 2000 to 2005, 1 production server, 1 reporting server- Both running on SQL 2000 now perfectly.- just need to upgrade from SQL 2000 to 2005.- Not a very complex and Large DBWhat do you advise me to do?Copy DB wizard? or Backup and Restore? or othersHow to do, step-by-step would be great.I would really appriciate all the help and support you can give me.Sharing knowledge is one of the best deeds a person can do, and looking at your previous replies. you helped Victor alot. You are a good person.Maybe 1 day i can share this knowledge with others.Thanks Sachin,Kiran</description><pubDate>Mon, 11 Aug 2008 22:48:24 GMT</pubDate><dc:creator>kiran_84</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>:)EXCELLENT article Sachin,keep it up.u have just simplified a complicated task ,before reading this i was totally unaware of inplace and side by side upgrade techniques,now it is clear to me  it helped a lot in understanding and seems to be a simple job.:PThanks,Syed Shahbaz Ali</description><pubDate>Fri, 25 Jul 2008 05:49:31 GMT</pubDate><dc:creator>shahbaz.oradba</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Good summary article, but is no substitute for MS's Technical Reference. If you are doing an upgrade be sure to read it.</description><pubDate>Wed, 07 May 2008 03:05:43 GMT</pubDate><dc:creator>Preet_S</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Thank you very much. I succesfully upgraded one of our DBs to 2005 today in a test environment. I will watch it for some days before going LIVE! Thanks for your help.Victor</description><pubDate>Wed, 06 Feb 2008 14:35:26 GMT</pubDate><dc:creator>victsun</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Hi Victor,Please find my reply below.[quote]1. I am installing the SQL 2005 instance on the same physical box containing SQL 2000 instance. Are there any special precautions i need to take?[/quote]Installation of another sql server instance is completly independent activity.Still you can check for the below.a) Make sure you have enough space on the drive where you are isntalling sql server 2005.b) Make sure to choose a different instance name other than SQL server 2000.[quote]2. How do i decomission the SQL 2000 instance on the same box without affecting the 2005 instance?[/quote]Again, as SQL server 2005 is a differnet setup, it will not affect sql server 2000 instance. Once sql server 2005 instance is installed, shutdown sql server 2000 services and see if you are still able to access you new sql server 2005 instance and database. I think that will be safer than removing the databaseRegardsSachin</description><pubDate>Wed, 06 Feb 2008 01:14:34 GMT</pubDate><dc:creator>sachinsamuel1</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Thank you so much. You are very kind! Two more issues:1. I am installing the SQL 2005 instance on the same physical box containing SQL 2000 instance. Are there any special precautions i need to take?2. How do i decomission the SQL 2000 instance on the same box without affecting the 2005 instance?Thanks once again for your time. Expecting your reply,Victor</description><pubDate>Wed, 30 Jan 2008 14:23:49 GMT</pubDate><dc:creator>victsun</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Hi Victor,Below are the steps1) Install SQL Server 2005 as a different named instance. (If you have done it then you can ignore this step.)2) Once installed, install the latest service pack (SP2) for sql server 2005.3) You can also apply any hotfixes released after sp2. For the list you can check microsoft website.4) Take a backup of database from the sql server 2000 instance and restore it in SQL SERVER 2005 INSTANCE. This is very important for u. I think here you are doing the mistake. I think you are restoring it in OLD instance of SQL server 2000 only and viewing it from SQL server management studio.MAKE SURE You are connected to the new named instance of SQL server 2005 only.6) Change the compatibilty level of the database restored in the sql server 2005. (you can do it from SQL server management studio or can also execute the command mentioned in the article.)And you are done :).Make sure to create any dependent job or linked server if requried.Below are my comments for the issues.[quote]1. Outer join operators *= and =* are not supported in 90 compatibility mode[/quote]In SQL Server 2005, old method of writing Left outer join or Right outer join are not supported any more. You have to replace them with "Left outer join" and "Right Outer join" respectively.[quote]2. Upgrading will cause Full-Text Search to use instance-level, not global, word breakers and filters by default.[/quote]Incase you have full text index in your database then drop them before upgradin into SQL server 2005, else your upgradation can fail. Please read the article. I have mentioned the script to delete all full text indexes.Once the database is upgraded recreate the FT indices which were removed. So make sure to note tables and columns which have full indices before deleting them so that you can create them later.[quote]3. Column aliases in ORDER BY clause cannot be prefixed by table alias[/quote]If you have any query like,Select studentid, count(studentid) as the CountofStudents from students group by studentid order by CountofStudentsDoing an order by on alias created "CountofStudents" can work in SQL server 2000 but in case of SQL server 2005, it won't. So you have to mention the exact column name i.e "count(studentid)" and not the alias name.Hope that helps.RegardsSachin</description><pubDate>Wed, 30 Jan 2008 05:47:01 GMT</pubDate><dc:creator>Sachin Samuel-286731</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Thanks Sachin,I realy apprecaiate your timely response. I did a restore to ANOTHER location, dropped the old DB in sql 2000, and the instance in 2005 was dropped asl well. I will appreciate if you give me a step by step guide of how to do side-by-side upgrade using BACKUP of the DBs in the 2000 instance and RESTORE to the 2005 instance.I have two issues raised by upgrade advisor. They are:1. Outer join operators *= and =* are not supported in 90 compatibility mode2. Upgrading will cause Full-Text Search to use instance-level, not global, word breakers and filters by default3. Column aliases in ORDER BY clause cannot be prefixed by table aliasI will appreciate a quick responce. I am already in the project and need to resolve these issues. Regards,Victor</description><pubDate>Wed, 30 Jan 2008 00:46:52 GMT</pubDate><dc:creator>victsun</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>In side by side upgrade, sql server 2000 database never gets upgraded automatically. SQL 2000 Database need to be manually ported to the new verstion.I think, you viewed the old instance of SQL server 2000 using SQL server Management studio and thought it got upgraded. And then from Enterprise manager you droped the same database :(.I hope you have the backup. Restore the backup in the new instance you created and then change then compatibility level as mentioned in the &amp;#100;ocument.Let me know incase of any further query.RegardsSachin</description><pubDate>Tue, 29 Jan 2008 23:42:08 GMT</pubDate><dc:creator>sachinsamuel1</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Hi,Planning sql server 2000 upgrade to sql server 2005. I did a test side-by-side upgrade, installed the 2005 instance on the same box. Realized that the databases on the 2000 instance were automatically replicated to sql 2005. I did backup on sql 2000 and restored to sql 2005. Realized that when i dropped the DBs in the 2000 instance the same DBs in the 2005 instance were also dropped.Please help</description><pubDate>Tue, 29 Jan 2008 09:13:08 GMT</pubDate><dc:creator>victsun</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>The document is excellent!!! I need something like that, but i need to do a Side by Side Migration.Could you give some tips, best-practices,...Thank you;)</description><pubDate>Tue, 23 Oct 2007 11:40:17 GMT</pubDate><dc:creator>jrodolfoa</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>[font=Verdana]Hi,I restored SQL 2000 Database to SQL 2005 and wanna "Repopulate all Full Text catalogs".Please let me know how to do this.[/font]</description><pubDate>Tue, 25 Sep 2007 09:38:26 GMT</pubDate><dc:creator>kprabhakar1978</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Article is well structured, concise and to the point. It reflects a competency level of an author in this topic. I find it interesting and easy to digest inspite of a fact that the database upgradation has never been my cup of tea.I really wonder what would happens to a pre-compiled stored procedures which have been created by a user? Would there be any impact on those stored procedures ?Keep writing more stuff (:-RegardsDinesh</description><pubDate>Sun, 01 Jul 2007 01:22:00 GMT</pubDate><dc:creator>Dinesh-455184</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;Besides Sachin's guide, I'm also reviewing book "Microsoft SQL Server 2005 Unleashed" (SAMS pub) for the proper upgrade path, and find the information about Fulltext indexes conflicting.&lt;/P&gt;&lt;P&gt;While Sachin states Fulltext indexes should be completely removed before upgrading and recreated, the Unleashed text states these are taken care of in both Side-by-Side and In-Place upgrades:&lt;/P&gt;&lt;P&gt;From page 208 for Side-by_Side: "You might be wondering how the [Copy Database] wizard handles your full-text catalogs. Rest assured, they are imported by default during either a restore, an attach, or via the Copy Database Wizard..."&lt;/P&gt;&lt;P&gt;From page 217 for In-Place: "...When your upgrade of the database engine is complete, it is recommended that you perform the following on all databases (also recommended for side-by-side migration): -Repopulate your full-text catalogs. (This is automatically done for databases where Full-Text indexing was enabled prior to the upgrade.)..."&lt;/P&gt;&lt;P&gt;I did not find any reference in the Unleashed text about removing the full-text indexes prior upgrading at all.&lt;/P&gt;&lt;P&gt;What gives???&lt;/P&gt;&lt;P&gt;Thanks for your replies. Great article by the way.&lt;/P&gt;&lt;P&gt;Charlie S.&lt;/P&gt;</description><pubDate>Fri, 01 Jun 2007 10:02:00 GMT</pubDate><dc:creator>Carlos Sepulveda</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;The article is complete and it asissted me in doing the upgrade. I've asked my fellow consultants in my company to consider this article as the best practices for our team.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks for the hardwork that was necessary to create this article!!&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Fri, 18 May 2007 10:04:00 GMT</pubDate><dc:creator>Lee Davis-285380</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face="Times New Roman" size=3&gt;Nicely written article, gives a fair idea about SQL database upgrade.&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face="Times New Roman" size=3&gt;keep it up !!&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;/FONT&gt; &lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"&gt;&lt;FONT face="Times New Roman" size=3&gt;Mamta &lt;img src='images/emotions/wow.gif' height='20' width='20' border='0' title='Wow' align='absmiddle'&gt;&lt;/FONT&gt;&lt;/P&gt;</description><pubDate>Fri, 18 May 2007 02:28:00 GMT</pubDate><dc:creator>mamta patni</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>This article certainly highlights the difficulty of performing quality technology services when basic communications skills are substandard.  This article is a difficult read, not for the technical content, but for the grammatical errors, poor sentence structure and even spelling mistakes.  While the author's technical skills may be adequate, writing such an article to build a reputation, gain clients and impress others may have a very different effect.  Such an article should demonstrate a certain skill level in two areas, technology and communications. This author has one.  We should, and this board should, strive for excellence in both.</description><pubDate>Wed, 16 May 2007 06:26:00 GMT</pubDate><dc:creator>SRDEV</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Standard Edition + latest service pack.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description><pubDate>Wed, 16 May 2007 05:36:00 GMT</pubDate><dc:creator>Mark Lar</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;Which Edition of SQL server 2005, you have upgraded to?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;</description><pubDate>Wed, 16 May 2007 05:28:00 GMT</pubDate><dc:creator>Sachin Samuel-286731</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;Sachin&lt;/P&gt;&lt;P&gt;No, I can only see my BackupExec service and not my SQL2005 service via option 1!!&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" /&gt;&lt;v:shapetype id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"&gt; &lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;&lt;v:formulas&gt;&lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;&lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;&lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;&lt;/v:formulas&gt;&lt;v:path o:connecttype="rect" gradientshapeok="t" o:extrusionok="f"&gt;&lt;/v:path&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:lock aspectratio="t" v:ext="edit"&gt;&lt;/o:lock&gt;&lt;/v:shapetype&gt;&lt;/SPAN&gt;&lt;/P&gt;</description><pubDate>Wed, 16 May 2007 05:13:00 GMT</pubDate><dc:creator>Mark Lar</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;On clicking Surface area configuration link, a small window appears with the following links&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) Surface Area configuration for Service and connections.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2) Surface Area configuration for features.&lt;/P&gt;&lt;P&gt;Seems like you clicking only on second link to check for the services.&lt;/P&gt;&lt;P&gt;You can manage Sql Server 2005 services as well as remote connections from the first link.&lt;/P&gt;&lt;P&gt;Please let me know incase you have any query or need further clarifications.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description><pubDate>Wed, 16 May 2007 04:42:00 GMT</pubDate><dc:creator>Sachin Samuel-286731</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;Thanks Sachin&lt;/P&gt;&lt;P&gt;Sorry maybe I did not make myself quite clear. The surface area configurator does not find my sqlserver service, so I am unable to configure the service particularly email notifications.&lt;/P&gt;&lt;P&gt;How can I get it to find my sqlserver service?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description><pubDate>Wed, 16 May 2007 02:12:00 GMT</pubDate><dc:creator>Mark Lar</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;Surface area never displays your database. But the services installed on your box. It provides interface for enabling or disabling many Database Engine, Analysis Services, and Reporting Services features. Disabling unused features helps to secure your Microsoft SQL Server installations by reducing the SQL Server surface area.&lt;/P&gt;&lt;P&gt;Hope I answered your query.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;</description><pubDate>Wed, 16 May 2007 01:51:00 GMT</pubDate><dc:creator>Sachin Samuel-286731</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;We carried out an inplace upgrade and the database works fine, BUT, when we run the Surface Area Configurator the database is not found! Any ideas please?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description><pubDate>Wed, 16 May 2007 01:39:00 GMT</pubDate><dc:creator>Mark Lar</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;Excellent Article! Step by step details with snapshot that makes it easy for the first time user. Including all the details. &lt;/P&gt;&lt;P&gt;Keep it up!&lt;/P&gt;&lt;P&gt;Deepa&lt;img src='images/emotions/smile.gif' height='20' width='20' border='0' title='Smile' align='absmiddle'&gt;&lt;/P&gt;</description><pubDate>Tue, 08 May 2007 07:04:00 GMT</pubDate><dc:creator>Deepa V</dc:creator></item><item><title>RE: Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>&lt;P&gt;Perfect article..... Simple and easy to understand even for someone like me with little or no idea about SQL&lt;/P&gt;&lt;P&gt;Good Going Sachin &lt;img src='images/emotions/wink.gif' height='20' width='20' border='0' title='Wink' align='absmiddle'&gt;&lt;/P&gt;&lt;P&gt;GK&lt;/P&gt;</description><pubDate>Mon, 07 May 2007 06:01:00 GMT</pubDate><dc:creator>Gaurav Kohli-415349</dc:creator></item><item><title>Upgrading a Database SQL 2000 to SQL 2005</title><link>http://www.sqlservercentral.com/Forums/Topic363077-383-1.aspx</link><description>Comments posted here are about the content posted at &lt;A HREF="http://www.sqlservercentral.com/columnists/ssamuel/2987.asp"&gt;http://www.sqlservercentral.com/columnists/ssamuel/2987.asp&lt;/A&gt;</description><pubDate>Thu, 03 May 2007 11:45:00 GMT</pubDate><dc:creator>Sachin Samuel-286731</dc:creator></item></channel></rss>