Viewing 5 posts - 181 through 185 (of 185 total)
Yes Sir,
create PROCEDURE dbo.spjobbegin AS
BEGIN
DECLARE @jobId VARCHAR(36),
DECLARE @jobTotal INT
SET @Jobtotal = 0
SELECT @JobTotal = count(*) FROM db_one.dbo.job_tbl
WHERE jobID = @jobID
UPDATE db_one.dbo.job_tbl SET jobTotal=@jobTotal
WHERE jobID = @jobID
IF @jobTotal >...
December 20, 2004 at 1:16 pm
Thanks Frank
BTW: The store procedure is not using dynamic query
Nita
December 20, 2004 at 12:58 pm
No its not helping, the website is in some other language.
December 20, 2004 at 12:22 pm
Steve,
dbo is the owner of the table. And all the store procedure is to own by dbo.
But I give just execute permission it say denied on insert and update on...
November 29, 2004 at 10:39 am
Thanks Also
Also I am having issue with replication how to do restore replication on another server, we are using transactional repl.
Thanks
N...
November 9, 2004 at 8:18 am
Viewing 5 posts - 181 through 185 (of 185 total)