September 17, 2008 at 11:40 am
Howdy,
I have a *.bat file with a SQLCMD stmt in it. I want to roll this out to a handfull of users putting it on their desktops (propbably using SMS).
I've got all the needed permissions and roles setup on the SQL side.
Is there a component or driver that needs to be delivered or installed in order for a generic user that doesn't have any SQL utilities installed to be able to run SQLCMD?
September 17, 2008 at 12:00 pm
Not sure, but they probably need the SQL Native Client driver.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
September 17, 2008 at 12:30 pm
Great, thanks for your help. I found the following topic on MSDN ...
http://msdn.microsoft.com/en-us/data/aa937705.aspx
It looks like using the sqlncli.msi installation program is what I need. Thanks again!
September 17, 2008 at 11:19 pm
Thanks for the feedback, Ted.
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply