|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server 2005 - newbie question
ive just installed my dev copy of SQL Server 2005. evidently it doesnt install the sample AdventureWorks db by default. unfortunately, installing it is proving to be somewhat troublesome. i have gone thru the Ad/Remove wizard and i now have the data files in this folder: Program Files\Microsoft SQL Server\90\Tools\Samples\AdventureWorks OLTP \ .....now i need to attach it or whatnot. in that folder there is an attach script, "instawdb.sql". attempts to execute this bring up, naturally enough, a connect prompt. however, there would appear to be no dbs for me to connect to -- not even a "local". how do i install/enable/configure a local server instance? one that will then allow me to connect to it and run the attach script.. thanks, sm Do you mean there are no SQL Server instances to connect to? A db is an
entity within a SQL Server instance. You log in to the instance and usually that is what is specified in the connection box. What do you do in the connection box? Are you getting an error when you try to connect? If so, what does it say? If you think you have successfully installed your SQL Server 2005, perhaps the service hasn't been started. You can use SQL Server Configuration Manager to start the SQL Server service. -- Show quoteHide quoteHTH Kalen Delaney, SQL Server MVP www.InsideSQLServer.com http://sqlblog.com <spacemar***@mailinator.com> wrote in message news:1178224891.262428.93010@n59g2000hsh.googlegroups.com... > hello, > > ive just installed my dev copy of SQL Server 2005. evidently it doesnt > install the sample AdventureWorks db by default. unfortunately, > installing it is proving to be somewhat troublesome. > > i have gone thru the Ad/Remove wizard and i now have the data files in > this folder: > > Program Files\Microsoft SQL Server\90\Tools\Samples\AdventureWorks OLTP > \ > > ....now i need to attach it or whatnot. in that folder there is an > attach script, "instawdb.sql". attempts to execute this bring up, > naturally enough, a connect prompt. > > however, there would appear to be no dbs for me to connect to -- not > even a "local". how do i install/enable/configure a local server > instance? one that will then allow me to connect to it and run the > attach script.. > > > thanks, > sm > On May 3, 5:32 pm, "Kalen Delaney" <replies@public_newsgroups.com> yes, sorry for the ambiguity in my post, but i need to install/enable/wrote: > Do you mean there are no SQL Server instances to connect to? A db is an configure a local server instance. for whatever reason, merely installing studio did not perform this action -- i have no instances to connect to, no local. using SQL Server Configuration Manager, i click on "SQL Server 2005 Services", and i have no items under it -- apparently no services to start. it almost looks like only client tools were installed, but not actual SQL Server. is there a dev release that does this? our copy came on cd from our msdn flipbook. thanks sm It sure sounds like only the client tools were installed. I have no idea
what edition comes with the 'msdn flipbook', but it might be one that is incompatible with your OS, so only the tools are able to be installed. Is there any info on the CD about what edition of SQL Server is on the CD, or is there an MSDN disk number? What OS are you using? -- Show quoteHide quoteHTH Kalen Delaney, SQL Server MVP www.InsideSQLServer.com http://sqlblog.com <spacemar***@mailinator.com> wrote in message news:1178291759.014902.216970@l77g2000hsb.googlegroups.com... > On May 3, 5:32 pm, "Kalen Delaney" <replies@public_newsgroups.com> > wrote: >> Do you mean there are no SQL Server instances to connect to? A db is an > > yes, sorry for the ambiguity in my post, but i need to install/enable/ > configure a local server instance. for whatever reason, merely > installing studio did not perform this action -- i have no instances > to connect to, no local. > > using SQL Server Configuration Manager, i click on "SQL Server 2005 > Services", and i have no items under it -- apparently no services to > start. > > it almost looks like only client tools were installed, but not actual > SQL Server. is there a dev release that does this? our copy came on cd > from our msdn flipbook. > > > thanks > sm > On May 4, 12:50 pm, "Kalen Delaney" <replies@public_newsgroups.com> yep, only the client tools were installed. i guess somehow i missedwrote: > It sure sounds like only the client tools were installed. I have no idea > what edition comes with the 'msdn flipbook', but it might be one that is > incompatible with your OS, so only the tools are able to be installed. > > Is there any info on the CD about what edition of SQL Server is on the CD, > or is there an MSDN disk number? one of the initial checkboxes. problem solved! thanks sm
Other interesting topics
SQL Server 2005 Linked Server IDENTITY_INSERT
how can I tell if a query is running Case Statement Woes Difference between Index & Statistics CR & LF Problems SQL Server 2005 Sgent will not start - Service Time out error CPU usage and troubleshoot (sp_who2, profiling) How to read SQL file ? Outer Join Problem - hardest query ever? Could not allocate space for object 'xxx' in database 'abc' becaus |
|||||||||||||||||||||||