September 24, 2019 at 9:07 pm
Hello,i new here,i not know if this topic is in correct place,please if not..move for me thanks
My question is :
How block ASCII in sql server ?( exponential numbers)
thanks
September 24, 2019 at 9:20 pm
What do you mean when you say "but still people can login using exponential numbers"?
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2019 at 1:25 am
I want to block exponential numbers in sql, how can i do this?
September 25, 2019 at 2:22 am
I want to block exponential numbers in sql, how can i do this?
I don't know because I don't know what you mean by "exponential numbers" nor what such numbers have to do with "ASCII". The ASCII character set doesn't have "exponential numbers" nor where you're getting them from, etc, etc. Are you simply talking about numbers that appear in the form of nnnnExxx? If so, what do you mean by "blocking them"? Are you receiving data in that form and you want to reject rows with such values or convert them to something else or what? And are they actually numbers that you're dealing with or strings of characters that look like numbers?
Keep in mind that you know what your talking about but we don't. You have to be a bit more clear. Some examples of what you're talking about would help us help you.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 25, 2019 at 5:23 pm
hello,how i can change collation of db ,or table ?
thanks
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply