Viewing 15 posts - 1,216 through 1,230 (of 2,496 total)
You should plan to have an Administration server, that just has the SQL client tools installed. You then register all your SQL instances to SSMS (or other preferred tool)...
September 7, 2009 at 5:27 am
You can get very effective encryption within SQL Server.
You can achieve complete PCI compliance using an in-house application using SQL Server.
You potentially add a very large risk to your organisation's...
August 14, 2009 at 3:31 am
You can also focus on accurracy and consistency.
With multiple people having their own spreadsheet, each person has their own version of the truth. Each person is likely to defend...
August 14, 2009 at 3:17 am
If you want to be pedantic, you can say Yes, multiple instances can all listen on the same port.
But you will only be able to connect to the first instance...
August 14, 2009 at 3:03 am
One problem with any fill factor value is that it is linear and disruptive activity is often skewed.
This means you are inserting an I-O overhead into relatively stable portions of...
August 14, 2009 at 2:56 am
The problem is most likely nothing to do with 32-bit or 64-bit, but wher your data is within the SAN. Each of your servers will have its data located...
August 13, 2009 at 6:34 am
There is a big difference between using the xp_cmdshell proxy and SQL 2005 subsystem proxies.
The xp_cmdshell proxy results in one set of rights for everyone who uses it. It...
August 12, 2009 at 9:40 am
My understanding is that if you need to connect to SQL using the 32-bit JET provider and you are on a 64-bit box, then you are between a rock and...
August 12, 2009 at 6:50 am
I agree with SQLGuru. You should time-box your tuning efforts.
If you have not fixed the problem by then, getting a SQL expert could have the problem fixed...
August 11, 2009 at 9:15 am
You need to create the xp_cmdshell proxy account.
The FineBuild Reference Manual has step-by-step guidence on how to do this, and the security implications involved. You can get FineBuild from...
August 11, 2009 at 5:45 am
Ther are a number of ways you can add the 'Log on as a Service' right, and Service Manager is one of these.
However, if your site is controlling account rights...
August 11, 2009 at 5:39 am
Can you elaborate please?
Sorry, my memory seems to be changing from accessible to random... this applied to a different RDBMS.
TheSQLGuru is right in saying in SQL Server, MAXDOP 0 means...
August 10, 2009 at 6:34 am
MAXDOP 0 is often bad news. This allows SQL Server to produce a plan that does not take into account the resources on the box. I have seen...
August 10, 2009 at 4:37 am
You say you have asked for 7GB AWE memory on a 8GB box. Do you have the message at SQL startup that says you have allocated this memory? ...
August 10, 2009 at 4:07 am
When you are doing this type of test, it is important to simulate what you will have in Production.
If you are running your queries on a single core development server...
August 10, 2009 at 3:57 am
Viewing 15 posts - 1,216 through 1,230 (of 2,496 total)