Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Looking for Tool for Stored Proc execution

Looking for Tool for Stored Proc execution

Scheduled Pinned Locked Moved The Lounge
csssharepointdatabasesql-serversysadmin
13 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Lost User

    MT_ wrote:

    this is NOT programming question

    But it's close; and definitely not Lounge material.

    9 Offline
    9 Offline
    9082365
    wrote on last edited by
    #4

    Really? Asking whether a piece of software exists that does x is close to a programming question? I would have thought it, by definition, a non-programming question in that its principal aim is to avoid programming altogether!

    I am not a number. I am a ... no, wait!

    1 Reply Last reply
    0
    • L Lost User

      MT_ wrote:

      this is NOT programming question

      But it's close; and definitely not Lounge material.

      M Offline
      M Offline
      Manfred Rudolf Bihy
      wrote on last edited by
      #5

      It is Lounge material and most definitely not a programming question.

      "I had the right to remain silent, but I didn't have the ability!"

      Ron White, Comedian

      L 1 Reply Last reply
      0
      • M MT_

        Hi there, First, let me clarify, this is NOT programming question :-) Have been around for a while to see people criticized and I have also criticized others for doing that.. ;) I am looking for some tool (preferably browser based) which I can give to non-developer to run some of the stored procedures (SQL server). For example, they can select a SP from drop-down, then few text boxes appears where they can enter data (for parameters) and execute the SP. Result may be displayed in some grid or downloaded in csv. I can build it, but just thought of checking if there is some open source tool available before investing time/energy. Any help appreciated.

        Thanks, Milind

        P Offline
        P Offline
        PIEBALDconsult
        wrote on last edited by
        #6

        Not that I know of, and I'd prefer to develop something custom anyway. Perhaps your application needs a utility or administrative page that allows a properly authorized user to perform such tasks? One app I worked on a while back had some such functions that allowed an admin to do certain things (e.g. refresh the cache) via URL/query string.

        1 Reply Last reply
        0
        • M Manfred Rudolf Bihy

          It is Lounge material and most definitely not a programming question.

          "I had the right to remain silent, but I didn't have the ability!"

          Ron White, Comedian

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #7

          That's three of you telling me that the question is OK for the Lounge, But not one who has tried to answer it.

          M 1 Reply Last reply
          0
          • M MT_

            Hi there, First, let me clarify, this is NOT programming question :-) Have been around for a while to see people criticized and I have also criticized others for doing that.. ;) I am looking for some tool (preferably browser based) which I can give to non-developer to run some of the stored procedures (SQL server). For example, they can select a SP from drop-down, then few text boxes appears where they can enter data (for parameters) and execute the SP. Result may be displayed in some grid or downloaded in csv. I can build it, but just thought of checking if there is some open source tool available before investing time/energy. Any help appreciated.

            Thanks, Milind

            P Offline
            P Offline
            phil o
            wrote on last edited by
            #8

            You can try SQL Reporting Services; I'm not sure you would be able to execute stored procedures, though, but since you are dealing with SQL Server then maybe you could try. It needs an non-express edition. Considerations for Installing Reporting Services[^]

            You always obtain more by being rather polite and armed than polite only.

            1 Reply Last reply
            0
            • L Lost User

              That's three of you telling me that the question is OK for the Lounge, But not one who has tried to answer it.

              M Offline
              M Offline
              Manfred Rudolf Bihy
              wrote on last edited by
              #9

              I'm not quite sure what one has to do with the other. I see no correlation. :doh:

              "I had the right to remain silent, but I didn't have the ability!"

              Ron White, Comedian

              1 Reply Last reply
              0
              • F Forogar

                I disagree. This is Lounge material and not a programming question, it's a "How do I avoid programming" question. @_MT: Not that I have an answer for you, sorry.

                - I would love to change the world, but they won’t give me the source code.

                H Offline
                H Offline
                H Brydon
                wrote on last edited by
                #10

                How many questions could a programming question question if a programming question could question programs?

                I'm retired. There's a nap for that... - Harvey

                1 Reply Last reply
                0
                • M MT_

                  Hi there, First, let me clarify, this is NOT programming question :-) Have been around for a while to see people criticized and I have also criticized others for doing that.. ;) I am looking for some tool (preferably browser based) which I can give to non-developer to run some of the stored procedures (SQL server). For example, they can select a SP from drop-down, then few text boxes appears where they can enter data (for parameters) and execute the SP. Result may be displayed in some grid or downloaded in csv. I can build it, but just thought of checking if there is some open source tool available before investing time/energy. Any help appreciated.

                  Thanks, Milind

                  M Offline
                  M Offline
                  Mycroft Holmes
                  wrote on last edited by
                  #11

                  Hah I wrote one of them in the 90s as an adjunct to a reporting system. It is not as simple as you hope, supplying check and date controls needs to check the data type of the parameter and text boxes are a waste of time. You have to supply combo's to select from. Use can't type for shyte! I ended up building tables for proc/parameters to service that and it certainly wasn't browser based!

                  Never underestimate the power of human stupidity RAH

                  realJSOPR 1 Reply Last reply
                  0
                  • M Mycroft Holmes

                    Hah I wrote one of them in the 90s as an adjunct to a reporting system. It is not as simple as you hope, supplying check and date controls needs to check the data type of the parameter and text boxes are a waste of time. You have to supply combo's to select from. Use can't type for shyte! I ended up building tables for proc/parameters to service that and it certainly wasn't browser based!

                    Never underestimate the power of human stupidity RAH

                    realJSOPR Offline
                    realJSOPR Offline
                    realJSOP
                    wrote on last edited by
                    #12

                    I would probably create a class that lets me specify an english name, a storedproc name, and a list of parameter objects with values set to a reasonable default. The interface would present controls based on object type. This would make a really interesting article.

                    ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                    -----
                    You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                    -----
                    When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                    M 1 Reply Last reply
                    0
                    • realJSOPR realJSOP

                      I would probably create a class that lets me specify an english name, a storedproc name, and a list of parameter objects with values set to a reasonable default. The interface would present controls based on object type. This would make a really interesting article.

                      ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                      -----
                      You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                      -----
                      When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

                      M Offline
                      M Offline
                      Mycroft Holmes
                      wrote on last edited by
                      #13

                      My design had a table name, primary key field and display field for parameters requiring combo data. It worked quite well but was very under utilised as the user was more interested in the reports (Crystal in those days bleh)

                      Never underestimate the power of human stupidity RAH

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups