SQL view error "more column names specified than columns defined"
Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]View or function 'dbo.myviewname' has more column names specified than columns defined.
The error occur because of the original table has changed the column. So that the view definition will affected and whenever you perforl select statement the error will occur.
Solution
Resave the view table and the problem solve.By Mohd Zulkamal
NOTE : – If You have Found this post Helpful, I will appreciate if you can Share it on Facebook, Twitter and Other Social Media Sites. Thanks =)