views:

289

answers:

1

I have SQL Server 2008 installed in a Vista x64 machine. When I look for the sqlcmd.exe, i find 2 versions, the x64 and the x86:

  • C:\Program Files\Microsoft SQL Server\100\Tools\Binn\sqlcmd.exe
  • C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\sqlcmd.exe

Which one should I use ? Is there an advantage of using one over the other?

Thanks, Nestor

+1  A: 

Use the 64-bit version - it was built specifically for your 64-bit CPU and as such will run better.

Andrew Hare