declare @paging_buffer table( sort_id int not null identity(1,1) PRIMARY KEY, user_id int not null, firstname varchar(50), lastname varchar(50) );