Viewing 15 posts - 1 through 15 (of 27 total)
Thanks for the reply. Yes, IIS won't be clustered, there will be two instances, one on each machine. I'm aware that it is not recommended to run IIS...
October 29, 2011 at 7:02 pm
But what happens to the cluster if that DC goes down? IIS and SQL Server are on the same cluster, so all data is access via the web app....
October 29, 2011 at 4:57 pm
Good advice Mohammed... Thanks! I need to learn a lot more about the Recovery Models.
January 3, 2007 at 2:10 pm
Nigel, I'm using a Simple recovery model. What option would be better and what would I have been able to do?
Steve, used the DTS Import/Export Wizard to create the job and...
January 3, 2007 at 12:08 pm
Hi Tony et al,
I'm not sure about Q1. In Q2, my assumption is that one of the other can be the monitor.
I had the same question you had in...
January 26, 2006 at 6:27 pm
Hmmm. Well I understand the ASP issue with access to msdb. The name is entirely used by the single stored procedure that creates the job so handling of that is...
September 20, 2005 at 6:13 pm
Well, here's what would happen:
1. A Flag gets set marking that all groups need an update. I only want the a groups update to happen if a user of that...
September 20, 2005 at 3:25 pm
Yeah, I got this to work too! Now, I'm concerned that this is improper use of the Job facility of SQL Server. I could have a couple hundred of these...
September 20, 2005 at 11:13 am
Well, the way it works, is that the stored proc operates on a subset of records that pertain to a group of users. When a user in...
September 20, 2005 at 2:18 am
How can I switch between multi-threaded and single-threaded? I'm running ASP and ASP.NET 2.0 beta on the same server.
September 16, 2005 at 2:14 pm
Hi There,
I never really found a solution to my problem. I ended up re-writing the query and haven't seen the problem again. Bad queries=bad performance!
I've recently re-written a particular query...
September 14, 2005 at 1:07 pm
No workgroup edition? It became available in April. Take a look at the table on this page:
http://www.microsoft.com/sql/evaluation/overview/default.asp
The OEM version of SQL Server 2000 apparently comes pre-installed on servers bought...
July 13, 2005 at 3:11 pm
Have you ever gone that route and pursued with the FBI? Do you contact the local office by voice or e-mail? How does it work exactly?
January 17, 2005 at 4:17 am
Ok All, GOT IT!
I found an SQL Injection vulnerability. I found a script file that was placed on my server which caused my server to connect via FTP to a...
January 17, 2005 at 12:03 am
I've found that if I transfer the passed in parameters to local variables declared in the stored procedure where this query is called, the query does find the indexes on...
November 14, 2004 at 4:08 am
Viewing 15 posts - 1 through 15 (of 27 total)