Viewing 3 posts - 1 through 4 (of 4 total)
Thanks Mike! I just tried with sp_refreshview which worked great in this scenario.But as suggested by you, it is good to specify all the columns when defining a view.
Thanks,
Deepthi
February 17, 2011 at 12:58 am
I have verified that but with schema binding we need to explicitly mention the column names in Select statement. But here I have select * . And if I mention...
February 16, 2011 at 11:40 pm
Hi,
This is right. So the question posted should have answer, 1,2,3,4 as we have an explicit new line character(char(13) ) introduced.
If we exclude, char(13) then it results in 1, 3,...
December 23, 2010 at 10:46 pm
Viewing 3 posts - 1 through 4 (of 4 total)