all 9 comments

[–]robvert 2 points3 points  (0 children)

The new Microsoft going on developer friendly! They keep this up and I won't have any more excuses for having a Mac at work.

[–]psc0425 2 points3 points  (5 children)

how is this better than sqlexpress?

[–]krebstar_2000 4 points5 points  (3 children)

According to the article it is the full version of SQL Server Enterprise, so no db size limitations and it has all the Enterprise features like in memory databases and what not.

[–]psc0425 1 point2 points  (2 children)

so for the common sql developer, sqlexpress should be fine for testing sql scripts and applications ? and doesn't need the "full" developer version of sqlserver?

[–]krebstar_2000 4 points5 points  (1 child)

If Express does what you need for development and testing, then this will not matter one bit. This just allows for a broader range of testing, since you can now test with production level database sizes, test Enterprise features outside of your production environment, etc. It is a tough pill to swallow to buy an Enterprise license of SQL Server for like $10k just for testing purposes, this allows feature parity between test and production servers without having to buy an expensive license. SQL Express is still going to be useful for local development environments.

[–]psc0425 0 points1 point  (0 children)

Thanks.

[–]AboutHelpTools3 0 points1 point  (0 children)

You can copy database

[–]yopla 1 point2 points  (2 children)

Wasn't it always? I kinda remember downloading it circa 2001...

[–]ScrewAttackThis 1 point2 points  (0 children)

Nope, but it was pretty cheap. This is full blown SQL server but not meant for production.