Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple tempdbs

Status
Not open for further replies.

azucaro

IS-IT--Management
Sep 21, 2005
2
US
I am trying to create multiple tempdbs. I don't want to add to the default tempdb group because of Sybase's round-robin assignment (I want this tempdb to be smaller and to be exclusively used for DBAs). So I am trying to add another group, but get:
Code:
1> sp_tempdb "create", "dbatempdbs"
2> go
Msg 18941, Level 16, State 1:
Server 'XXXXXXXX', Procedure 'sp_multdb_creategroup', Line 67:
Only the 'default' group is currently supported.
(return status = 1)

I can't find what I need to do to allow me to add this group. Any ideas?

Regards,
A
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top