Viewing 7 posts - 1 through 7 (of 7 total)
select row_number() over (order by type)
from sys.objects
December 6, 2013 at 1:58 am
adrian.facio (11/26/2013)
taqveem45 (11/26/2013)
nbraasch (11/26/2013)
November 26, 2013 at 8:11 am
nbraasch (11/26/2013)
November 26, 2013 at 7:46 am
No, it just means that the underlying table definition cannot be altered without removing the schema-binding dependency first. You can still create views without schema-binding. Any modifications to the...
November 26, 2013 at 7:09 am
A beautifully elegant solution to the problem.
November 26, 2013 at 3:16 am
From my 5 years experience, what I have realised is that it's not necessarily about whether they know the language in use, in this case T-SQL, but whether they know...
November 22, 2013 at 3:12 am
Viewing 7 posts - 1 through 7 (of 7 total)