Viewing 15 posts - 76 through 90 (of 143 total)
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...
June 12, 2013 at 1:14 am
hi,
Agree,
But as per my screen shot, % Processor time is not showing.
June 5, 2013 at 4:21 am
Thank u.
is there any query to get the same details...?
June 4, 2013 at 8:58 am
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??...
June 3, 2013 at 9:15 am
Hi,
370 MB.
is there any way to generate the .sql file.
May 24, 2013 at 4:27 am
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...
May 23, 2013 at 2:37 am
sorry,
bit communication GAP,
i want to call .java files in sql trigger....
Is it possible...?
May 20, 2013 at 9:39 am
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...
May 20, 2013 at 9:19 am
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...
April 16, 2013 at 7:40 am
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
...
April 16, 2013 at 6:55 am
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"...
April 16, 2013 at 3:17 am
Already checked the links. but not getting exact solution.
is there any syntax error in trigger any issues.
Please help me...
March 29, 2013 at 8:18 am
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"...
March 28, 2013 at 6:30 am
Viewing 15 posts - 76 through 90 (of 143 total)