vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On May 7, 2:12 am, Helma <helma.vi...@hotmail.com> wrote: > Hello *, > > I just can't find a way to execute a script when i'm in isql. For > example, in oracle you can use the @ sign for directing to a script. > Does Sybase 12.5 has such equivalent? > > Thanks! > Helma You can execute a shell script by using !! <name of script> You can import and run a tsql batch file using vi <filename> go |
| |||
| my 2 cents. I don't think we have any such thing for sybase (at least that i know of). try :r <file name> make sure to not give 'go' withn the script. Enter 'go' and press enter after ':r' -- Message posted using http://www.talkaboutdatabases.com/gr...abases.sybase/ More information at http://www.talkaboutdatabases.com/faq.html |
| ||||
| On May 9, 10:55 pm, "vipra" <gandrak...@gmail.com> wrote: > my 2 cents. I don't think we have any such thing for sybase (at least that > i know of). > > try > :r <file name> > > make sure to not give 'go' withn the script. Enter 'go' and press enter > after ':r' > > -- > Message posted usinghttp://www.talkaboutdatabases.com/group/comp.databases.sybase/ > More information athttp://www.talkaboutdatabases.com/faq.html thanks for the answers! H. |