Forum Replies Created

Viewing 15 posts - 61 through 75 (of 156 total)

  • RE: PRINT vagaries

    thanks... nice one

  • RE: Disable All Triggers

    thank you... 🙂

    i was looking for such a stuff... this can be used for anything which needs to be applied on all the tables...

    viz.

    sp_msforeachtable "grant select on ? to...

  • RE: What will be the output of the following?

    Yeah!... i have executed the query in SSMS 2005... and I get the result as "-1,0,1"

    we should get our points back... 😀

    john-byrne (6/27/2010)


    Since the question is wrong then everyone who...

  • RE: "SELECT @local_variable"

    thanks, understood now...:-)

    Christian Buettner-167247 (6/25/2010)


    ziangij (6/25/2010)


    since there is only one column, why is this working as well ?

    SELECT @t = @t + @comma + a.a

    ,@comma = ','

    ...

  • RE: "SELECT @local_variable"

    since there is only one column, why is this working as well ?

    SELECT @t = @t + @comma + a.a

    ,@comma = ','

    FROM #a a

    ORDER BY 2

    Result...

  • RE: LIKE

    good question ... thanks...:-)

  • RE: The Phantom DBA

    agreed ! i used to be a dotnet guy.. but was forced to move to do DBA tasks... now I am managing ETL tasks, writing SQL scripts primarily and writing...

  • RE: T-SQL Logic

    and database_id < 2

    this was enough to answer the question...:-)

  • RE: T-SQL SQL 2008

    nice question.... thanks 🙂

  • RE: insert into temp table

    good question... thanks 🙂

  • RE: Concurrent processing in SSIS – Part 1

    thanks Elliott 🙂

    i was looking for various concurrency options in SSIS package, your example has helped me... looking forward for Part 2.

  • RE: Encryption

    thanks 🙂

  • RE: SELECT INTO

    yep, i too assumed it to be NULL and i got it correct... 😀

    antony-688446 (6/13/2010)


    Come on, give the guy a break - you can see that Null has been cropped...

  • RE: SELECT INTO

    i guess bitbucket has already provided the alias in his question!

    malleswarareddy_m (6/14/2010)


    good question on select into...

    I had one point to add.

    the following gives an error.

    select IDENTITY(int,100,5),* into #temp3 from

    testread

    there no...

  • RE: How many Records Will Get Selected

    luckily didn't correct the syntax error, hence got it right.

    Ideally such kind of questions should be put in a different category so that people don't assume that syntax error...

Viewing 15 posts - 61 through 75 (of 156 total)