|
-
May 28th, 2008, 11:36 AM
#1
Thread Starter
Junior Member
[RESOLVED] Can I get rid of SQL Express and use a full SQL Server in VS2008?
Hi,
I have a development server on my network which has a full copy of SQL Server 2005 running on it.
Is it possible to configure Visual Studio 2008 on my desktop PC to use SQL Server 2005 on my development server instead of the SQL Server Express edition that comes with Visual Studio and still have all the integrated database functionality that the VS IDE provides?
It just seems unnecessary to have the Express instance of SQL Server installed when I already have a development server available.
Thanks.
Last edited by MrLudwig; May 29th, 2008 at 01:13 PM.
-
May 28th, 2008, 12:47 PM
#2
Re: Can I get rid of SQL Express and use a full SQL Server in VS2008?
Are you running VS Express too or VS Std, Pro, etc?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
May 28th, 2008, 03:13 PM
#3
Thread Starter
Junior Member
Re: Can I get rid of SQL Express and use a full SQL Server in VS2008?
I'm using Visual Studio 2008 Pro.
-
May 29th, 2008, 02:38 AM
#4
Re: Can I get rid of SQL Express and use a full SQL Server in VS2008?
VS will talk to any SQL Server instance you tell it to. If you use the Data Source wizard you simply tell it which instance and database to access and it will create a connection in the Server Explorer. Alternatively you can add the connection to the Server Explorer yourself.
Just note that you cannot add an MDF database to your project in that case. Such a database must be attached at run time and only SQL Server Express can do that. You will need to connect to an existing database that's already attached to the server.
-
May 29th, 2008, 01:11 PM
#5
Thread Starter
Junior Member
Re: Can I get rid of SQL Express and use a full SQL Server in VS2008?
Thanks,
Manually setting up a connection to my development server worked perfectly.
I was initially trying to add a database file without SQL Express installed and so was getting an error.
Thanks for your help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|