Forum Replies Created

Viewing 15 posts - 76 through 90 (of 608 total)

  • RE: Database (In Recovery..)

    It says "RECOVERY" but i would like to know how much it recovered already

  • RE: trace?

    Also i am not getting the original user name, I am getting my own id who ever logs in under "sUserName".

    and since all our users connect to sql server directly...

  • RE: trace?

    It is working fine for me in 2005 also but how can i filter this code so that i get email only when the user is connected through "ApplicationName Microsoft...

  • RE: Restore Differential Backup

    the link is not the problem because i might missed while writing in the forum. now its corrected.

  • RE: Database Attach problem

    yes, i can and i see activity "create database" for this attach database but it is not blocking anything

  • RE: Database Attach problem

    attaching the db is still runing from the past 3 hrs and is locking every one that server, i can t even open any database from the SSMS?

  • RE: trace?

    After creating the trigger as you gave, i coulnd not connect to the instance, the trigger is kicking out any login to access the server.

  • RE: Using SQL Trace to Audit Database Access

    I am getting the error...

    The trace file name is not valid because it contains a rollover file number (NNN in C:\file_NNN) while the trace rollover option is enabled.

  • RE: trace?

    I am doing this but i am sure this is not sufficiant.. Let me know.

    GRANT VIEW SERVER STATE TO EctApp;

    GO

    CREATE TRIGGER connection_info_trigger

    ON ALL SERVER WITH EXECUTE AS 'EctApp'

    FOR LOGON

    AS

    BEGIN

    IF ORIGINAL_LOGIN()=...

  • RE: trace?

    yesi have database mail ready and tried to use the same code from the above link provided.

  • RE: trace?

    I created logon trigger but it not allowing the user to logon which i dont want,I want to allow them to logon and may be email me who logged on...

  • RE: Needed: Litespeed Syntax

    I think "xp_restore_verifyonly" will work only in sql 2005 but not in sql 2008, it should be something different, right?

  • RE: sysadmin

    I would like to explain the problem in another way..

    Lets say the account(windows) i am using which is in problem is "OBBEAVER\SQLBAY2" and sql agent service run with this ...

  • RE: sysadmin

    yes, SQl Server, Agent and all other sql related services use the same windows account which is a sysadmin.

    Looks like the problem is only when i run the job but...

  • RE: qry

    does this mean

    and empno not in (select empno from emp_look where active=1)

    applies to only employee_2 table but not for all the union results.

Viewing 15 posts - 76 through 90 (of 608 total)