Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Union qry

Author  Topic 

Rita Bhatnagar
Posting Yak Master

172 Posts

Posted - 2001-04-09 : 12:37:57
I have a union qry that takes two queries.
One qry has a varchar column that is missing in other qry. So in access they are using
Name as "" and it is fine there.
But in SQL Server i am getting this error:
The width of column 'Name' is 0. This width is not valid.
Need help.


   

- Advertisement -