472,143 Members | 1,301 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,143 software developers and data experts.

VS.Net - Opening SQLS2k Stored Procedures in the IDE

I can't seem to open SQLS2k Stored Procedures in the IDE

I am running MDE 2003 Version 7.1.3088
I have a MSDN professional subscription and did a complete install of
vs.net

Help explains how to do it:

1. In Server Explorer, expand the Stored Procedures folder.
2. Double-click the name of the stored procedure you want to open.
-or-
Right-click the name of the stored procedure that you want to open,
and then choose Open on the shortcut menu.
The stored procedure is opened in a text editor that you can use to
edit the SQL statements.

In tutorials I have seen the stored procedure was dragged into the
work area.

None of that works!

When I Double-click the stored procedure it just expands to show the
parameters

When I Right-click the name of the stored procedure the shortcut menu
shows
Run Stored Procedure
Refresh
Copy
Properties

When I drag the stored procedure into the work area it gives me that
circle with slash (the 'can't' or 'no' sign)

Other related functionality; i.e. Creation of Stored procedures is
likewise un available.

What should I do to gain this functionally?
Jul 21 '05 #1
7 1513
Are you in a database project? In any event, you should consider using
the Query Analyzer (and the other SQL Server client tools like
Enterprise Manager) for creating database objects because they have
more complete functionality for creating, securing, optimizing and
securing SQL Server objects.

--Mary

On 24 Oct 2004 20:54:36 -0700, db*********@hotmail.com (Douglas
Buchanan) wrote:
I can't seem to open SQLS2k Stored Procedures in the IDE

I am running MDE 2003 Version 7.1.3088
I have a MSDN professional subscription and did a complete install of
vs.net

Help explains how to do it:

1. In Server Explorer, expand the Stored Procedures folder.
2. Double-click the name of the stored procedure you want to open.
-or-
Right-click the name of the stored procedure that you want to open,
and then choose Open on the shortcut menu.
The stored procedure is opened in a text editor that you can use to
edit the SQL statements.

In tutorials I have seen the stored procedure was dragged into the
work area.

None of that works!

When I Double-click the stored procedure it just expands to show the
parameters

When I Right-click the name of the stored procedure the shortcut menu
shows
Run Stored Procedure
Refresh
Copy
Properties

When I drag the stored procedure into the work area it gives me that
circle with slash (the 'can't' or 'no' sign)

Other related functionality; i.e. Creation of Stored procedures is
likewise un available.

What should I do to gain this functionally?


Jul 21 '05 #2
Mary,

Thank you for your reply.

Yes I am using SQLS2k.

I certainly can use Query Analyser, and it is local on this machine.
However since the IDE is supposed to be integrated with SQLS2k I was
wanting to explore that functionality.

(The fact is I have two systems with VS.Net and SQLS2k installed, A
laptop (WinXP) and a server (WinSBS2k3 Premium). Both of these are
missing the funcionality I referred to.)

With your advice I will consider putting my efforts exclusively to
using Query Analyser.

Could you direct me toward articles or resources on the "Best
Practices" of developing db windows form projects with VB.Net and
SqlS2k?

Thank you,
Doug
Mary Chipman <mc***@online.microsoft.com> wrote in message news:<nm********************************@4ax.com>. ..
Are you in a database project? In any event, you should consider using
the Query Analyzer (and the other SQL Server client tools like
Enterprise Manager) for creating database objects because they have
more complete functionality for creating, securing, optimizing and
securing SQL Server objects.

--Mary

On 24 Oct 2004 20:54:36 -0700, db*********@hotmail.com (Douglas
Buchanan) wrote:
I can't seem to open SQLS2k Stored Procedures in the IDE

I am running MDE 2003 Version 7.1.3088
I have a MSDN professional subscription and did a complete install of
vs.net

Help explains how to do it:

1. In Server Explorer, expand the Stored Procedures folder.
2. Double-click the name of the stored procedure you want to open.
-or-
Right-click the name of the stored procedure that you want to open,
and then choose Open on the shortcut menu.
The stored procedure is opened in a text editor that you can use to
edit the SQL statements.

In tutorials I have seen the stored procedure was dragged into the
work area.

None of that works!

When I Double-click the stored procedure it just expands to show the
parameters

When I Right-click the name of the stored procedure the shortcut menu
shows
Run Stored Procedure
Refresh
Copy
Properties

When I drag the stored procedure into the work area it gives me that
circle with slash (the 'can't' or 'no' sign)

Other related functionality; i.e. Creation of Stored procedures is
likewise un available.

What should I do to gain this functionally?

Jul 21 '05 #3
Here's a good link for best practices for SQLS 2k apps:
http://www.microsoft.com/technet/pro.../sp3sec03.mspx

Also, read up on www.microsoft.com/sql and
http://msdn.microsoft.com/sql/, which is the SQLS developer center.
The .NET developer center is at
http://msdn.microsoft.com/netframework/, and www.gotdotnet.com has
additional resources.

Also, if you do want to use VS.NET, create a database project --
that's where you get the most functionality.

On 25 Oct 2004 22:23:59 -0700, db*********@hotmail.com (Douglas
Buchanan) wrote:
Mary,

Thank you for your reply.

Yes I am using SQLS2k.

I certainly can use Query Analyser, and it is local on this machine.
However since the IDE is supposed to be integrated with SQLS2k I was
wanting to explore that functionality.

(The fact is I have two systems with VS.Net and SQLS2k installed, A
laptop (WinXP) and a server (WinSBS2k3 Premium). Both of these are
missing the funcionality I referred to.)

With your advice I will consider putting my efforts exclusively to
using Query Analyser.

Could you direct me toward articles or resources on the "Best
Practices" of developing db windows form projects with VB.Net and
SqlS2k?

Thank you,
Doug
Mary Chipman <mc***@online.microsoft.com> wrote in message news:<nm********************************@4ax.com>. ..
Are you in a database project? In any event, you should consider using
the Query Analyzer (and the other SQL Server client tools like
Enterprise Manager) for creating database objects because they have
more complete functionality for creating, securing, optimizing and
securing SQL Server objects.

--Mary

On 24 Oct 2004 20:54:36 -0700, db*********@hotmail.com (Douglas
Buchanan) wrote:
>I can't seem to open SQLS2k Stored Procedures in the IDE
>
>I am running MDE 2003 Version 7.1.3088
>I have a MSDN professional subscription and did a complete install of
>vs.net
>
>Help explains how to do it:
>
>1. In Server Explorer, expand the Stored Procedures folder.
>2. Double-click the name of the stored procedure you want to open.
>-or-
>Right-click the name of the stored procedure that you want to open,
>and then choose Open on the shortcut menu.
>The stored procedure is opened in a text editor that you can use to
>edit the SQL statements.
>
>In tutorials I have seen the stored procedure was dragged into the
>work area.
>
>None of that works!
>
>When I Double-click the stored procedure it just expands to show the
>parameters
>
>When I Right-click the name of the stored procedure the shortcut menu
>shows
> Run Stored Procedure
> Refresh
> Copy
> Properties
>
>When I drag the stored procedure into the work area it gives me that
>circle with slash (the 'can't' or 'no' sign)
>
>Other related functionality; i.e. Creation of Stored procedures is
>likewise un available.
>
>What should I do to gain this functionally?


Jul 21 '05 #4
You need the enterprise version of VS.Net. The Pro version works with MSDE.

--

HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc.(www.s2i.com)
"Douglas Buchanan" <db*********@hotmail.com> wrote in message
news:72**************************@posting.google.c om...
I can't seem to open SQLS2k Stored Procedures in the IDE

I am running MDE 2003 Version 7.1.3088
I have a MSDN professional subscription and did a complete install of
vs.net

Help explains how to do it:

1. In Server Explorer, expand the Stored Procedures folder.
2. Double-click the name of the stored procedure you want to open.
-or-
Right-click the name of the stored procedure that you want to open,
and then choose Open on the shortcut menu.
The stored procedure is opened in a text editor that you can use to
edit the SQL statements.

In tutorials I have seen the stored procedure was dragged into the
work area.

None of that works!

When I Double-click the stored procedure it just expands to show the
parameters

When I Right-click the name of the stored procedure the shortcut menu
shows
Run Stored Procedure
Refresh
Copy
Properties

When I drag the stored procedure into the work area it gives me that
circle with slash (the 'can't' or 'no' sign)

Other related functionality; i.e. Creation of Stored procedures is
likewise un available.

What should I do to gain this functionally?

Jul 21 '05 #5
Eric,

That's strange! It does so many other things with SqlS2k.

Can you please direct me to a help page or some other resource that
specifies just what each versions can and can't do.

--Douglas

"Éric Moreau [VB MVP]" <er************************@videotron.ca> wrote in message news:<Po*********************@wagner.videotron.net >...
You need the enterprise version of VS.Net. The Pro version works with MSDE.

--

HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc.(www.s2i.com)
"Douglas Buchanan" <db*********@hotmail.com> wrote in message
news:72**************************@posting.google.c om...
I can't seem to open SQLS2k Stored Procedures in the IDE

I am running MDE 2003 Version 7.1.3088
I have a MSDN professional subscription and did a complete install of
vs.net

Help explains how to do it:

1. In Server Explorer, expand the Stored Procedures folder.
2. Double-click the name of the stored procedure you want to open.
-or-
Right-click the name of the stored procedure that you want to open,
and then choose Open on the shortcut menu.
The stored procedure is opened in a text editor that you can use to
edit the SQL statements.

In tutorials I have seen the stored procedure was dragged into the
work area.

None of that works!

When I Double-click the stored procedure it just expands to show the
parameters

When I Right-click the name of the stored procedure the shortcut menu
shows
Run Stored Procedure
Refresh
Copy
Properties

When I drag the stored procedure into the work area it gives me that
circle with slash (the 'can't' or 'no' sign)

Other related functionality; i.e. Creation of Stored procedures is
likewise un available.

What should I do to gain this functionally?

Jul 21 '05 #6
See
http://msdn.microsoft.com/library/de...lseditions.asp

--

HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc.(www.s2i.com)
"Douglas Buchanan" <db*********@hotmail.com> wrote in message
news:72*************************@posting.google.co m...
Eric,

That's strange! It does so many other things with SqlS2k.

Can you please direct me to a help page or some other resource that
specifies just what each versions can and can't do.

--Douglas

"Éric Moreau [VB MVP]" <er************************@videotron.ca> wrote in
message news:<Po*********************@wagner.videotron.net >...
You need the enterprise version of VS.Net. The Pro version works with
MSDE.

--

HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc.(www.s2i.com)
"Douglas Buchanan" <db*********@hotmail.com> wrote in message
news:72**************************@posting.google.c om...
> I can't seem to open SQLS2k Stored Procedures in the IDE
>
> I am running MDE 2003 Version 7.1.3088
> I have a MSDN professional subscription and did a complete install of
> vs.net
>
> Help explains how to do it:
>
> 1. In Server Explorer, expand the Stored Procedures folder.
> 2. Double-click the name of the stored procedure you want to open.
> -or-
> Right-click the name of the stored procedure that you want to open,
> and then choose Open on the shortcut menu.
> The stored procedure is opened in a text editor that you can use to
> edit the SQL statements.
>
> In tutorials I have seen the stored procedure was dragged into the
> work area.
>
> None of that works!
>
> When I Double-click the stored procedure it just expands to show the
> parameters
>
> When I Right-click the name of the stored procedure the shortcut menu
> shows
> Run Stored Procedure
> Refresh
> Copy
> Properties
>
> When I drag the stored procedure into the work area it gives me that
> circle with slash (the 'can't' or 'no' sign)
>
> Other related functionality; i.e. Creation of Stored procedures is
> likewise un available.
>
> What should I do to gain this functionally?

Jul 21 '05 #7
Eric,

Thank you.

"Éric Moreau [VB MVP]" <er************************@videotron.ca> wrote in message news:<SP********************@wagner.videotron.net> ...
See
http://msdn.microsoft.com/library/de...lseditions.asp

--

HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc.(www.s2i.com)
"Douglas Buchanan" <db*********@hotmail.com> wrote in message
news:72*************************@posting.google.co m...
Eric,

That's strange! It does so many other things with SqlS2k.

Can you please direct me to a help page or some other resource that
specifies just what each versions can and can't do.

--Douglas

"Éric Moreau [VB MVP]" <er************************@videotron.ca> wrote in
message news:<Po*********************@wagner.videotron.net >...
You need the enterprise version of VS.Net. The Pro version works with
MSDE.

--

HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc.(www.s2i.com)
"Douglas Buchanan" <db*********@hotmail.com> wrote in message
news:72**************************@posting.google.c om...
> I can't seem to open SQLS2k Stored Procedures in the IDE
>
> I am running MDE 2003 Version 7.1.3088
> I have a MSDN professional subscription and did a complete install of
> vs.net
>
> Help explains how to do it:
>
> 1. In Server Explorer, expand the Stored Procedures folder.
> 2. Double-click the name of the stored procedure you want to open.
> -or-
> Right-click the name of the stored procedure that you want to open,
> and then choose Open on the shortcut menu.
> The stored procedure is opened in a text editor that you can use to
> edit the SQL statements.
>
> In tutorials I have seen the stored procedure was dragged into the
> work area.
>
> None of that works!
>
> When I Double-click the stored procedure it just expands to show the
> parameters
>
> When I Right-click the name of the stored procedure the shortcut menu
> shows
> Run Stored Procedure
> Refresh
> Copy
> Properties
>
> When I drag the stored procedure into the work area it gives me that
> circle with slash (the 'can't' or 'no' sign)
>
> Other related functionality; i.e. Creation of Stored procedures is
> likewise un available.
>
> What should I do to gain this functionally?

Jul 21 '05 #8

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Toonman | last post: by
2 posts views Thread by Kent Lewandowski | last post: by
5 posts views Thread by Tim Marshall | last post: by
7 posts views Thread by Douglas Buchanan | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.