Viewing 8 posts - 1 through 8 (of 8 total)
At the end of prayer , you say COMMIT instead of Amen!
Amir
March 29, 2002 at 11:29 pm
You're right somehow. I can use INT instead of TINYINT , use identity and leave gaps. I'll try the sp_executesql special feature and scoping problem in EXEC() and inform you,...
October 8, 2001 at 4:39 am
Dear Andy,
If you wanna spend more time on my problem after your coffee :), and I appreciate it so much, please concentrate on the part:
SELECT Min( SeqNO ) newLastID
...
October 7, 2001 at 5:57 am
Brian,
The events you mentioned probably rarely take palce. However, the point is that it's a central procedure and so critical. Because, it's a general proc to get last valid ID...
October 6, 2001 at 5:47 am
Here's the code :
CREATE PROC PRC_SYS_GetLastID
( @TableName sysname ,
@IDField sysname ,
@WhereClause sysname ,
@LastID sysname OUTPUT )
AS
SET @WhereClause = IsNull(@WhereClause, '')
-- Drops ##SeqTemp temp table...
October 6, 2001 at 5:25 am
Than you very much , but it didnt' work yet!
It seems SQL Server does what it likes instead of what developer tells it 🙂
Amir
October 4, 2001 at 3:27 am
Steve,
1. No , I haven't chaged the security settings.
2. Yes , they run under the same account.
Andy,
Which Service Pack do I need for SQL Server 2000 Enterprise Edition?
Anyway, thank...
September 8, 2001 at 1:36 am
Andy,
At first thank you to answer me. Then , about your question:
1. Yes , I can start it manually , without any chage in the account name and password used...
September 4, 2001 at 11:04 pm
Viewing 8 posts - 1 through 8 (of 8 total)