Link to home
Start Free TrialLog in
Avatar of LearningToProgram
LearningToProgram

asked on

Sql Server 2012 table wont accept certain letters

I have a table in Sql Server 2012.  One of the fields in the table is a varchar(50)
This table has about 25,000 records in it and works just fine. Except that the field will not allow the letters SK to be the first two letters in the field. Anything else works fine, but when a word starting with "Sk" is entered, it times out and will not allow the data to be saved.
Any ideas?
SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What is the relevance of Excel to this question?

What is timing out exactly? (Excel?, a web form?)
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LearningToProgram
LearningToProgram

ASKER

There were no constraints, stored procedures or filters. I created a new table and moved the data over and that fixed it.