Re: dt_verstampxxx
From: Dan Guzman (guzmanda_at_nospam-online.sbcglobal.net)
Date: 01/07/05
- Next message: frankm: "Re: The Scheduler 2 appears to be hung"
- Previous message: Dan D.: "Re: scheduled job status is "performing completion actions""
- In reply to: Jeff Ericson: "dt_verstampxxx"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 7 Jan 2005 08:12:00 -0600
When I run the following on by SQL 2000 system:
USE pubs
EXEC sp_helptext 'dt_verstamp007'
GO
The result is:
/*
** This procedure returns the version number of the stored
** procedures used by the the Microsoft Visual Database Tools.
** Version is 7.0.05.
*/
create procedure dbo.dt_verstamp007
as
select 7005
-- Hope this helps. Dan Guzman SQL Server MVP "Jeff Ericson" <JeffEricson@discussions.microsoft.com> wrote in message news:66B7E3A3-6D0D-4268-99B3-9D41659E747F@microsoft.com... > What is this stored proc used for? It returns version iunformation and > has > public permissions. We are looking to remove all public perms where > possible.
- Next message: frankm: "Re: The Scheduler 2 appears to be hung"
- Previous message: Dan D.: "Re: scheduled job status is "performing completion actions""
- In reply to: Jeff Ericson: "dt_verstampxxx"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|