dbTalk Databases Forums  

Attaching previous database to new installation

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Attaching previous database to new installation in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
=?Utf-8?B?aXF2MQ==?=
 
Posts: n/a

Default Attaching previous database to new installation - 06-13-2007 , 03:34 PM






I have a Active/Passive cluster and have installed the SQL 2005.
What I would like to know, before I proceed with my configurations (since it
is my first time in a cluster environment) is whether I will need to attach
the database (lets call it DBX) to SQL Server on both the servers seperately,
or do i only have to attach the database DBX to SQL Server on the active
machine.
Like i said this is my first time so i want to be very sure before i proceed.

Reply With Quote
  #2  
Old   
=?Utf-8?B?TGluY2hpIFNoZWE=?=
 
Posts: n/a

Default RE: Attaching previous database to new installation - 06-13-2007 , 08:56 PM






You don't attach the database to any node. Rather, you attach it to the SQL
Server instance regardless which node the instance may be running at the
time. In general, a SQL Server operation doesn't care where the SQL instance
is running.

Linchi

"iqv1" wrote:

Quote:
I have a Active/Passive cluster and have installed the SQL 2005.
What I would like to know, before I proceed with my configurations (since it
is my first time in a cluster environment) is whether I will need to attach
the database (lets call it DBX) to SQL Server on both the servers seperately,
or do i only have to attach the database DBX to SQL Server on the active
machine.
Like i said this is my first time so i want to be very sure before i proceed.

Reply With Quote
  #3  
Old   
=?Utf-8?B?aXF2MQ==?=
 
Posts: n/a

Default RE: Attaching previous database to new installation - 06-15-2007 , 03:29 PM



thanks for you advice Linchi... I will try that

"Linchi Shea" wrote:

Quote:
You don't attach the database to any node. Rather, you attach it to the SQL
Server instance regardless which node the instance may be running at the
time. In general, a SQL Server operation doesn't care where the SQL instance
is running.

Linchi

"iqv1" wrote:

I have a Active/Passive cluster and have installed the SQL 2005.
What I would like to know, before I proceed with my configurations (since it
is my first time in a cluster environment) is whether I will need to attach
the database (lets call it DBX) to SQL Server on both the servers seperately,
or do i only have to attach the database DBX to SQL Server on the active
machine.
Like i said this is my first time so i want to be very sure before i proceed.

Reply With Quote
  #4  
Old   
Anthony Thomas
 
Posts: n/a

Default Re: Attaching previous database to new installation - 07-14-2007 , 12:33 PM



Keep in mind that SQL Server will only be active on one node at a time. The
disks will only be visible from this active node; so, that is where you must
place the database files.

Then, as Linchi stated, you must run the attach process through the SQL
Server instance, just like you would on a stand-alone system.

You connect to the SQL Server instance through the failover cluster server
name dedicated for SQL Server, not specific node names.

Sincerely,


Anthony Thomas


--

"iqv1" <iqv1 (AT) discussions (DOT) microsoft.com> wrote

Quote:
thanks for you advice Linchi... I will try that

"Linchi Shea" wrote:

You don't attach the database to any node. Rather, you attach it to the
SQL
Server instance regardless which node the instance may be running at the
time. In general, a SQL Server operation doesn't care where the SQL
instance
is running.

Linchi

"iqv1" wrote:

I have a Active/Passive cluster and have installed the SQL 2005.
What I would like to know, before I proceed with my configurations
(since it
is my first time in a cluster environment) is whether I will need to
attach
the database (lets call it DBX) to SQL Server on both the servers
seperately,
or do i only have to attach the database DBX to SQL Server on the
active
machine.
Like i said this is my first time so i want to be very sure before i
proceed.




Reply With Quote
  #5  
Old   
Igor
 
Posts: n/a

Default RE: Attaching previous database to new installation - 04-21-2009 , 08:36 AM



Hello!

I suppose that you know the answer on my question.

The matter is that we have Active/Passive cluster and SQL Server running on
it. I want to deploy clr procedure. I have already created dll and make
script which creates assembly in database, but I don't know do I need to
implement this script on both servers or I can implement it on active node
only.


"Linchi Shea" wrote:

Quote:
You don't attach the database to any node. Rather, you attach it to the SQL
Server instance regardless which node the instance may be running at the
time. In general, a SQL Server operation doesn't care where the SQL instance
is running.

Linchi

"iqv1" wrote:

I have a Active/Passive cluster and have installed the SQL 2005.
What I would like to know, before I proceed with my configurations (since it
is my first time in a cluster environment) is whether I will need to attach
the database (lets call it DBX) to SQL Server on both the servers seperately,
or do i only have to attach the database DBX to SQL Server on the active
machine.
Like i said this is my first time so i want to be very sure before i proceed.

Reply With Quote
  #6  
Old   
Russell Fields
 
Posts: n/a

Default Re: Attaching previous database to new installation - 04-21-2009 , 08:55 AM



Igor,

Since the assembly is created in the database, then you should only need to
deploy to the SQL Server. (You can even script it out of the database and
get a big binary string of the DLL in your script.)

You should not need to care which cluster node it is running on.

RLF

"Igor" <Igor (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hello!

I suppose that you know the answer on my question.

The matter is that we have Active/Passive cluster and SQL Server running
on
it. I want to deploy clr procedure. I have already created dll and make
script which creates assembly in database, but I don't know do I need to
implement this script on both servers or I can implement it on active node
only.


"Linchi Shea" wrote:

You don't attach the database to any node. Rather, you attach it to the
SQL
Server instance regardless which node the instance may be running at the
time. In general, a SQL Server operation doesn't care where the SQL
instance
is running.

Linchi

"iqv1" wrote:

I have a Active/Passive cluster and have installed the SQL 2005.
What I would like to know, before I proceed with my configurations
(since it
is my first time in a cluster environment) is whether I will need to
attach
the database (lets call it DBX) to SQL Server on both the servers
seperately,
or do i only have to attach the database DBX to SQL Server on the
active
machine.
Like i said this is my first time so i want to be very sure before i
proceed.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.