I am not getting option of SQL server.
-
From Data menu when I select Add new data source. I get wizard which shows 3 options , after selecting database as first option It shows second page Of new connection,I get Add Connection box. On which change Button gives list of available databases. (All this for first chapter of ADO.net step by step.) I have installed SQL server 2005.net,VC#2005.net still it does not show SQL server option in list. It just shows Microsoft SQL server database file,which is of no use. Will any one will help me for same. When I open SQL server 2005,it really does not have anything like Query analyser or Enterprise Manager.
|| ART OF LIVING ||
-
From Data menu when I select Add new data source. I get wizard which shows 3 options , after selecting database as first option It shows second page Of new connection,I get Add Connection box. On which change Button gives list of available databases. (All this for first chapter of ADO.net step by step.) I have installed SQL server 2005.net,VC#2005.net still it does not show SQL server option in list. It just shows Microsoft SQL server database file,which is of no use. Will any one will help me for same. When I open SQL server 2005,it really does not have anything like Query analyser or Enterprise Manager.
|| ART OF LIVING ||
You really need to RTFM rather badly. SQL Server 2005 == Microsoft SQL Server. SQL Server management Studio ~= Enterprise manager + query Analyzer. There is no such thing as SQL Server 2005.net (drop the .net). sounds like the book you chose is a crappy one. Using the wizards is always a bad Idea, since you never get a real idea of how the code should be done, but a least common denominator solution instead.