Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

set “Allow select into/bulk copy” option to true without using Sybase Central?

1,479 views
Skip to first unread message

Avi W.

unread,
Aug 28, 2001, 8:54:20 AM8/28/01
to
Hi All,

How do I set “Allow select into/bulk copy” option to true without using
Sybase Central?

Thanks

Juergen_Schwindke

unread,
Aug 28, 2001, 8:59:35 AM8/28/01
to
to change the option you have to be in the master-database
use master
go

sp_dboption databasename, "select into/bulkcopy/pllsort", true
go

(for an undo you have to use false instead of true)

after executing that command you have run the checkpoint-command
in the database that was changed

---

you get a list of all options by:
sp_dboption
go

Juergen

Lyuda Bugriyenko

unread,
Aug 28, 2001, 8:37:15 AM8/28/01
to
Hi,

sp_dboption your_nm_db, "select into/bulkcopy/pllsort", true
use your_nm_db
go
checkpoint

Lyuda.

"Avi W." <av...@hotmail.com> wrote in message
news:4fFEYu7...@forums.sybase.com...

Avi W.

unread,
Aug 29, 2001, 7:09:23 AM8/29/01
to

Avi W. <av...@hotmail.com> wrote in message
news:4fFEYu7...@forums.sybase.com...
0 new messages