Viewing 15 posts - 226 through 240 (of 464 total)
I don't remember if my .net version dropdown was blank or 2.0.50727 when I experienced my problem - I suspect I saw it both ways.
Try repairing .net (add/remove programs, scroll...
January 5, 2009 at 11:03 am
TRACEY (1/4/2009)
I want to visit this...
January 4, 2009 at 3:39 pm
Check the asp.net settings in the Reports virtual directory properties, ensure that .net 2 is being used. I hit a problem similar to this recently that required me to...
January 3, 2009 at 10:08 am
I believe that it's part of the standard install, unless you need the license server component.
January 3, 2009 at 10:00 am
noeld (12/30/2008)
When you use the variable version and...
December 30, 2008 at 2:09 pm
If a new thread requires the user to select the version / edition and subject area, perhaps that would provoke enough thought that they would get it right - I...
December 29, 2008 at 12:18 pm
The_SQL_DBA (12/28/2008)
Highest disk overhead of all RAID types (100%) - inefficient
Typically the RAID function is done by system software, loading the CPU/Server and possibly degrading throughput at high...
December 28, 2008 at 3:03 pm
Post the execution plans (in .sqlplan form) as a start. If you can also post table definitions and the queries that would help.
December 23, 2008 at 9:58 pm
I doubt that there is much difference from a performance standpoint ... the raid 1 scenario would presumably require a tiny increase in system resources. Raid 10 would appear...
December 23, 2008 at 9:52 pm
Why do you want to use service broker rather than a direct copy or extract/import? You need to provide more information on what you are trying to accomplish and...
December 22, 2008 at 10:53 pm
The only problem I have had is connecting to SSIS 2005 (and I think the same applies to SSAS), so you may still need to install SSMS 2005. If...
December 22, 2008 at 5:28 pm
Add service broker, which can be set to "auto-fire" procs.
December 21, 2008 at 9:56 am
No, sp_recompile should never be required after stats are updated or after a defrag. SQL should automatically detect when stats are stale and recompile as needed, and the defrag...
December 19, 2008 at 1:32 pm
If you can use truncate then it will always be quicker as it doesn't have to delete (and log) each table individually - the price is that it is not...
December 19, 2008 at 12:06 pm
If running sp_recompile corrects the problem, I would hazard a guess that they are doing something else significant after the stats are updated. Those changes won't cause the stats...
December 19, 2008 at 11:56 am
Viewing 15 posts - 226 through 240 (of 464 total)