Forum Replies Created

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

  • RE: SSRS Memory utilisation

    Hi Team,

    Am using sql server 2008, also SSRS is installed in my server, i want to find the CPU and Mrmory Utilisation for Reporting services.

    Find how much memory /CPU is...

  • RE: Activity monitor > %processor time

    hi,

    Agree,

    But as per my screen shot, % Processor time is not showing.

  • RE: Who Dropped Database

    Thank u.

    is there any query to get the same details...?

  • RE: Calling Batch file using SQL Script

    Hi Team,

    Can u please tell me that the msg "UPDATE' is not recognized as an internal or external command,"

    is coming from the SQL exec call or from the batch file??...

  • RE: Calling Batch file using SQL Script

    Hi Team,

    Its not working...!

  • RE: Backup large Table

    Hi,

    370 MB.

    is there any way to generate the .sql file.

  • RE: SQL Trigger on condition

    Thank U sqlnaive

    Hope it works.

    Great...!

  • RE: SQL Trigger on condition

    Thank u,

    my requirement is when ever insert happens on main table then i want to execute Stored proc1,

    if delete happens on main table then execute stored proc2,

    if update then stored...

  • RE: How to call JAVA class file in sql trigger

    sorry,

    bit communication GAP,

    i want to call .java files in sql trigger....

    Is it possible...?

  • RE: How to call JAVA class file in sql trigger

    I Agree,

    But job will not work in my scenario,

    i want only, when ever any event (insert/update/delete), then only i want to execute the java batch file,

    Please help...

  • RE: "ORA-04091" Mutating Error

    Thanks.

    what ever i have, i given to you and asking for suggetion / help to come out from the error.

    if u want detailed ddl's and trigger.

    i'll complete the trigger after...

  • RE: "ORA-04091" Mutating Error

    Hi,

    Below is the query am using..

    create or replace trigger tr_stud

    after insert or update or delete

    of stud_code , name

    on stud

    referencing old as old new as new

    for each row

    begin

    ...

  • RE: "ORA-04091" Mutating Error

    Hi Team,

    given code is not working, here am giving my scenario with details.

    Table : Stud

    ---------------------------------------------------

    Stud_Code| Name

    View : CST

    ---------------------------------------------------

    Stud_id|LIb_id

    Table : LIB

    ---------------------------------------------------

    Lib_id| Current_Date

    Stud_Code column in "STUD" and stud_id column in "CST"...

  • RE: "ORA-04091" Mutating Error

    Already checked the links. but not getting exact solution.

    is there any syntax error in trigger any issues.

    Please help me...

  • RE: mutation in Trigger

    My requirement is when ever any insert|update|delete happens on Table1:Test,

    then it should check the ID value in table SID, if ID is avaiale then update the column "status"...

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