Exiting ISQL with / w/o exit & quit
- From: "deepak.rathore@xxxxxxxxx" <deepak.rathore@xxxxxxxxx>
- Date: 19 Dec 2005 23:12:56 -0800
Which is Suitable 1) or 2):
1)
isql -Usa -Ppassword -Sserver_name << EOF
go
select * from table
go
EOF
2)
isql -Usa -Ppassword -Sserver_name << EOF
go
select * from table
go
quit
EOF
Here in case 1) ,we r not exiting ISQL using exit or quit command.
In this case , will the session be remained open/ resource might not be
free properly.
Or it is perfectly fine i.e. 2) does not give any advantage.
.
- Follow-Ups:
- Re: Exiting ISQL with / w/o exit & quit
- From: michael.peppler@xxxxxxxxx
- Re: Exiting ISQL with / w/o exit & quit
- Prev by Date: Re: Regarding Timestamp
- Next by Date: Re: Exiting ISQL with / w/o exit & quit
- Previous by thread: Regarding Timestamp
- Next by thread: Re: Exiting ISQL with / w/o exit & quit
- Index(es):
Relevant Pages
|