Forum Replies Created

Viewing 15 posts - 151 through 165 (of 187 total)

  • RE: T-SQL

    Dineshbabu (1/4/2013)


    okbangas (1/4/2013)


    Dineshbabu (1/3/2013)


    oh.. unique constraint can allow more than one null value.. I don't think so.. Please give me some xample...

    Here you are:

    create table test (

    id int...

  • RE: T-SQL

    okbangas (1/4/2013)


    Dineshbabu (1/3/2013)


    oh.. unique constraint can allow more than one null value.. I don't think so.. Please give me some xample...

    Here you are:

    create table test (

    id int not...

  • RE: T-SQL

    SQLRNNR (1/4/2013)


    A single column Unique constraint can have only one Null value (unless you use the filtered index version of a unique index) which some debate is not a constraint).

    That's...

  • RE: T-SQL

    Thanks for providing few very good references for Unique constraint.

    But all the links gives lot of work arrounds for inserting NULL values. But my question is i have created an...

  • RE: T-SQL

    I think few days back same conversation happened... Unique constraint is different from unique index. While creating unique index we can create with filter and that will allow more than...

  • RE: T-SQL

    oh.. unique constraint can allow more than one null value.. I don't think so.. Please give me some xample...

  • RE: T-SQL

    Since last option said Unique key allows NULL values.. he didn't mention xactly one NULL value in the option . so I choosed other 4 and got it correct..

    --

    Dineshbabu

  • RE: New Year's Math

    Nice one...nothing complex.. need to read the Qstn with patience...

    --

    Dineshbabu

  • RE: Round And Numaric

    Thanks Dude.

    Letz wait for authors reply...

  • RE: TSQL 2012 #1

    Since i don't have 2012 i'm unable to test it.. But got it correctly by referring Pinal dave's blog. Pls tell me usage of this view.

  • RE: RAID

    learnt in begining of college days.. easy one...

  • RE: Finding New Years Eve

    Happy new year to all SQL serverCentral guyz..

  • RE: Round And Numaric

    In first statement both values are rounded to 0 precision then how come on dividing it returns 6 digits after decimal point.

    Pls xplain .

  • RE: Outer join with condition

    Known concept. But took some time understand the full qstn.. nice one..

  • RE: Data Page Allocations

    Thanks for such a nice qstn.

    Is there any way to deallocate the unsed pages remains after delete?

    As well as please let me know the ways to identify is there...

Viewing 15 posts - 151 through 165 (of 187 total)