Forum Replies Created

Viewing 15 posts - 121 through 135 (of 216 total)

  • RE: Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is use

    I will executes With Exists operaot insetead of using =?

    The is error is throwing due to subquery subquery will not return multiple rows.but using exists we can return multiple rows.

    if...

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: SET ROWCOUNT and table variable

    for testing folating point the same can be written as

    DECLARE @i float,@rc int

    set @i = 0

    while @i <> 1

    begin

    set @i = @i + 0.1

    end

    select @i

    then the loop never...

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: Question of the Day for 23 May 2006

    I also did not under stand the question properly.

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: Round up or down IV

    Again good question on same round function.Thanks hugo

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: Execution Plans

    I also got wrong.thinking that asked about esimated execution .it will run without the query.I also ran this estimated execution plan.But i forgot to check Actual execution plan.This question is...

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: Question of the Day for 19 Jan 2006

    I also choose profiler as answer.beacuse tracing of all objects will have more impact on server.

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: Index Seeks

    Good question.Learned some usefull point

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: MERGE

    I also got wrong because of not understanding properly.First i think that

    using is a clause that shows the destination table

    but after completly reading the question i got wrong.but i...

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: Question of the Day for 02 Oct 2006

    I also got wrong.but i think answer DDL trigger folder is in server objects.

    database triggers are in programabilty -- triggers folder.

    Please correct the answer or please explain the same in...

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: Duplicate value in Identity column

    hi,

    I know that we can add explicit values to an identity column using

    Identity_Insert on. but i thought that identify column will not allow duplicate columns.good question.lost one point but...

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: SQL 6.5 and Y2K

    I did not any thing about SQL 6.5 ,7.0.Also i did little work on SQL server 2000.Worked mostly on 2005 and 2008.This question is almost ten years old.

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: How many partitions?

    I know the partitoned table and partioned indexes.but frankly saying

    that i thought that with out group by it will work in 2008.but my guess is wrong when i executed in...

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: How many partitions?

    Hi ,

    I guessed correctly as 4.but i executed the script it is throwing error in the last statement.because group by is not there in the last statement.

    Is it working for...

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: top 5th to 10 th record of a table

    I know that but some one of friend told that its take more time to execute.that why i posted if there is another way which executing faster than using row_number

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

  • RE: VARCHAR datatype

    Nice question.

    I did not notice the variable length.that's why i got wrong.I had answered 1.

    Malleswarareddy
    I.T.Analyst
    MCITP(70-451)

Viewing 15 posts - 121 through 135 (of 216 total)