Version,Sql server compability [Resolved]

Posted by Raja_89 under Visual Studio on 7/12/2016 | Points: 10 | Views : 2055 | Status : [Member] | Replies : 3
Hai
Could you tell me wheather Visual studio 2013 Professional supports Sql server 2014 express

Could you tell me the how to check the compability in general and
The above supports Win 10 os

like If i run the code in Visual studio 2010 shows an msg written in code developed in VS2010

Regards




Responses

Posted by: Rajnilari2015 on: 7/12/2016 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 50

Up
0
Down

Resolved
@Raja_89 , yes it supports. You can use either an Ado.net approach ( http://www.dotnetfunda.com/articles/show/1540/how-to-use-the-stored-procedure-in-adonet ) or an EF approach ( http://www.dotnetfunda.com/articles/show/3314/crud-using-code-first-approach-of-entity-framework-ef ) for the same and test it.

Though the links presented supports a different version of SQL Server but you just connect to the SQL Server 2014 Express edition and will get the same output.

Hope that helps.

--
Thanks & Regards,
RNA Team

Raja_89, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Raja_89 on: 7/13/2016 [Member] Starter | Points: 25

Up
0
Down
Hai Rajnilari2015

Thanks for you response
I searched for a day and gettting for support

System Configuration

Windows 10 64 bit

Visual studio 2013 Professional supports Sql server 2014 express

I hope Visual studio 2013 Professional supports Sql server 2014 express will be installed for windows 10 64 bit

Could you tell where find the complete requirements.



Is there any way to find the compability because i am searched for a long for other os supported from win 7 to win 8.1

Thus why i am asking


Thanks for your suggestion

Raja_89, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: TANMAY007100 on: 7/13/2016 [Member] Starter | Points: 25

Up
0
Down
Hey @Raja_89, I am using VS2010 on a Win 10 system with SQL Server 2008 R2 SP3 Express. I can tell you the compatibility, it is as follows:

Windows 7 through 10: SQL Server 2008 R2 SP1 (minimum), Visual Studio 2010 SP1 (minimum)

If you install a lower version or without a service pack it will provide you with a message "Comaptibilty issues with this application" but rest assured once you install newer service packs it will just work. Also the Service Packs of both VS2010 & SQL Server are freely available to download.

Hope this helps.

Raja_89, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response