Forum Replies Created

Viewing 15 posts - 1 through 15 (of 176 total)

  • Reply To: Getting into an existing DBMS

    It has been 4 years since i started this topic and joined this forum (boy time flies by in hindsight).

    I told my boss i got a new job offer (after...

  • Reply To: Handle TSQL Session exections terminated by users

    [/quote]

    Please post the entire code for the delete loop , the CREATE TABLE statement for the table you're deleting from, and all indexes, FKs, and triggers associated with the table...

  • Reply To: display available amount from setup table range

    • Did you miss a zero in 55000000, should it actually be 550000000?
    • Am i wrong or should the actualy result of 550000000 be:

    SeqNo Used

    1 60000000.00

    2 190000000.00

    3 250000000.00

    4 50000000.00

    Not sure...

  • Reply To: How to get the output of SQL Server Activity Monitor using SQL script?

    Heres a some selection of columns u can query from DMVs that SQL Server offers.

    SELECT  DER.session_id
    ,DER.status
    ,txt.text
    ,DER.user_id
    ...
  • Reply To: How do you change the whole theme of SQL Server 2014 Management Studio to black?

    The only thing i am aware of is the "inofficial" dark theme which can be unlocked, but does not change object explorer.

    For available options, the best thing to do in...

  • Viewing 15 posts - 1 through 15 (of 176 total)