Re: Stored Procedures Query
- From: "William \(Bill\) Vaughn" <billvaRemoveThis@xxxxxxxxxx>
- Date: Thu, 21 Sep 2006 09:33:47 -0700
http://msdn.microsoft.com/vstudio/products/compare/default.aspx. Sadly, "SQL
Server Support" does not kick in until the Professional edition. Again, the
SSMSE tools can create SPs. Actually, any version can create them--you just
have to roll your own CREATE PROCEDURE code--all the tools do is give you a
template and a way to insert an SQL into the code. Yes, VS pro and better
can step into a SP as well. But if you just need to create one, Visual
Notepad and SQLCMD can do that... ;)
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
"Adrian" <00@xxxxx> wrote in message
news:4512b686$0$728$5fc3050@xxxxxxxxxxxxxxxxxxxxxxxxxxx
I don't have a "free" version, I have the "Standard" version which wasn't
"free". However the "Add New Item" does not show "Stored Procedures" :(
Adrian.
"William (Bill) Vaughn" <billvaRemoveThis@xxxxxxxxxx> wrote in message
news:%23uXoAEZ3GHA.2228@xxxxxxxxxxxxxxxxxxxxxxx
The SQL Server Express Edition supports most of the functionality of thesupport
other versions--including stored procedures. The developer tools, however
are another matter. The free versions of Visual Studio have limited
of more of the advanced functions so you're going to want to download therights.
free SQL Server Management Studio Express from Microsoft.
hth
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no
__________________________________
"Adrian" <00@xxxxx> wrote in message
news:4512967e$0$718$5fc3050@xxxxxxxxxxxxxxxxxxxxxxxxxxx
Is it possible to use stored procedures with SQL Server 2005 express
edition?
1. In "Object Explorer" under "Databases" there is no pocket called
"Stored
Procedures". Is such a pocket available anywhere else?
2. Alternatively via C# Visual Studio (Standard Edition), if under
"Project"
I select "C#", there is no "Database", and from there I cannot select
""SQL
Server Project" So how - in Visual Studio - can I create a stored
procedure?
Many thanks,
Adrian.
.
- References:
- Re: Stored Procedures Query
- From: William \(Bill\) Vaughn
- Re: Stored Procedures Query
- Prev by Date: Re: Stored procedures
- Next by Date: Re: Creating a database
- Previous by thread: Re: Stored Procedures Query
- Next by thread: Re: Stored Procedures Query
- Index(es):
Relevant Pages
|
Loading