Viewing 15 posts - 16 through 30 (of 152 total)
I copied the whole output from sp_configure. Parallelism is set to 0.
name- max degree of parallelism
minimum - 0
maximum - 1024
config_value- 0
run_value - 0
March 22, 2013 at 11:35 am
I did run dbcc through completion and not really faster compared to old server (SQL 2005, less hardware).
Parallelism is set to 0. I can try changing to see the effect...
March 22, 2013 at 11:32 am
True, but what I was worried about, when the server goes live and there is a lot of user load we dont want to run into CPU issues.
March 22, 2013 at 11:12 am
Thanks Grant. Here are the settings:
affinity I/O mask -214748364821474836470 0
affinity mask -214748364821474836470 ...
March 22, 2013 at 9:20 am
Thanks George. Off topic, but one question here -
New server is not live yet. No one except me is using it and like I said its a great piece...
March 22, 2013 at 7:15 am
Yes we'll be changing the compatibility mode too.
March 20, 2013 at 3:52 pm
Ok got it. I was just worried for database corruption. Then I may not stop SQL Service; I think there is no harm in rebooting machine 3-4 times in...
November 12, 2012 at 1:20 pm
Thanks for the reply GilaMonster.
Question, so what happens if a 600 GB database is halfway recovering and the machine is rebooted? How does SQL Server treat that database? Does the...
November 12, 2012 at 12:57 pm
Thanks capnhector. That is what I am planning to do, but was just curious to know if not then this can real cause any corruption etc...
November 12, 2012 at 12:49 pm
yes thats the plan. I just though it would be great to find out everything before hand if possible. Thanks for your help though.
October 31, 2012 at 8:29 am
Thanks for the reply Brendan & Sean. I will use syscomments for sure. Just that we are planning to get rid of/move one of the databases and need to find...
October 31, 2012 at 8:10 am
let me be clear, I would like to find out
1. if procs within other databases on the same server is using this db.
2. procs/views/functions using this database through linked...
October 31, 2012 at 6:12 am
Luis, Yes application is designed in such a way that I need initial % too. I know using that will do index scan. But like I said when I use...
July 26, 2012 at 1:59 pm
Thanks for the reply Gsquared.
Yes, this field has a firstname and it will always be like 'John' with almost no space. So, full text index wont probably work in this...
July 26, 2012 at 12:53 pm
Viewing 15 posts - 16 through 30 (of 152 total)