Viewing 15 posts - 3,436 through 3,450 (of 6,105 total)
Multiple instance clusters are supported. See Brian Knight's articles on clustering (most of it is applicable to Win2k3).
Also, you might check out the high availability guides from MS:
August 4, 2004 at 10:27 am
Better still would be to write a function that takes a string and returns back a string. Replace any code that you're concerned about. For instance, single quote becomes two...
August 4, 2004 at 10:24 am
MDAC = Microsoft Data Access Components
Location on Microsoft's site: MSDN Data Access and Storage home
Under Downloads | Product and Update Downloads you'll find the various MDAC...
August 4, 2004 at 7:41 am
The sp_OA stored procedures also default to sysadmin role members only. These stored procedures can allow access to any objects (programming terminology) that are registered on that particular server. It's...
August 4, 2004 at 7:34 am
Yes. SQL Server 2000 must be installed first. It also must be brought up to SP3. Then you can install SQL Server 2005 Beta 2 in a side-by-side installation.
August 3, 2004 at 11:27 pm
Bad news for you. Any login to SQL Server has access to the master database. The guest user is required to be activated on master. Therefore, if you have a...
August 3, 2004 at 9:57 pm
Before creating the stored procedure, manually create the linked server. Then create the stored procedure (without the GOs). Once the stored procedure is successfully created, manually drop the linked server....
August 3, 2004 at 9:51 pm
You don't have to, no, if it's just a thick client. You'll try and want to keep MDAC versions in synch. I believe MDAC 2.7 SP1 Rerfresh is what is...
August 3, 2004 at 2:27 pm
Views. While SQL Server actually works at the column level, I've found that while most folks will check to see if a person has access to an object like a...
August 2, 2004 at 10:21 pm
Agreed. You may want to do some performance monitoring of the SQL Server to see if it is freezing like that. If it's not a processor/memory limitation, it may be...
August 2, 2004 at 10:18 pm
If you use outlook, you can set up MAPI. Outlook can be setup to use an SMTP/POP3 server. However, if Outlook is out as well, look at the following thread...
August 2, 2004 at 10:12 pm
There is no guarantee in the subject, no. You can try and specify the <b> </b> tags but this isn't guaranteed to work for all email clients. The RFC for...
August 2, 2004 at 10:08 pm
You can do so using SQL Profiler or the sp_trace functions. You'll need to use the Audit Logon and Audit Logout event classes. I should have a forthcoming article on...
August 2, 2004 at 10:04 pm
If you have a named instance and you need to connect through a firewall, you can statically set the port for the instance. Then, when connecting from the other server,...
August 2, 2004 at 10:00 pm
The cluster will require an IP address. Each physical node will require an IP address. Each virtual node will require an IP address. All of these need to be distinct.
Now,...
August 2, 2004 at 9:57 pm
Viewing 15 posts - 3,436 through 3,450 (of 6,105 total)