login
Forgot?
Login with Facebook

Don't have an account? Register one now!

009 SQL Server Management Studio Addin (Stored Proc Setup)

Bids 
13
Avg Bid
N/A
CLOSED
  • Project ID:

    471260
  • Project Type:

    Fixed
  • Budget:

    $30-$250 USD

Project Description:

We want an add-in for Microsoft SQL Server, which allows the user to select one of our stored procedures, and then puts the stored procedure into a new query ready for the user to enter whatever values they want fo the variables.

The add-in will convert a stored procedure declaration, for example:

CREATE PROCEDURE dbo.itsp_ProfileKeyManage @Overwrite bit, @KeyID int, @Name nvarchar(50) = '', @Formula nvarchar(4000) = '',
@OwnerID int = -1, @PassCode nvarchar(255) = '', @Public bit = 0, @RetAVal bit = 1

To:

DECLARE @Overwrite bit, @KeyID int, @Name nvarchar(50), @Formula nvarchar(4000),
@OwnerID int, @PassCode nvarchar(255), @Public bit, @RetAVal bit

SET @Overwrite =
SET @KeyID =
SET @Name = ''
SET @Formula = ''
SET @OwnerID = -1
SET @PassCode = ''
SET @Public = 0
SET @RetAVal = 1

This involves:
1) Provide dropdown listing all stored procedures in selected database
2) Changing CREATE PROCEDURE [procedure name] to DECLARE.
3) Removing default parameters from the DECLARE statement.
4) Adding a set command for each parameter on a separate line.
5) Set the defualt parameters from the declaration as defualt variables.

This must work with SQL Server Management Studio Express
This must obviously work with any stored procedure, not just this one.

Skills required:

.NET, SQL, Visual Basic

Project posted by:

Mishark United Kingdom
(11 Reviews)

Last seen:

Public Clarification Board

2 messages


If you are the project creator or one of the bidders, please Log In for more options.


Bids are hidden by the project creator. Log in as the project creator or as one of the bidders to view bids. You will not be able to bid on this project if you are not qualified in one of the job categories. To see your qualifications click here.

All Bids ()