DataBase - Upgrade DB version from SQL Server 2000 to SQL Server 2005

Asked By arielq
02-Feb-09 12:12 PM
Hi, I have a deployment with GP 9.0 SP3 with SQL Server 2000. I want to
upgrade de Database engine to SQL Server 2005 in order to use SQL Server
Analysis Services, SQL Server Integration Services and SQL Server Reporting
Services.

What can I do to accomplish this DB Upgrade? Do anyone have the formal set
of steps to execute?

Please help me!!!!!!
SQL Server 2005
(1)
SQL Server 2000
(1)
Database
(1)
Blogster
(1)
Handbook
(1)
Mariano
(1)
Gomez
(1)
Prerequisites
(1)
  MarianoGome replied...
02-Feb-09 02:00 PM
I am sure others will have more suggestions for you, but here is what I
recommend for a smooth upgrade to SQL Server 2005 from SQL Server 2000.

1) Make sure you have all your database backups in place

2) Install the SQL Server 2005 Upgrade Advisor. I use it to make sure I have
all prerequisites in place before attempting the upgrade (service packs, .NET
framework, memory, space, etc.). You can obtain a copy of SQL Server 2005
Upgrade Advisor at
http://www.microsoft.com/downloads/details.aspx?familyid=1470e86b-7e05-4322-a677-95ab44f12d75&displaylang=en

3) Have a test environment that is as close as possible to your production
environment. This will ensure you are testing with the latest data and
perhaps, the latest configuration options.

4) Run your test upgrade and evaluate results

5) Run your production upgrade

You can also find more upgrade information in the "SQL Server 2005 Upgrade
Handbook" article available at
http://www.microsoft.com/technet/prodtechnol/sql/2005/sqlupgrd.mspx

Best regards,
--
MG.-
Mariano Gomez, MIS, MCP, PMP
Maximum Global Business, LLC
http://www.maximumglobalbusiness.com
The Dynamics GP Blogster at http://dynamicsgpblogster.blogspot.com
  arielq replied...
02-Feb-09 02:29 PM
Mariano, thanks for your help, but I know those steps are related with SQL
Server. But, related with GP, is there any special consideration?

I mean, let's suppose the SQL Upgrade process works fine. In that case, GP
users will work without problems? Should some utilities or stored procedures
must be executed?

Is there any documentation related with this task.
  arielq replied...
02-Feb-09 02:30 PM
Mariano, thanks for your help, but I know those steps are related with SQL
Server. But, related with GP, is there any special consideration?

I mean, let's suppose the SQL Upgrade process works fine. In that case, GP
users will work without problems? Should some utilities or stored procedures
must be executed?

Is there any documentation related with this task?
  MarianoGome replied...
02-Feb-09 02:48 PM
There are no specific requirements for GP as long as you only upgrading the
database server.

Best regards,
--
MG.-
Mariano Gomez, MIS, MCP, PMP
Maximum Global Business, LLC
http://www.maximumglobalbusiness.com
The Dynamics GP Blogster at http://dynamicsgpblogster.blogspot.com
  Istkhar Ahmed Sma replied...
03-Feb-09 11:33 PM
Dear, nothing required for GP, just up-grade sql 2000 to sql2005 but i
suggest u no need to up-grade sql2000, just install new instance of
sql2005 on same machine and after this download capturelogin.sql
script from microsoft site and run against master database in server
sql2000 but before running this script please open and read
instruction which already defined my MS and after running this script,
run this script output against master database in sql2005 and after
this open ur gp make a new connection with ur newly created instance
name for sql2005, login as "sa", then goto tools>system>users and open
one by one user and press save button.

BR,
SMA

L
P
res
have
, .NET
05
..
ion
ade
to
ver
orting
l set
Create New Account
help
Might be outgrowing Access but daunted by SQL Server DataBase I am close to completing the consolidation of various small Access databases and a couple of Excel spreadsheets that my little company uses (5 staff) into an all encompasing Access database and I was planning on splitting the database when I was finished to allow simaltaneous use of it by staff on our small to me that I am going to need to give staff access to this new database from remote locations (outside of our office network). Two staff members are regularly overseas, one been playing around with trying to link tables from remote locations (ftp path of the database on our Network Storage Device at the office) and needless to say - that do not spent the last 10 hours downloading, installing and trying to get my head around Microsoft SQL Server 2008 Express and how it might help me out. It all started when I
SQL query slow DataBase Hi In the code below I found that it takes 1.3 seconds to load to split it up or cancel the query? And can I read this faster? string sql = EquipmentID(Equipment) + StartDate.ToOADate().ToString(FloatFormat, myCulture) + EndDate.ToOADate().ToString(FloatFormat, myCulture); sql + = " group by event_id, name"; _Log("Calc thread #2"); OleDbCommand com = new OleDbCommand(sql, con); _Log("Calc thread #3"); From #2 to #3 it takes 1.3 seconds. Remaing less that 0.1 second. So the query is what slows it down. Access Discussions SQL Server (1) Linson Unlike Albert D. Kallal (1) MySQL (1) Windows Server 2003 (1) Visual Studio (1) SharePoint (1) NHibernate (1) Microsoft SQL Server (1) Hi, Besides
SQL Server DataBase Hall?schen, ich habe mit einem SQL Server noch nie was am Hut gehabt. Alles was ich bisher gemacht hatte, da war Access immer ausreichend. Nun aber ist eine Anforderung, das ein Backend auf einem SQL-Server laufen soll, wobei dar?ber noch nicht fertig diskutiert ist. Ich habe da noch eine alte Vollversion von VB6, dort ist ein SQL-Server dabei (fracht mich aber nicht welche Version, der Karton mit der VB6 steht noch
Aaron Kempf's MCITP DBA proof DataBase https: / / mcp.microsoft.com / authenticate / validatemcp.aspx transcript: 944364 AccessCode: helloworld Access Discussions SQL Server 2008 R2 (1) SQL Server 2008 (1) SQL Server 2005 (1) Microsoft SQL Server Reporting Services (1) Regards Larry Linson Microsoft Office Access (1) Bing
Cannot link to SQL server DataBase Can any of you guys help? I am new to using SQL Server. I have a database that I wish to upsize from Access to put the back end on a server, and use Access as a front-end. However, I am stuck at the very first stage - I cannot link Access to the SQL server. I am using SQL Server Management Studio on a single computer for development purposes