Hello
I have created a database named as Example in sql server 2008
now I want to connect this DB in Visual studio 2008
so I had followed the following steps :-
1. On server explorer right click on Data Connections select Add Connection
2. choose Data Sourse as Microsoft SQL Server & Data Provider as .Net framework data provider for sql
3. Then add server name example: myComputerName\SQLEXPRESS
4. when I choose Select or enter database name option at this point it's not showing me Example database
but showing only system database names (master,model,msdb,tempdb) I am using windows authencation
why it is not showing Example database name into dropdownlist
how to resolve this problem please help me