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
Where in the page lifecycle are cookies created?
Segregating Users Within SBS 2008
How do I reset the name of the "Title" column in Sharepoint after it has been renamed in error.
SBS 2008 ~ The e-mail alias already exists...
A substitute for Terminal Server running under 2003. Any 3rd party tool, having basic features of TS?
Send Email from Winform application
How to create a .mdb file from ms sql server database.......
Want to run script when a file is put in a folder
SQLSERVER 2005 mirroring
Hyper-V R2 virtual machine storage on ISCSI SAN affecting live migration