Environment:
- SQL Server Katmai
- SQL Samples
- Visio
Repro Steps:
- Open ‘<SampleRoot>\ Tools\Samples\AdventureWorks 2008 LT\ AdventureWorksLT.vsd’ via Visio
- Check the columns of table ‘Customer’
- Select Columns in DB ‘AdventureWorksLT2008’:
select * from sys.columns
where object_id=(select object_id from sys.tables where name='Customer')
- Compare the two column Lists
Expectation:
The Columns in two lists should be the same
Actual Result:
The column ‘CustomerCol1’ does not exist in Table ‘Customer’ of real DB.