Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 26th, 2007, 04:43 AM
Authorized User
 
Join Date: May 2004
Posts: 73
Thanks: 0
Thanked 1 Time in 1 Post
Default SQL Sever 2005 Express Edition

Hi guys,

I have installed Visual Studio 2005 and also selected SQL Sever Express edition during installation. Now i don't know how to connect to SQL Sever Express. I don't even know if it is any light weight database engine or just an interface from within Visual Studio to connect to an existing SQL Sever database. Please help me about this and i will appreciate any links on the net about its help. thanks



BaburMan
__________________
BaburMan
 
Old June 28th, 2007, 09:04 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

SQL Server Express is a lightweight SQL engine. It dynamically attaches to mdf files so you can specify the files themselves in the connection string (vs. a database name in the full version engines).

How to connect:
http://www.google.com/search?q=conne...ss&btnG=Search



-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL Server 2005 Express Edition: Error message jsbotts713 SQL Server 2005 1 September 26th, 2007 02:03 PM
SQL 2005 Express Edition Maxxim SQL Language 2 February 5th, 2007 05:19 PM
Is C# 2005 Express Edition enough? eqv41dp C# 2005 0 January 4th, 2007 01:41 AM
SQL Server 2005 Express Edition vs. Released maitthm SQL Server 2005 3 March 31st, 2006 11:40 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.