BUG: Sp_columns Gives Incorrect Precision for View SubstringID: Q149915
|
Sp_columns incorrectly reports the precision of substring columns in views as 2147483647.
Recode the view to not have the substring.
Microsoft has confirmed this to be a problem in SQL Server version 6.0. We
are researching this problem and will post new information here as it
becomes available.
This problem does not occur in version 6.50.
The type of view causing the problem is:
CREATE VIEW TestVw1 AS
Select ProbCol=substring(au_fname,1,1), au_fname
from Authors
Additional query words: sql6 default
Keywords : kbprg SSrvProg kbbug6.00
Version : 6.0
Platform : WINDOWS
Issue type :
Last Reviewed: March 25, 1999