I need to test a column which changed from varchar(30) to varchar(65). I don’t have a access to insert a value into that column.Is there any other way so that i can test the column?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your best bet is to put together a testing database and make the change there first. Point your application at the test database and see what happens.