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.
Author |
Topic |
JamieDay
Starting Member
2 Posts |
Posted - 2009-09-01 : 11:27:59
|
I have been using Sql Server 2008 express on my PC. I have a data table that I wish to import that is >4GB, and Express can't handle it. What SQL server product will handle data tables of this size and allow me to run it on a PC?Thanks |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2009-09-01 : 12:01:33
|
Any non-Express edition will handle it. You could also split the data into multiple databases. |
|
|
JamieDay
Starting Member
2 Posts |
Posted - 2009-09-01 : 12:40:50
|
Thanks robvolk.Does this include SQL Server 2008 Developer? Do you know of a site that explains what Developer can do? |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2009-09-01 : 15:19:46
|
developer, is used to develop your design db on your workstation.When its ready to go live, you can export it to a server environment which runs, eitherexpress, workgroup, web, standard or enterprise |
|
|
shah429
Yak Posting Veteran
52 Posts |
Posted - 2009-09-04 : 04:38:51
|
quote: Originally posted by JamieDay Thanks robvolk.Does this include SQL Server 2008 Developer? Do you know of a site that explains what Developer can do?
Developer edition is same as that of Enterprise except for "Licensing". Developer is for Development purpose, you CAN'T go live with a developer edition. |
|
|
|
|
|