Can anyone tell me how to execute a query that was created in sql server query analyzer (has a .qry ext) from VB.
There are multiple select statements and I don't want to create a custom stored procedure in sql server, so if I could just call this transact sql query from VB I'd be all set.
Any help would be appreciated!
There are multiple select statements and I don't want to create a custom stored procedure in sql server, so if I could just call this transact sql query from VB I'd be all set.
Any help would be appreciated!