install the OSQL tool on the client machine
Database
1
Posts
1
Posters
0
Views
1
Watching
-
hi all, i want to execute following on command propmpt
osql -S test\instance -U username -P password -Q"BACKUP DATABASE databaseName TO DISK='C:\My.bak'"
this command require osql tool(client tool) must be installed on client machine. I do not want to install sql server. Sql server is install on test machine .I want to install only minimum tools to use Osql.exe so i want to ask that which tool must be installed on client machine to execute above command