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:
I can't find what I need to do to allow me to add this group. Any ideas?
Regards,
A
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