Viewing 5 posts - 121 through 125 (of 125 total)
I was tring jan van der Goes's way but I get "Connection is busy with results from another command".
Ionel
October 16, 2003 at 10:12 am
From BOL "row ID (RID) comprised of the file number, page number, and slot number of the row"
October 10, 2003 at 7:54 am
I think you can use this approach too
--table structure
CREATE TABLE [a4] (
[id] [int] IDENTITY (1, 1) NOT NULL ,
[title] [varchar] (50) ,
[name] [varchar] (50) NULL ,
CONSTRAINT [PK_a4] PRIMARY KEY ...
July 29, 2003 at 10:18 am
For the script that is looking for jobs still running I think an easyer script will be
msdb.dbo.sp_get_composite_job_info @execution_status = 1
since the rest of parameters has a default NULL.
Ionel
June 18, 2003 at 1:41 pm
Viewing 5 posts - 121 through 125 (of 125 total)