|
Home > Archive > MS SQL Server > November 2006 > running a script which accepts a parameter against SQL2000 database
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
running a script which accepts a parameter against SQL2000 database
|
|
| pauls1888 2006-11-28, 7:13 pm |
| Hi there,
I'm fairly new to this stuff - I want to write a batch file or small
vbscript app that will aceept a parameter and then insert this into a
simple update command and execute agaisnt a SQL2000 database. andy help
appreciated!!
Cheers,
Paul
| |
| Arnie Rowland 2006-11-28, 7:13 pm |
| Look up batch files, using replaceable parameters, and then using SQL Server
Books Online, check out osql.
--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"pauls1888" <pauls1888@gmail.com> wrote in message
news:1164726964.399837.44300@45g2000cws.googlegroups.com...
> Hi there,
> I'm fairly new to this stuff - I want to write a batch file or small
> vbscript app that will aceept a parameter and then insert this into a
> simple update command and execute agaisnt a SQL2000 database. andy help
> appreciated!!
> Cheers,
> Paul
>
| |
| pauls1888 2006-11-30, 7:14 pm |
| Thanks for the help guys
|
|
|
|
|