Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
craigmacca
Posting Yak Master
142 Posts |
Posted - 2011-04-24 : 15:15:24
|
| Hi i have a SQL command i need to run from a application server to my database server, the sql command is below. i can run this using the SQLCMD on the database server, i now need to run the same command using SSEUtil.exe but i get errors, i think the syntax must be different, does anyone have any ideas what i need to do?sqlcmd.exe -S serverIpAddress -U username -P password -d database -Q "insert into SimCardReceived (NumberFrom, Message, SimNumber) values ('_FROM_','_BODY_','03')" |
|
|
|
|
|