Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Local Log in for Enterprise manager

Status
Not open for further replies.

cpitc

IS-IT--Management
Dec 20, 2009
77
GB
I have a laptop with SQL Enterprisr manager loaded. My log ins only relate to my work place. Is there a way where I can open it open locally so i can make my own databses and perhaps load the Northwind databse.

Please advise anyone, Thanks
 
If you want Northwind so that you can learn how to use SQL, I would suggest a different approach.

I would recommend that you load a newer version of SQL instead. Enterprise Manager shipped with SQL2000 (a 10 year old database). Microsoft has distributed 2 version upgrades since then. There is SQL2005 and SQL2008. Both of the newer version offer free database engines (with very modest restrictions). I would encourage you to do a google search on "SQL Express 2008 Download". You will want to download and install the database engine AND the management studio. These are separate downloads, so make sure you get both.

-George

"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
Its actually 2005 I need and it is so I can prepare a training course wiithout network connection. I assume it will be the same SQL Express 2005 Database engine and then Management Studio. Do you know any good links?

I will take a browse anyway
 
Hi

Thanks for your replies, Got both downlaoded and set up now.
 
Hi

Following on from this, I have now examined more closely the express edition of 2005 I have noticed it does not have Management options. So I can not for example show Scheduled Tasks.

Do you know of any free download for the SQL 2005 Management Studio that will incliude all tools? if so could you supply the link please.

Thanks
 
It's the SQL agent service that allow for scheduled tasks. The agent was included in MSDE 2000, but Microsoft decided to remove it from sqlexpress (both 2005 & 2008). It's a shame too because it's a really handy thing to have around.

There is a developer edition of SQL Server that does include the agent, but it's not free. Last time I checked, it was about $50.

I have about 150 customers that are using SQL Express. What I do is to create a .bat file that contains a call to SQLCMD. I then use the windows task scheduler to call the batch file instead of using SQL Agent. It tales a little longer to set up, but it works just as well.

It's something to consider.

-George

"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top