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
On a Cross-Tab, how do I display difference from one cell to the next. Please see example.
not enough memeory or disk space to run when opening word 2007
Dell Disk error - is there any point trying to recover this? Whats the problem do you think?
msgbox displays if serial number in table
why is it preferred to use gpmc rather than the built-in gp policy
How can I get an extended desktop in this setup?
Denying all Traffic on port 25 on 2821
Cannot login to server or workstations when accessing RWW using IE
How to sum a formula involving a nested if statement in Crystal 2008
To find memory being used by each sql runnign process