Help on code in a SP

From: Chris V. (tophe_news_at_hotmail.com)
Date: 11/30/04


Date: Tue, 30 Nov 2004 10:01:35 +0100

Hi,

I'm currently auditing some SQL servers to have an overview on what's
running/existing in the different databases.

On one of the server, I found User's Stored Procedures in MSDB databases
(which, I think is already not a good idea). My problem is that I can't get
the usage of the SPs.
All are built on the same model : all the code is written on 1 line only.

Here is the full code of one the SP:

------------ beginning of the code --------------------
create procedure <SP_Name> (@IntID binary(8),@Z_BranchID_Z int,@Z_VS_Z
int,@IconLibrary varchar(255)=null,@IconID int=null,@ShowCollections
bit=null,@Z_VE_Z int=2147483647) as insert RTblClassExtension values
(@IntID,@Z_BranchID_Z,@Z_VS_Z,@Z_VE_Z,@IconLibrary,@IconID,@ShowCollections)
GO

------------- end of the code ------------------------

If someone would have any clue abotu what's this SP is doing...

Thanks,
Chris



Relevant Pages

  • Re: Portable stored procedures
    ... > JDatastore lets you store binary streams outside the table scema. ... Other databases usually do not store BLOB's ... > you will have to write the function in the client in Java (or whatever ... >> stored procedures written in some proprietary language. ...
    (comp.lang.java.databases)
  • Re: unit testing on bigish systems
    ... > legacy code though. ... I am a bit further thru and I would have to say that it is quite language ... I have not seen any techniques in the book for code in stored procedures. ... > So ta for the book link, if you know anything more about databases ...
    (comp.object)
  • Re: Function vs Stored Procedure. Which one is faster?
    ... Scalar function: ... "Jorge Luzarraga Castro" wrote in message ... > of two different databases so for every code in one database IŽd get the ... > Stored Procedures and User Function. ...
    (microsoft.public.sqlserver.programming)
  • RE: Multiple Stored Procedure Execute Together - How?
    ... execute the stored procedures saving the result sets to a temporary table ... > I have multiple stored procedures running in multiple databases. ... > I tried creating one new SP as SPAll and calling all the SP's in SPAll. ...
    (microsoft.public.sqlserver.programming)
  • Restricting Access to BUILTINAdministrators
    ... I have a bunch of SQL servers that I inherited when I took over ... Grant that the System Administrator role to the NT Group and ... both accounts then you are denied access (Deny supercedes Grant). ... Looking at one of the databases my domain user is the owner and there is no ...
    (microsoft.public.sqlserver.security)