Viewing 15 posts - 91 through 105 (of 143 total)
i've done below.....
CREATE TRIGGER TRG_TMP
AFTER INSERT OR UPDATE OR DELETE
OF ID or Stud_Name
ON
STUD
BEGIN
--
here i need oracle query to compare the ID, stud_name in two tables,
and i...
March 26, 2013 at 7:14 am
Thanks Thanks ......................... Ton of Thanks.
Success,
thank u team, i've started the distributed query without basic knowledge, i tried a lot,
but ur help make me understand that exactly what it...
March 21, 2013 at 2:41 am
If i use like "SHH004V\SVR5"
getting below error.
Msg 102, Level 15, State 1, Line 3
Incorrect syntax near '\'.
March 20, 2013 at 8:23 am
getting below error
Could not find server 'SHH004V' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers.
March 20, 2013 at 8:17 am
Can u please provide the query plz,
March 20, 2013 at 7:53 am
Hello Sir,
finally i've configured Linked Server.
but am unable to execute the query.
using below syntax:
SELECT * FROM serverA.database.owner.TableName
Union
SELECT * FROM serverB.database.owner.Tablename
Server name am gettting from "SELECT @@SERVERNAME" is it OK.
March 20, 2013 at 7:42 am
select * from Stud_Info
left inner join SVSINST\SR2002.students.stud_Info
March 20, 2013 at 3:46 am
Query Looks great,
But i want to retrieve unmatched records from two seperate instances.
Instance : A
Database : Students
Table : Stud_Info
Instance : B
Database : Stud
Table : Stud_Info.
output should be displayed from stud_info...
March 20, 2013 at 3:38 am
Am using below query, but not executing,
select * from Stud_Info
left inner join SVSINST\SR2002.students.stud_Info
Please help me in query building....
March 20, 2013 at 3:22 am
Hi Team,
Sample query Please........
March 20, 2013 at 2:37 am
There are no triggers on particular table.
am inserting manually, i.e
insert into table_name values (.....)
March 19, 2013 at 9:01 am
Hi Thank u for your reply,
but the query is not feching all the definitions which are having cursors, only few definication is getting.
how to get all objects / definition.
February 14, 2013 at 3:41 am
Viewing 15 posts - 91 through 105 (of 143 total)