MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
update remote database - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

update remote database

Last post 07-10-2008 2:17 PM by tosscrosby. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 07-05-2008 7:34 AM

    update remote database

    exe already installed in my client place.i don't want to give the password of database to my client but i want to update value of one of field in a table from our place without using internet access and remoting concept is there any possibility . please suggest me reply urgently
  • 07-10-2008 2:17 PM In reply to

    Re: update remote database

    I'm not aware of way to do it from your site, not based on your constraints. Perhaps send your client the script and let them execute it on their end, encrypting the password within the script? You can easily do this within a bat file, invoking osql (provided it exists on your client's machine).

Page 1 of 1 (2 items)