|
-
Feb 4th, 2008, 02:23 AM
#1
Thread Starter
Addicted Member
SQL Server or Visual Studio for database? Want to put VB front end onto it
I have installed both SQL Server Express and Visual Studio 2008 (Trial).
Which do I use to actually design database tables and queries? It seems I can use both? A few people have already stated the I use SQL Server, but am I right or wrong in thinking I can do it in either?
I ask becuase I want to put a VB front end onto it.
-
Feb 4th, 2008, 07:40 AM
#2
Re: SQL Server or Visual Studio for database? Want to put VB front end onto it
Yes, you can use both. In fact, I would suggest housing your queries in stored procedures, and call them from your VB.NET front end.
-
Feb 4th, 2008, 12:43 PM
#3
Thread Starter
Addicted Member
Re: SQL Server or Visual Studio for database? Want to put VB front end onto it
Thanks! Thats cleared that up! So I take it the two programs have basically the same functions and methods of writing at least a basic database?
-
Feb 4th, 2008, 01:54 PM
#4
Re: SQL Server or Visual Studio for database? Want to put VB front end onto it
Yes, And no..... currently (unless it changed in 2008 and I haven't found it yet).... when you create a stored proc in VS, there isn't a way to run it to get it into the database (or update it).... that still requires using Management Studio....
-tg
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
|