Viewing 3 posts - 1 through 4 (of 4 total)
I am sorry guys, but don’t get me wrong. I have found the answer after I had posted the question. I guess it still might be helpful for somebody. Thanks...
May 13, 2009 at 11:43 pm
#994281
Thanks, Noel.
Yep, this is one of the options.
Here is the solution I was looking for:
create table #LAYOUT
(
id int identity primary key,
start int,
[length] int
)
insert...
May 13, 2009 at 2:55 pm
#994114
I will re-post on the right forum
Neber mind
May 13, 2009 at 11:25 am
#993934