Showing posts with label hardware. Show all posts
Showing posts with label hardware. Show all posts

Friday, March 30, 2012

MS-SQL 2000 Tape/Hardware Support

Hi,
Where can I find a list of supported tape drives by MS-SQL?
For example: DDS, DLT etc.
Thanks
Shiri Tzuk
Shiri Tzuk wrote:
> Hi,
> Where can I find a list of supported tape drives by MS-SQL?
> For example: DDS, DLT etc.
> Thanks
I don't know if such a list exists, but why don't you just backup your
databases to disk? You can then let your backup program backup the files
to tape because now it's just a regular file backup.
Regards
Steen
|||Hello Steen,
Thanks for your reply.
We would like to backup to tape since our customers (that using our product)
request for that feature. We also provide of course the ability to backup to
the network.
The customers also can decide which tape drive and this is why I need to
know if there is a limitation in that area.
Shiri
Shiri Tzuk
"Steen Persson (DK)" wrote:

> Shiri Tzuk wrote:
> I don't know if such a list exists, but why don't you just backup your
> databases to disk? You can then let your backup program backup the files
> to tape because now it's just a regular file backup.
> Regards
> Steen
>

MS-SQL 2000 Tape/Hardware Support

Hi,
Where can I find a list of supported tape drives by MS-SQL?
For example: DDS, DLT etc.
Thanks
--
Shiri TzukShiri Tzuk wrote:
> Hi,
> Where can I find a list of supported tape drives by MS-SQL?
> For example: DDS, DLT etc.
> Thanks
I don't know if such a list exists, but why don't you just backup your
databases to disk? You can then let your backup program backup the files
to tape because now it's just a regular file backup.
Regards
Steen|||Hello Steen,
Thanks for your reply.
We would like to backup to tape since our customers (that using our product)
request for that feature. We also provide of course the ability to backup to
the network.
The customers also can decide which tape drive and this is why I need to
know if there is a limitation in that area.
Shiri
--
Shiri Tzuk
"Steen Persson (DK)" wrote:

> Shiri Tzuk wrote:
> I don't know if such a list exists, but why don't you just backup your
> databases to disk? You can then let your backup program backup the files
> to tape because now it's just a regular file backup.
> Regards
> Steen
>sql

MS-SQL 2000 Tape/Hardware Support

Hi,
Where can I find a list of supported tape drives by MS-SQL?
For example: DDS, DLT etc.
Thanks
--
Shiri TzukShiri Tzuk wrote:
> Hi,
> Where can I find a list of supported tape drives by MS-SQL?
> For example: DDS, DLT etc.
> Thanks
I don't know if such a list exists, but why don't you just backup your
databases to disk? You can then let your backup program backup the files
to tape because now it's just a regular file backup.
Regards
Steen|||Hello Steen,
Thanks for your reply.
We would like to backup to tape since our customers (that using our product)
request for that feature. We also provide of course the ability to backup to
the network.
The customers also can decide which tape drive and this is why I need to
know if there is a limitation in that area.
Shiri
--
Shiri Tzuk
"Steen Persson (DK)" wrote:
> Shiri Tzuk wrote:
> > Hi,
> > Where can I find a list of supported tape drives by MS-SQL?
> > For example: DDS, DLT etc.
> > Thanks
> I don't know if such a list exists, but why don't you just backup your
> databases to disk? You can then let your backup program backup the files
> to tape because now it's just a regular file backup.
> Regards
> Steen
>

Monday, February 20, 2012

MSDTC - The Microsoft Clustering Service failed restore a registry

Cluster active-active.
The node B was reinstalled after a hardware failure.
Now the node B is ok. The failover is ok, except because I receive the
message"The Microsoft Clustering Service failed restore a registry key for
resource SQL Server " when I move the Instance B from Node A to Node B.
How can I install MSDTC without affect the Node A (without unistall msdtc
from this node) ?
Node A - Instance A (msdtc resource is online)
thanks for your help.
You don't install DTC, it is already on the machine. It is part of the OS.
You just configure the resource into the cluster. All you should have to do
is edit the properties of the DTC resource and add NodeB as a possible
owner.
Mike
http://www.solidqualitylearning.com
Disclaimer: This communication is an original work and represents my sole
views on the subject. It does not represent the views of any other person
or entity either by inference or direct reference.
"Shima" <Shima@.discussions.microsoft.com> wrote in message
news:F5B0FAB8-C20C-4009-96A9-98AB79D5D965@.microsoft.com...
> Cluster active-active.
> The node B was reinstalled after a hardware failure.
> Now the node B is ok. The failover is ok, except because I receive the
> message"The Microsoft Clustering Service failed restore a registry key for
> resource SQL Server " when I move the Instance B from Node A to Node B.
> How can I install MSDTC without affect the Node A (without unistall msdtc
> from this node) ?
> Node A - Instance A (msdtc resource is online)
> thanks for your help.