473,287 Members | 1,800 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,287 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 1578
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 thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Toonman | last post by:
I have a single .asp page that opens a connection and then sequentially opens and closes 14 recordsets from stored procedures to obtain various product information before closing the connection. ...
11
by: jrefactors | last post by:
I want to know the differences between SQL Server 2000 stored procedures and oracle stored procedures? Do they have different syntax? The concept should be the same that the stored procedures...
2
by: scott | last post by:
Hi, Just wondering what sort of problems and advantages people have found using stored procedures. I have an app developed in VB6 & VB.NET and our developers are starting to re-write some of the...
2
by: Kent Lewandowski | last post by:
hi all, Recently I wrote some stored procedures using java jdbc code (admittedly my first stab) and then tried to implement the same within java packages (for code reuse). I encountered...
5
by: Tim Marshall | last post by:
I was following the thread "Re: Access Treeview - Is it Safe Yet?" with interest and on reading the post describing Lauren Quantrell's SmartTree, I've run into something I don't understand: Stored...
2
by: Eli | last post by:
Hi all We currently have a strange problem with calling a Stored Procedure (SQL Database) in our C# Project. The only error I get is "System error" which says a lot :) Background: We have...
5
by: dbuchanan | last post by:
Is it possible to detect the SQLS2K column level permission for the logged in user. I want to be able to hide a control or Button based on user permission to edit that column. Can anyone...
7
by: Douglas Buchanan | last post by:
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...
28
by: mooreit | last post by:
The purpose for my questions is accessing these technologies from applications. I develop both applications and databases. Working with Microsoft C#.NET and Microsoft SQL Server 2000 Production and...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

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.