Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 sql 2005 vs sql 7

Author  Topic 

esthera
Master Smack Fu Yak Hacker

1410 Posts

Posted - 2011-03-30 : 13:30:33
I have a program that is now on a shared hosting server in sql 7.
I have sql 7 enterprise manager which I can import and export and use all it's features

I have an option to move the database to sql 2005 but then I will just have the basic sql express management studio

what would you do? Is there a big enough advantage of sql 2005 to switch though I will lose the option of dts (which i don't think I can do from sql express and i'm not buying a full version now)

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-03-30 : 13:41:03
I'd definitely upgrade to 2005 Express edition over SQL 7 (any edition). The benefits of 2005 far out weigh the features you'd be losing from SQL 7.

Anything that DTS can do can easily be done in other ways that Express edition can do, such as bcp.exe/BULK INSERT.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2011-03-30 : 13:47:23
You can also buy SQL Server Developer Edition for $49 if you want the full tools. You just can't install the database engine in a production environment under that license. You'll also get the SSIS tools through Business Intelligence Studio.
Go to Top of Page

esthera
Master Smack Fu Yak Hacker

1410 Posts

Posted - 2011-03-31 : 01:39:42
You can also buy SQL Server Developer Edition for $49

Is this for client that I can use for all?

as it's on a hosted server so I have limits as well - can you do bcp from express on a shared server.
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2011-03-31 : 08:02:07
bcp can work with any SQL Server instance, as long as you have network access and the proper credentials. A shared machine will be accessed via IP address. The same applies for Management Studio and Express Tools.
Go to Top of Page

esthera
Master Smack Fu Yak Hacker

1410 Posts

Posted - 2011-03-31 : 08:27:24
so if i buy this $49 version I could then use it and be able to use the import features?
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2011-03-31 : 09:33:03
Yes. As I said earlier, the only restriction is using DB, Analysis Services, and other engine components in production.
Go to Top of Page
   

- Advertisement -