Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody
iam programming a client-server windows form application for first time
can you help me in answering these questions
1-iam planning to install sql server 2014 on server ,Does that include any additional steps vs steps to install it on a normal pc ?
2-my server operating system is windows server 2008 sp1 is it right to install
sql server 2014 on it or there is any other edition that works on servers
3-after installing sql server 2014 is there any additional steps i must handle
in order to connect to data except for connection string in my application which is developed using c#.net and Datacontext
Posted

1 solution

1 and 2) If in doubt, check the software requirements: http://msdn.microsoft.com/en-us/library/ms143506.aspx[^] they list the OS's that SQL Server 2014 supports. Versions of Windows Server 2008 are listed, but you may need to check the version and patch level.
3) Probably not, other than creating your database - which you can do in SSMS, Visual Studio, or programatically.
 
Share this answer
 
Comments
oula alsheikh 3-Jan-15 7:41am    
how can i add picture to question because i countered a problem and i cant express it by words
OriginalGriff 3-Jan-15 7:52am    
You can't.
This sight is Safe For Work - which mean sit isn't blocked by corporate "inappropriate site" firewalls. Unfortunately, there are far too many morons here who would find it amusing to post "inappropriate" material, and this site would rapidly become unavailable to developers when they need it as a result.
So no pictures, except in moderated areas like articles, where the moderators can reject them before publication.

Try to describe it...it may also focus your mind and you may see what teh problem is yourself!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900