Viewing 15 posts - 3,646 through 3,660 (of 5,841 total)
Oh, and may I suggest you set up some task to check this system more frequently than every 3 days??
February 2, 2011 at 6:18 am
unless you have a windows file system auditing tool in place (rare) you have absolutely no way of knowing how/why/when this happened. Sorry.
February 2, 2011 at 6:18 am
max server memory and cpu affinity can get you "isolation for performance reasons" without giving up the memory another instance will chew up for nothing. And many times just...
February 1, 2011 at 1:49 pm
>>Excellent catch Kevin
I get lucky sometimes - especially when my favorite three-letter word (UDF) is dropped!! 😎
February 1, 2011 at 1:45 pm
I completely understand the need for a 32bit special-collation instance. But why do you need three 64 bit instances?
February 1, 2011 at 10:10 am
Actually I would be more interested in why you are mixing together so many instances rather than the 32/64 bit mix debate. I find that people use instances far...
February 1, 2011 at 8:49 am
What am I - chopped liver? I think I did mention UNpivot, right?? :hehe:
February 1, 2011 at 8:47 am
This will be a totally AWFUL design for reasons already covered. Throw in almost certainty of linked server usage and cross-server data pulls/joins. Disasterously bad performance will result.
Speaking...
February 1, 2011 at 7:20 am
sound like UNPIVOT to me, although you have a very sparse description of what you actually need and no sample data/code/expected outcome.
February 1, 2011 at 7:17 am
It is quite common if/when your tempdb IO subsystem is poor - which 99% of the clients I help have.
February 1, 2011 at 7:16 am
1) restore the entire database under a different name and pull the table out yourself (perhaps using Import Data Wizard).
2) use a third party tool (ApexSQL, Red-Gate, Idera, others?) to...
February 1, 2011 at 7:14 am
I will add that you can use extra memory on 32 bit systems with /PAE and AWE in SQL Server 2005+
February 1, 2011 at 7:13 am
Time for a call to Microsoft Support perhaps?
February 1, 2011 at 7:11 am
I say the best way to handle this is to use dynamic sql to construct queries that have explicit values coded for those variables and more importantly allow you to...
January 31, 2011 at 7:52 am
dbcc checkdb is one of MANY things that started using tempdb in SQL 2005. You REALLY need a good tempdb on SQL systems.
January 31, 2011 at 7:48 am
Viewing 15 posts - 3,646 through 3,660 (of 5,841 total)