Ok in MSAccess I can send an SQL string to a server I'm connected to and as I understand it that string can contain anything.<BR><BR>Basically it would behave as if I was connected to the server ...
PolyBase, a data virtualization feature for SQL Server, allows users to seamlessly query data from various external sources directly using T-SQL (Transact-SQL) without the need for separate client ...
this will return: "(1 row(s) affected)" But now I need to know, what data was actually inserted? SQL Server has answered this question in 2005 with the OUTPUT statement: This will return a dataset ...