Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Named and default instance in SQL Server 2kNamed a

Author  Topic 

k_sekhar_rao
Starting Member

8 Posts

Posted - 2003-06-16 : 01:56:38
Hi,

I am trying to create a DB in a instance of sql server 2k. But the problem is
i have two instances, one default and the other named instance.
So when i create a db in default instance, the same is getting
created automatically in named instance.
Same happens when i try to do this in named instance. I mean both are acting
like mirror instances. Can anyone try to sort this out.

thanks in advance,
sekhar

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-06-16 : 12:38:48
Well this definitely should not be happening. How are you creating the database in the default instance? Describe the steps.

Tara
Go to Top of Page

nr
SQLTeam MVY

12543 Posts

Posted - 2003-06-16 : 13:16:32
Are you sure you have two instances not one instance aliased.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

chadmat
The Chadinator

1974 Posts

Posted - 2003-06-16 : 23:52:54
I have never heard of any such problem. Are you sure you have 2 instances?

-Chad

http://www.clrsoft.com

Software built for the Common Language Runtime.
Go to Top of Page
   

- Advertisement -