News

I need to query against a column which contains build numbers stored as an NVARCHAR.<BR>Sorting works fine until you get into double-digit versions.<BR><BR>This works ...
So I've got this temp table in a stored procedure.<BR><BR>Here's some code:<BR><BR><pre class="ip-ubbcode-code-pre"><BR>Set @i = 1<BR>While @i <= 10<BR>Begin<BR>If ...