Viewing 15 posts - 16 through 30 (of 145 total)
entire definition is stored in sys.sql_modules but there is no formatting ;/
October 7, 2009 at 6:06 pm
can you give us more information what does "break on" do ?
October 7, 2009 at 6:05 pm
All operations were end with success ? did you check standard counters like: page life expectency or buffer cache ratio? did you update statistics ? what about queries ? any...
October 7, 2009 at 6:01 pm
SQL 2000 allocates all memory on startup, but newer version dont.
October 7, 2009 at 5:49 pm
i was using Quest Benchmark Factory (http://www.quest.com/benchmark-factory/). I performed some TPC tests - all i can say: i highly recommend this one !
October 7, 2009 at 5:47 pm
Virtualised SQL runs fine but you have to do a proper capacity planning for this. It's very important! You should turn off baloon driver for these sql servers too.
October 7, 2009 at 5:44 pm
on SQL 2005 you dont need to run DBCC UPDATEUSAGE - it should be used only on SQL 2000 or 1 time after migrating to the higher version of SQL...
October 4, 2009 at 6:42 am
jeff has right 😉
1) bigger files shouldnt be stored in SQL Server
2) filestream is a real nice solution
October 4, 2009 at 6:40 am
if your server is paging a lot and pagefile is placed on the same drive as system or user databases it can be a real nasty configuration ;/
October 4, 2009 at 6:38 am
adding more logs files is a good idea only when you have a space problem (i.e. log file cannot grow more then x GB or so); there are no performance...
October 4, 2009 at 6:34 am
give us a tsql or any other more details information how do you perform this backup
October 4, 2009 at 6:32 am
training kits maybe useful for you too
October 4, 2009 at 6:26 am
after Kimberly Trip:
1) SQL 2000 - #tempdb files = #logical cpus
2) SQL2005+ - #tempdb files = 1/4 ~ 1/2 #logical cpus (typically not more then 8)
October 4, 2009 at 6:16 am
to analyze this data you can use:
- excel
- other handmade tool
October 4, 2009 at 6:05 am
it is related to server architecture(NUMA problems) and parallel processing.
NUMA problems - each node (in this case physical processor) is a separete logical NODE - transfering data between cores inside...
October 4, 2009 at 6:04 am
Viewing 15 posts - 16 through 30 (of 145 total)