Interview Question in SQL Server Management Studio


 

Interview Question :: Where can i find it


i m making a library mgmt system in visual studio enterprise edition..i want to use SQL Server as back end..but i even don't know the basics of sql server..i'll be very grateful if i could get a tutorial on how to connect with sql server,how to make tables in it,accessing records etc..
Answers to "Where can i find it"
RE: Where can i find it?

sql server is a database server, sql is also its own language so you will need to learn that as well. You can google it or go to a tech store and buy some books.
 
Vote for this answer ::  
RE: Where can i find it?

You'll need little detailed info about SQL Server itself, since you won't be using much of its built-in functionality (report writers, etc.) You will however need to have a good working knowledge of SQL (the query language) for making the queries you need correct. As for connecting to SQL server itself, passing query requests to it from VS and handling the response back, I would suggest checking your VS documentation or the MS knowledge base site for instructions relevant to your version of VS/SQL Server.
 
Vote for this answer ::  
RE: Where can i find it?

google it
 
Vote for this answer ::  
Update Alert Setting