Viewing 15 posts - 3,826 through 3,840 (of 4,745 total)
Ed,
I may not have worded the question very well. My only concern in this type of environment would be having applied a SQL upgrade to the current live box, the...
March 16, 2009 at 6:39 am
EdVassie (3/16/2009)
The full setup they had was:
1) Server 1 in DC1 in UK, all drives attached to SAN1
2) SAN 1 replicating...
March 16, 2009 at 5:25 am
You won't be able to prove which is better without hard figures, look into SQLio and SQLIOSIM to get stats on performance. Benchmark your current config, and then run tests...
March 15, 2009 at 11:20 am
Go ahead, put up some more of your cursor-based code, we'll keep doing it and then you can brag to your boss how you improved the performace of your system...
March 15, 2009 at 8:17 am
exam question? google 'rebuild 2005'
March 14, 2009 at 11:22 am
OK, this is untested but I believe it should work. I will try to find the time to test it soon but feel free to have a go yourself.
The reason...
March 14, 2009 at 5:50 am
making a copy of the system database files is something I do every time I Patch an instance and is the best workaraound for the situation you describe. doesn't seem...
March 13, 2009 at 4:31 pm
cannot see any point in doing that, you may as well just do it properly and set up a cluster.
If you don't want the cost of a cluster then investigate...
March 13, 2009 at 4:17 pm
I have changed the compatibility mode of the master database from 80 to 90 a few times with no problems, I am sure there are some new code features that...
March 12, 2009 at 5:06 pm
there will always be log usage, all you can do is minimize it by batching up the copy into smaller transactions.
Once the log grows the first time the fact that...
March 12, 2009 at 4:36 pm
for multiple files in a filegroup SQL adds data in a round robin fashion using proportional fill algorithms, i.e how much data is added to each file depends on how...
March 12, 2009 at 4:28 pm
if doing it via configuration manager:
;-T1204;-T1222
add that to the end of current startup parameters. You should see the flags referred to in the errorlog when SQL is restarted
If you want...
March 11, 2009 at 8:25 am
Rudy Panigas (3/11/2009)
I believe this will make everyone happy and there is not coding involved. Just search for SQLScripter. A gentleman has create a neat application to script out...
March 11, 2009 at 7:39 am
another reason mirroring is seen as 'easier' is that microsoft included that claim in their marketing to encourage people to upgrade.......
or am I being cynical 🙂
March 9, 2009 at 7:56 am
have you set the security audit level to 'failure' for the instance? If not do so (will require a SQL restart I'm afraid). Look up the error 18456 messages in...
March 9, 2009 at 7:47 am
Viewing 15 posts - 3,826 through 3,840 (of 4,745 total)