Run sqlcmd without having SQL Server installed
问题 I'm working on a Java program that is calling sqlcmd . It works perfectly on a computer with SQL server installed, but not at all on a computer that doesn't. I want to include the necessary exe and dll files to run this command in my jar. Anyone know which ones I need? I already included batchparser90.dll, sqlcmd.exe, and sqlcmd.dll. It still didn't work. Any suggestions are appreciated. Thanks in advance! 回答1: Although it's probably too late for the original poster, for future reference,