Microsoft
Software
Hardware
Network
Question : Is isql supported in SQL 2008
I have some isql commands embedded in VB scipt. They run fine under SQL 2000. Now since we moved to SQL 2008, they don't seem to run. I can see the balck screen falshing, but the data insertion is not happening. The code looks like this:
SqlString = "isql /Uadministrator /PPassword <d:\BulkInsert1.sql"
ExecCode = oshell.Run("Cmd /c "& SqlString, 1, True)
Any idea of how to make this work? Do I need to convert to osql? And if this is the case what's the equivalent of the above code in osql?
Answer : Is isql supported in SQL 2008
no it is not. you can still use osql.
Random Solutions
How do I add a comma to my string?
Error - Method Visible of Object Worksheet Failed
How much does the ticket 22450 (a) cvc (failure to stop at stop sign) cost in california?
how to import POP settings from .IAF file? Outlook 2003 from Outlook 2002
access vba Forms Clear cancelEvent
Files from the "home folder" of user in Windows server 2003 AD slow to access
Problem Binding Data to a textbox in Vb.Net
Have a problem with schtasks command in a tiny batch file
Proxy settings in Windows 7
Retriving multiple columns from different tables using hibernate