Forum Replies Created

Viewing 15 posts - 2,716 through 2,730 (of 7,484 total)

  • RE: Apply Unique constraints on existing database

    ashu.sajwan (2/17/2014)


    ...

    col1 varchar(Max) NULL,

    ...

    CREATE UNIQUE CLUSTERED INDEX cuq

    ON dbo.ExampleUnique (col1);

    It shows error: Column 'col1' in table 'dbo.ExampleUnique' is of a type that is...

  • RE: Today's Random Word!

    SQLRNNR (2/17/2014)


    hair

    dog

  • RE: SQL for adding flags depending on criteria

    Yes, you are on the wrong forum. ASE is a Sybase product. I imagine there is a forum somewhere for ASE T-SQL.

    I think your problem is that the...

  • RE: Apply Unique constraints on existing database

    GilaMonster (2/17/2014)


    Yes.

    It's easier with varchar, nvarchar, and varbinary since it's generally not too difficult to convert the primary key to one of those types; other column types could be an...

  • RE: Best way to store images

    I'm inclined to go with an "It Depends" answer. In the past I've worked a lot with binary files outside the database, in filestore, and it's been fine; sound...

  • RE: LIKE and NULLs

    fsuoj (2/17/2014)


    I am not trying to be difficult but no one in this thread has answered my question. How does SQL know to look for anything trailing the AAA...

  • RE: LIKE and NULLs

    fsuoj (2/17/2014)


    You never answered my question!

    The reason it isn't documented as happening that that happens is that it doesn't happen.

    Several people have explained what actually does happen, which...

  • RE: Snapshot Agent

    Interesting question.

    I could have this wrong :ermm:, but:

    The statement in the article referenced may apply only to the initial snapshot generation on the publisher (ie to generation of the schema...

  • RE: Avoiding Row work in SQL

    mike 57299 (2/16/2014)


    According to the article, the Quirky Update is still significantly faster than the 'Over' option. Has there been an update or change on this?

    Can others...

  • RE: Trouble Using Merge Statement

    LinksUp (2/16/2014)


    I suspect that the inner join is preventing row 3 from the @tempTable from being part of the result set, thus the code for WHEN NOT MATCHED never executes.

    That's...

  • RE: Today's Random Word!

    JAZZ Master (2/14/2014)


    crookj (2/14/2014)


    SQLRNNR (2/14/2014)


    breakfast

    Missed

    Avoided

    Evaded

  • RE: Today's Random Word!

    Ed Wagner (2/14/2014)


    crookj (2/14/2014)


    BWFC (2/14/2014)


    SQLRNNR (2/13/2014)


    Ed Wagner (2/13/2014)


    TomThomson (2/13/2014)


    SQLRNNR (2/13/2014)


    Revenant (2/13/2014)


    The Dixie Flatline (2/13/2014)


    JAZZ Master (2/13/2014)


    crookj (2/13/2014)


    WotD - ubiquity

    omnipresence

    omnipotence

    omniscience

    ?. ??, ????? ?? ??

    ???? ? ??? ?

    Language

    Barrier

    Flood

    Tsunami

    Wave

    Goodbye

  • RE: Valentines Day

    raulggonzalez (2/14/2014)


    BWFC (2/14/2014)


    The cynics amongst us might say there are two appropriate answers though!

    +1

    :-D:-D

    Only the optimistic cynics! 😀 Realist cynics will point out that a $ is not...

  • RE: Today's Random Word!

    SQLRNNR (2/13/2014)


    Revenant (2/13/2014)


    The Dixie Flatline (2/13/2014)


    JAZZ Master (2/13/2014)


    crookj (2/13/2014)


    WotD - ubiquity

    omnipresence

    omnipotence

    omniscience

    ?. ??, ????? ?? ??

    ???? ? ??? ?

  • RE: Are the posted questions getting worse?

    Can anyone take a look at thisamd suggest something better than what I have?

    I've made an attempt to help, but I'm worried that my only idea is to use a...

Viewing 15 posts - 2,716 through 2,730 (of 7,484 total)