Linked Server Query for Oracle links
SELECT server_id, name, product, provider, data_source
FROM sys.servers
WHERE (product = N'Oracle')
FROM sys.servers
WHERE (product = N'Oracle')
I have been a SQL Server DBA for 25 years. These are some odds & ends that I have found useful. You can reach me at Barry.OConnell@Yahoo.com
0 Comments:
Post a Comment
<< Home