Hello everybody,
today I want to document one interesting feature of SQL Server management studio. Some time it happens, that you work with big XML data files.
For example if you have sql statement like this:
SELECT @xm=(select rowid, count(rowid) as IdsNumber from SOLine s where s.rowid like&nbs...