you have to associate them with isqlw.exe - in your windows explorer tools options look at file types then find the sql extension then below that it lets you choose which porgramme to open the sql file with if its not in the list choose browse and find it at
MSDE doesn't come with isqlw.exe. isqlw is Query Analyzer. The client tools aren't included with MSDE. You have to edit the file within notepad and use isql or osql to execute the file against the SQL Server database.
isql and osql are command line utilities that can run saved SQL Files against SQL (and MSDE). Use isql /? or osql /? for the full set of options.
Denny
--Anything is possible. All it takes is a little research. (Me)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.