BUG: Sp_columns Gives Incorrect Precision for View Substring |
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 : kbprogramming
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600
|
Last Reviewed: March 27, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |