SQLServer reverse enginering

E

Eduardo Martinez

Hi everyone!


usig Visio 2000, why does a reverse engineer of a SQL Server 2000 database
generates the fields as User defined? it modifies the whole structure, the
chars of any length become char(8000), and when I try to generate an script
I get errors.

Any help is appreciated

Best Regards

Eduardo Martinez O.
 
A

Anthony Bloesch

Make sure you are using a current SQL Server driver. While using another
driver can work, it can also give strange results.

Anthony

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top