October 15, 2015 at 9:42 am
I would like to connect to real estate transaction data service (RETS), download data and do some calculations, set up alerts etc.
Is there a free version of SQL server that I can download and use? I already have Visual studio 2015.
Thank you in advance.
Jay
October 15, 2015 at 9:53 am
You can use either the SQL Server Express Edition which is free. It has several limitations, but for simple use, it should be fine.
October 15, 2015 at 10:01 am
sa02000 (10/15/2015)
I would like to connect to real estate transaction data service (RETS), download data and do some calculations, set up alerts etc.Is there a free version of SQL server that I can download and use? I already have Visual studio 2015.
Thank you in advance.
Jay
also, check your services on your machine ; Visual Studio typically silently installs SQL Server Express;
you may have it and not even be aware of it.
Lowell
October 15, 2015 at 10:12 am
Luis Cazares (10/15/2015)
You can use either the SQL Server Express Edition which is free. It has several limitations, but for simple use, it should be fine.
Where is the OR to match your EITHER, Luis? 🙂
October 15, 2015 at 10:24 am
Phil Parkin (10/15/2015)
Luis Cazares (10/15/2015)
You can use either the SQL Server Express Edition which is free. It has several limitations, but for simple use, it should be fine.Where is the OR to match your EITHER, Luis? 🙂
It was on the deleted suggestion on Evaluation or Developer editions, which might not be the correct options. And just to clarify, Developer is not free, but it's almost free. I'm not sure if the license would be adequate for this problem.
October 15, 2015 at 1:53 pm
Thank you for quick responses. Does it make a difference if I download 32 vs 64 bit?
Jay
October 15, 2015 at 2:07 pm
sa02000 (10/15/2015)
Thank you for quick responses. Does it make a difference if I download 32 vs 64 bit?Jay
Yes, 32-bit has several limitations listed in here: https://msdn.microsoft.com/en-us/library/ms143432(v=sql.120).aspx
However, a 64 bit version won't run on a 32 bit Windows.
The best option is to match the version of the SO.
October 15, 2015 at 2:30 pm
Luis Cazares (10/15/2015)
Phil Parkin (10/15/2015)
Luis Cazares (10/15/2015)
You can use either the SQL Server Express Edition which is free. It has several limitations, but for simple use, it should be fine.Where is the OR to match your EITHER, Luis? 🙂
It was on the deleted suggestion on Evaluation or Developer editions, which might not be the correct options. And just to clarify, Developer is not free, but it's almost free. I'm not sure if the license would be adequate for this problem.
If you have a 64 bit box, use the 64 bit version.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply