Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: I Have A Problem With Primavera 6

    1. Query the USESSION table for the users 'session_id':

    select session_id from USESSION where delete_session_id is NULL and user_id = (select user_id from users where user_name...

  • RE: Background process and SINGLE_USER

    1. Query the USESSION table for the users 'session_id':

    select session_id from USESSION where delete_session_id is NULL and user_id = (select user_id from users where user_name...

  • RE: Shrink DB and Log

    hi all

    i have SQL 2005 express and the database size is mor than 4G i tray to user the comand give me this

    error

    Msg 137, Level 15, State...

Viewing 3 posts - 1 through 4 (of 4 total)