Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: Uppercase Check Constraint

    Thanks Andy.

    Could you please give an example.

    NeoNash

  • RE: User already exists! After backup restore

    I was also facing this problem for a long time and thanks for this tip. I will try immediately.

    I worked around eachtime as follows(which is not a good way of...

  • RE: Uppercase Check Constraint

    Thanks Steve.

    There is another question I have raised to better understand this case-sensitive and insensitive issue.

    This one example of 'abc'='ABC' is a problem with case-insensitive.

    Moreover, if we do select DISTINCT...

  • RE: To case sensitive or not to

    Thanks Andy,

    That was quick and I will go through the article.

    NeoNash

  • RE: To case sensitive or not to

    I am sorry this should have gone under "General" topic and I hope you don't mind.

    Thanks,

    NeoNash

  • RE: Uppercase Check Constraint

    Well. I tried and that seems to be evading in my case.

    I am using a case insensitive SQLServer installation.

    Here is the test case.

    create table Test1 (

    Username varchar(20) NULL

    Constraint...

  • RE: SQLServer Text to Image

    OK. I found a way. But I guess it must have some limitations.

    Assuming only one record in Test1.

    Test1

    'This is my first value'

    Test2 is empty.

    Code:

    declare

    @a varchar(8000)

    begin

    select

Viewing 7 posts - 16 through 22 (of 22 total)