Viewing 15 posts - 1,561 through 1,575 (of 2,496 total)
Move master and mssqlsystemresource if you wish, but be prepared for future Service Pack and even CU updates to fail. Also don't expect an upgrade in place to the...
November 10, 2008 at 5:01 am
A lot of the comments I have seen on this thread warn about the pitfalls of adding hints to T-SQL code. I agree that if you try to optimise...
November 10, 2008 at 4:37 am
At my place we have a specific Windows group and a set of authorities that provides 'read-only' type access to all server objects. As Database Architect I use these...
October 23, 2008 at 3:02 am
How did you get the data from SQL7 to SQL 2005? If you copied the mdf and ldf files, or if you did a restore, you need to rebuild...
October 22, 2008 at 10:01 am
I would agree that placement of master, mssqlsystemersource, and model does not matter. The main drivers for any type of DB placement are data security and performance, neither of...
October 21, 2008 at 5:26 am
My advice is to do this type of formatting in your application, not in SQL Server.
Although it can be done in SQL Server, application code does this task far more...
October 20, 2008 at 3:09 am
There is no documented process for changing the names of these groups. My strong recommendation is do not attempt to rename these groups or you could put yourself outside...
October 20, 2008 at 2:36 am
There is a LOT of mis-information given about the /3GB switch, and from your response some is now coming from Microsoft!
What happens without the /3GB switch:
This information only applies to...
October 9, 2008 at 4:02 am
A significant part of sql server process memory has been paged out.
This is the primary cause of your problems, and you need to stop SQL needing to produce this...
October 9, 2008 at 2:59 am
I have seen this behaviour at my old place on a Data Warehouse.
We start with many thousand pages in the bufferpool, and not much space allocated to locks....
October 9, 2008 at 2:47 am
Showing exactly why a SELECT * is bad is harder than it needs to be in the SQL Server world, partly due to lack of metrics.
Going back a decade when...
October 2, 2008 at 3:21 am
The more you read about how 32-bit Windows uses memory above the 4GB line, the more you will realise that the information quoted in your original post is correct. ...
October 2, 2008 at 2:50 am
When you do an update, SQL writes this to the log. SQL also makes an estimate of the amount of log space that would be required to backout the...
October 2, 2008 at 2:39 am
If your main experience is with Oracle, I thought you might welcome a summary of how MS support SQL Server.
While Microsoft are developing a product, they will often release specific...
October 1, 2008 at 3:05 am
If this 15TB of data is important to your business, it is important to get the right advise. I recommend you get a consultant with experience of this size...
September 29, 2008 at 2:53 am
Viewing 15 posts - 1,561 through 1,575 (of 2,496 total)