question

Dan Lamas avatar image
Dan Lamas asked

How do I get .net to work in a SQL Server cluster

I am trying to create a SQL 2005 two node cluster on Windows 2003 EE 32-bit. We have a database that has MSMQ assemblies using .net. We were trying to move this database from an old server (single instance) to a Clustered server but have had many problems with .net. When we test a failover the assemblies in the database break because .net is not clustered.

I am not finding any documentation on this. Can someone please provide assistance?

Thanks in advance.

sql-server-2005cluster
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
sp_lock avatar image
sp_lock answered

Are you using Active/Active or Active passive cluster, does your connection string point to the virtual IP?

What errors are you getting?

Google is your friend.. As is BOL

http://msdn.microsoft.com/en-us/library/ms189877%28SQL.90%29.aspx

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

CirqueDeSQLeil avatar image CirqueDeSQLeil commented ·
Errors are very important to figure out this kind of problem.
2 Likes 2 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.