Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 922363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:01:05+00:00 2026-05-15T19:01:05+00:00

I am doing a project of web application. I am still a beginner and

  • 0

I am doing a project of web application. I am still a beginner and have certain query. please let know what all steps i need to take up..

  • Whether SQL SERVER 2005 can be used with Visual studio 2008?
  • I have the above mentioned software’s installed. I installed Visual studio 2008 professional edition and which atuomatically installed Sql server 2005.
  • How should i start the connection. I did start SQL server 2005 service by running the SQL server (SQLEXPRESS)
  • The main thing is i need to create tables in the backend database whcich i can use in visual studio ’08.

Please help me with this problems.. Thank you in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T19:01:05+00:00Added an answer on May 15, 2026 at 7:01 pm

    To create tables you should use SQL Management Studio (an Express edition is available).

    To easily interact with these tables in Visual Studio, right click on your project, go Add New Item -> Data -> LINQ to SQL Classes (call it DB.dbml or Base.dbml or something similar).

    Now go View on the top menu -> Server Explorer.

    Right Click on Data Connections -> Add Connection -> Microsoft SQL Server -> Put your Server Name (probably YOUR-PC\SQLEXPRESS), Select your database.

    Now you can drag tables onto the dbml workspace.

    Now build, and you can reference your tables in code like this:

    DBDataContext db = new DBDataContext();
    Car[] cars = db.Cars.Where(c => c.Make = "Ford").ToArray();
    

    You might need to enable TCP/IP and Named Pipes for your SQL Server Express using the SQL Configuration Manager (Google for more details).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a small project I am doing in Python using web.py. It's a
I'm starting a Web Application project in Java and I've been doing some research
So I have been trying to create a new RESTfull web application project in
Part of my project wrote all their code in C#. Our web application is
I've been doing some Web-Projects lately that rely on heavy Data-Binding and have been
I'm doing a project in seam that requires restful URLs. I have a view
I'm on a project doing an iPhone application. We had a Cocoa consultant come
For a project I am doing I need to manually create a .net project.
I keep running into all sorts of nuances between the web site project versus
I have a couple of classes that I have created for my web project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.