Get OLE Providers info I have found this useful in tracking down application driver/connection issues. I only had to use it 2 times. But it did help
2001-08-22
699 reads
Robert-Vallee,
2001-08-22
Get OLE Providers info I have found this useful in tracking down application driver/connection issues. I only had to use it 2 times. But it did help
DROP PROCEDURE hx_OLEDBproviders go /* Robert Vallee 01/15/2001 rvallee@hybridx.com input: None output: Table format Desc: Get OLE Providers info I have found this useful in tracking down application driver/connection issues. I only had to use it 2 times. But it did help. Warnings: None. */ CREATE PROCEDURE hx_OLEDBproviders AS set nocount on exec master..xp_enum_oledb_providers GO
Very simple, how much space is free on the hard drives of the SQL Server you are connected to.