473,763 Members | 7,622 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1624
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*********@hot mail.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.m icrosoft.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*********@hot mail.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*********@hot mail.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.m icrosoft.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*********@hot mail.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*********@ho tmail.com> wrote in message
news:72******** *************** ***@posting.goo gle.com...
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************ ************@vi deotron.ca> wrote in message news:<Po******* **************@ wagner.videotro n.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*********@ho tmail.com> wrote in message
news:72******** *************** ***@posting.goo gle.com...
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*********@ho tmail.com> wrote in message
news:72******** *************** **@posting.goog le.com...
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************ ************@vi deotron.ca> wrote in
message news:<Po******* **************@ wagner.videotro n.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*********@ho tmail.com> wrote in message
news:72******** *************** ***@posting.goo gle.com...
> 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************ ************@vi deotron.ca> wrote in message news:<SP******* *************@w agner.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*********@ho tmail.com> wrote in message
news:72******** *************** **@posting.goog le.com...
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************ ************@vi deotron.ca> wrote in
message news:<Po******* **************@ wagner.videotro n.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*********@ho tmail.com> wrote in message
news:72******** *************** ***@posting.goo gle.com...
> 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
1403
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. Is it common practice to do something like this? Or is opening 14 recordsets going to become a real problem when the page goes live and starts getting high web traffic? Thank you in advance for any information you might provide.
11
10757
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 execute in the database server with better performance? Please advise good references for Oracle stored procedures also. thanks!!
2
2821
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 code in stored procedures (im advocating encryption of them). When deploying an application however stored procedure seem to add another level of complexity to installation. In future we also plan to have an basic ASP app with some of the...
2
9244
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 problems doing this. I wanted to implemented a generic "Helper" class like this: /** * Helper
5
3486
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 Procedures. I thought stored pricedures were an Oracle/MS SQL Server thing and don't know how they work with Access Jet. I've looked at some of the help on stored procedures in A2003, but really don't understand what's going on. Can someone...
2
3334
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 several stored procedures to Insert and update datas in our SQL database. Some stored procedures are smaller (insert datas in only one table) and some of them are quite big (insert datas in several
5
1518
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 direct me to example code for this? Thank you, Doug
7
360
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 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.
28
72550
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 2005 Test Environments. What is the purpose of a view if I can just copy the vode from a view and put it into a stored procedure? Should I be accessing views from stored procedures?
0
9387
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10148
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10002
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9938
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8822
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7368
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6643
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.