Forum Replies Created

Viewing 15 posts - 196 through 210 (of 2,462 total)

  • RE: synch two tables

    You can use CONTEXT_INFO() .. to short circuit the infinte loop.

    See the pseudo code

    --Trigger on one side

    declare @Context varbinary

    SELECT @Context = context_info()

    IF @Context = 0x35353535

    ...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: How check constaint works?

    Plz send any link.. if there is any detailed information on this

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Duplicate key was ignored warning returned even when no duplicates are found

    John Mitchell-245523 (9/27/2013)


    Bhuvnesh (9/27/2013)


    i dont think only SP definiton will provide much help here . Exec plan will be required.

    Do you think so? The warning messages occur at...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Duplicate key was ignored warning returned even when no duplicates are found

    i dont think only SP definiton will provide much help here . Exec plan will be required.

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: SQL 2012 Memory Clerks

    Yes.

    There are a lots of chages in many DMVs structure. See http://blogs.msdn.com/b/sqlosteam/archive/2012/07/11/memory-manager-surface-area-changes-in-sql-server-2012.aspx

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Restricting Tables from SysAdmin

    EddieN1 (9/27/2013)


    Although as the Developer, I am allowed access, the System Administrator should not be.

    Is it ???? then i totally discourage the rule/approach here .

    Even you CANT restrict...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: How check constaint works?

    mote.ajit2 (9/27/2013)


    Just want to know how does it works?? I mean is it work like first update will e done then go for check constraint validation. if check constraint violated...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Index seek and Index scan ....order of columns

    curious_sqldba (9/26/2013)


    Now in my nc index when i dont include C2 it is still using the right index, but when i dont include c1 it is not using the right...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Red-Gate SQL DBA Bundle

    i also use Red gate sql developer bundle . its had great sub tools sql compare , data compare and intellisense also

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Duplicate key was ignored warning returned even when no duplicates are found

    jatighe (9/27/2013)


    It is the randomness of the problem that I am struggling with. The Informatica workload is restarted each time it fails and it always works the second time it...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Question about select count(*)

    sqlnes (9/26/2013)


    will select count(*) get the keep changed record numbers even if (nolock) hint is on?

    Yes . it WILL count the dirty reads .

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Performance issues SQL 2012

    Rem70Rem (9/26/2013)


    If I restart the SQL server just before, the process take a bit more then 1 hour. After a week, the same process takes 2hours. I can't...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Printed Books Vs E-Books

    Generally i read article or Ebooks but ther is one book whic make me desparate to purchase it "Sql server 2008 internals" by kalen daleney. i have tried...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: What roles do I add to a new custom role, which will allow CRUD and execute on SP?

    This wil help you http://msdn.microsoft.com/library/ms189121.aspx

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • RE: Query now runs forever

    JimS-Indy (9/25/2013)


    I found (after a long period of blind scrambling...) that my backup job from the previous night (4 AM) was locking something (Page Lock?)

    So you are...

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

Viewing 15 posts - 196 through 210 (of 2,462 total)