Re: Got an Exception error - still
- From: "Kalen Delaney" <replies@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 24 Nov 2006 09:39:45 -0800
It's possible you just installed the SQL 2005 tools. That would give you
Management Studio and an item in the Start Menu. Some people intentionally
just install the tools so it is considered a normal operation.
Look at your services list to see if the SQL 2005 service is listed. If so,
you'll can just register the SQL2005 server in SSMS. If not, you'll have to
re-install and make sure you don't just choose the tools.
Do you know what edition of SQL 2005 you were trying to install?
--
HTH
Kalen Delaney, SQL Server MVP
http://sqlblog.com
"Henry Jones" <henry@xxxxxxxx> wrote in message
news:%23Pg67Z%23DHHA.4928@xxxxxxxxxxxxxxxxxxxxxxx
I ran the query and this is what came back
Microsoft SQL Server 2000 - 8.00.194 (Intel X86) Aug 6 2000 00:57:48
Copyright (c) 1988-2000 Microsoft Corporation Personal Edition on Windows
NT 5.1 (Build 2600: Service Pack 2)
so it does look like I have SQL 2000 on the PC, but 2005 Management
Studio. So why don't I have SQL 2005 on my PC? If Management Studio is
alive and well shouldn't I have both 2000 and 2005?
In the Start Menu, I have "Microsoft SQL Server 2005" so I thought it was
installed.
Now I am more confused.
"Gail Erickson" <gaile@xxxxxxxxxxxxx> wrote in message
news:u1jsEbpDHHA.4256@xxxxxxxxxxxxxxxxxxxxxxx
Have you considered that perhaps your copy of the Adventureworks files
are corrupt?
Error 602 can certainly indicate database corruption, but it is also
returned when you try to attach a database that is a higher version than
the instance of SQL Server you're connect to.
You need to find out what version you're actually connecting to. My guessI think I have SQL 2005 Express and SQL 2005 on my PC.
is you're connected to an instance of SQL Server 2000.
What do you get when you run this query ?
SELECT @@VERSION
Gail Erickson [MS]
"Arnie Rowland" <arnie@xxxxxxxx> wrote in message
news:eNNwo3oDHHA.4280@xxxxxxxxxxxxxxxxxxxxxxx
Have you considered that perhaps your copy of the Adventureworks files
are corrupt?
--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to
the top yourself.
- H. Norman Schwarzkopf
"Henry Jones" <henry@xxxxxxxx> wrote in message
news:uHg4HjoDHHA.4312@xxxxxxxxxxxxxxxxxxxxxxx
On the screen to attach the database, the only choice is adding the
mdf. Once the mdf is chosen, both the mdf and ldf files appear below in
thebox.
I still get the error
"Jay B" <jayB@xxxxxxxxxxx> wrote in message
news:rz39h.37$UA5.32@xxxxxxxxxxxxxxx
there are 2 files that make up a database, the mdf and the ldf.
they act as a set.
Henry Jones wrote:
I got an error when I tried to attach to the database in the folder
that it was installed in.
"Could not find row in sysindex for database ID 9, object ID 1, index
ID 1. Run DBCC CHECKTABLE on sysindexes. Could not open new database
"AdventureWorks". CREATE DATABASE is aborted. (Microsoft SQL Server,
Error: 602)
"Jay B" <jayB@xxxxxxxxxxx> wrote in message
news:cp09h.26$UA5.8@xxxxxxxxxxxxxxx
simple. databases can be in any folder on your computer.
with that said, simply go to the databases node in the tree, right
click and use the ATTACH option, then sepecify the folder where you
have the adventureworks. if you want to move it, then move it
before attaching.
Henry Jones wrote:
I went to Microsoft downloads and downloaded the AdventureWorks.msi
file. When it ran, it says that it installed AdventureWorks.
I think I have SQL 2005 Express and SQL 2005 on my PC. There are
two directories: C:\Program Files\Microsoft SQL Server\MSSQL\Data
and C:\Program Files\Microsoft SQL Server\MSSQL.1\Data
The AdventureWorks has been placed in the C:\Program
Files\Microsoft SQL Server\MSSQL.1\Data directory, but when I bring
up SQL Server Management Studio, I don't see AdventureWorks. The
databases I have associated with this are all under the C:\Program
Files\Microsoft SQL Server\MSSQL\Data directory.
How can I import the table into SQL server and why did the MSI
install put it in the wrong place.
Thanks for any guidence and help on this "day before Thanksgiving"
.
- Follow-Ups:
- Re: Got an Exception error - still
- From: Henry Jones
- Re: Got an Exception error - still
- References:
- Trying to Install AdventureWorks in SQL 2005
- From: Henry Jones
- Re: Trying to Install AdventureWorks in SQL 2005
- From: Jay B
- Got an Exception error
- From: Henry Jones
- Re: Got an Exception error
- From: Jay B
- Re: Got an Exception error - still
- From: Henry Jones
- Re: Got an Exception error - still
- From: Arnie Rowland
- Re: Got an Exception error - still
- From: Gail Erickson
- Re: Got an Exception error - still
- From: Henry Jones
- Trying to Install AdventureWorks in SQL 2005
- Prev by Date: Re: Got an Exception error - still
- Next by Date: Re: Got an Exception error - still
- Previous by thread: Re: Got an Exception error - still
- Next by thread: Re: Got an Exception error - still
- Index(es):
Relevant Pages
|