beckwiga
Programmer
- Mar 30, 2005
- 70
I had to import several extremely large, comma delimited text files into my SQL Server db. I didn't notice at first, but all my fields are VarChars of size 8000! Most all of my fields do not exceed 30 in length, and I want to redefine them all as nChar of size 30. Is there an easy way to do this without doing it manually? I have a lot of fields and a lot of tables. If I reimport my text files with DTS, can I set the type and size someplace? It defined them like this by default.
Any help would be appreciated.
Any help would be appreciated.