Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8615353
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:21:24+00:00 2026-06-12T05:21:24+00:00

I created many numbered stored procedures in SQL Server 2008. Their names are e.g.:

  • 0

I created many numbered stored procedures in SQL Server 2008.

Their names are e.g.: dbo.ProcName, dbo.ProcName;2, dbo.ProcName;3,…

When I use rightclick on procedure name in procedures list in Management Studio 2008 and then click to Modify I can see and edit all stored procedure as I wrote above.

But in Management Studio 2012, after same action, I can see only the first procedure.

How to see and edit all stored procedures with the same name and suffix with semicolon?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T05:21:25+00:00Added an answer on June 12, 2026 at 5:21 am

    Sounds like you are talking about numbered stored procedures.

    I can reproduce the same behaviour. After running the following

    CREATE PROCEDURE [dbo].[foo];1 @x int AS
      PRINT 'x is ' + CONVERT(varchar(8), @x)
    GO
    CREATE PROCEDURE [dbo].[foo];2 @x char AS
      PRINT 'x is ' + @x
    GO
    

    Selecting “Foo” in object explorer then “Modify” shows both versions in SSMS 2008 but only the first one in SSMS 2012.

    These have been deprecated since 2005 so I wouldn’t be surprised if it is a deliberate decision not to support them in the tools any more. Looks like Drop and Create still lists both versions though.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We created so many inefficient stored procedure in our application, we always postpone to
I am using sql-server 2005. Initially, for learning purpose I created many tables now
Im using c# .net windows form application. I have many databases created using sql
Suppose I have wrote script Table_ABC.sql which creates table ABC. I have created many
I created many instances of a PlotHandler class. An instance must keep it's variables
I have created many tables using <table> tag but don't know how to get
I have created many TestProjects with Visual-Studio-2010 Ultimate . All tests were executed successfully
So, I have created many map applications before, but the one that I am
Im using c# .net windows application form. I have created many databases with many
I am doing some testing for a very large website, created many different developers.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.