Hi everybody
I would like to have more information upon the following procedure spt_value. I find it in the definition of a variable to convert data to KB
Does some one know exactly what that query is doing ? why does have it to run form master?
select @pagesize = v.low / 1024 from master..spt_values v where v.number=1 and v.type=N'E'
cheers
Patrick
I would like to have more information upon the following procedure spt_value. I find it in the definition of a variable to convert data to KB
Does some one know exactly what that query is doing ? why does have it to run form master?
select @pagesize = v.low / 1024 from master..spt_values v where v.number=1 and v.type=N'E'
cheers
Patrick