User Profile
Collapse
-
I certianly don't want a single point of failure on the physical hardware of the virtual server. With that said do you load balance it just like you would normal physical web servers? I'm really looking for the "best practices". My gut says hardware load balancer with 2 virtual servers. -
If you are talking about the Bulk Insert utility, I imported the data to a temp table (every field varchar(200)) and then I validated the data in the temp table before moving it into production tables. If no errors occurred, I deleted the temp table record. Finally, I moved to the next record and repeated until I was done.
Hope this helps.Leave a comment:
-
If I understand it correctly...
I didn't try the query but it should be correct, if not it's real close.
SELECT userID,
COUNT(userID) AS userID_NumOccur rences, weekEndingDate,
COUNT(weekEndin gDate) AS weekEndingDate_ NumOccurrences
FROM tableA
GROUP BY userID, weekEndingDate
HAVING ( COUNT(userID) > 1 AND COUNT(weekEndin gDate) > 1)Leave a comment:
-
Deadlock issue... (not the average deadlock)
Okay, here goes... deadlocks have been occurring since Dec 17, 2007 on database; however, no changes were made to the code or the database. The application had been in production for 1 1/2 years before the deadlocks began occurring. On Dec. 17, 2007 two KB updates from Microsoft were installed but neither was SQL related. One for Daylight Savings and the other for a Macrovision driver exploit. Also, our ISP was changed and a new database that had... -
IIS on Virtualized Server
I was approached and asked about virtualizing my web farm. I currently have 3 servers in the farm. What is the consense on this forum regarding virtualization of a web server (IIS)? Also, what about SSL sessions and sesiion persistance; will it be the same as it was with a load balanced web farm? Looking for any guidance on this. Thanks. -
List web servers on the domain
In VB.NET, how can I get a list of Windows 2003 Servers that have IIS installed/running on them? I can get the computer list from AD but I don't know which ones are servers with 2003 and which ones have IIS installed/running on them. Thanks.
No activity results to display
Show More
Leave a comment: