I'm trying to add a column of BIT datatype to an existing table. The BIT datatype is not in the datatype dropdown box to select, but I know it's available because other tables in my database have fields of BIT datatype.<br>
<br>
I also cannot use the ALTER TABLE procedure to add a column of BIT...
I know I can generate SQL Scripts to reconstruct the database structure at the client's site after I've developed the database at our facility, but how do I move the data when the servers cannot see each other? I have several lookup tables that I need to move the data with the structure. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.