i have installed SQL and VS for several times before but this time when i install the SQL interface to the VS there is problems in Attaching Data Base or Restoring Backup and also when i make reports on VS in Wizard at the step of retrieving data ( Table,Function,Views,Stored Procedure) there is an error always occur in this step and i don get the chance to move forward , and the problem always about cannot get the SQL server or my be there is no SQL server

link|improve this question
have you considered to use SQLExpress2008 ? – BerggreenDK Nov 7 '10 at 23:52
i think the problem about the Configuration , but i don know it – Omneya Nov 7 '10 at 23:53
2  
Check that your SQL Server instance is running, and that you are connecting to the data source by the correct name, which is typically HOSTNAME\SQLEXPRESS for SQL Express server. – birryree Nov 7 '10 at 23:53
feedback

migrated from stackoverflow.com Nov 8 '10 at 11:21

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown