Community

Creating a Sequence Flush in SQL Server 2000

(Eli Leiba) This user-defined in-line T-SQL function for SQL Server 2000 creates an in-memory sequence flush 1,2,3….N where N is a natural number with a value less than 1000. If N needs to be greater than 1000, the function can be modified to satisfy this as well. (script)

Read More - Register for Free Membership