first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

tSQL Code: Example of OPENROWSET with Trusted Connection; NTLM

SELECT p.* FROM OPENROWSET ( 'SQLOLEDB' , 'Trusted_Connection=yes; Integrated Security=SSPI; DataSource=MyServer;Initial_Catalog=pubs;' , ' SELECT * FROM pubs.dbo.authors ORDER BY au_lname, au_fname' ) AS p

mod date: 2005-05-06T19:23:15.000Z