Viewing 15 posts - 226 through 240 (of 258 total)
If you have the enterprise version of SS2k5 you should seriously check about partitioning. (SWITCH, MERGE etc)
http://msdn.microsoft.com/en-us/library/ms345146(SQL.90).aspx
With that you will be able to move millions of rows very...
August 22, 2008 at 12:06 pm
The first thing I get in mind (and I know it's far from the best solution out there 4 sort operations per line returned) would be using a UDF.
SELECT
CASE...
August 22, 2008 at 11:52 am
There's also an upgrade advisor that can help you if you have something more than just common SQL things:
August 22, 2008 at 11:43 am
This was the same issue as:
http://www.sqlservercentral.com/Forums/Topic416644-149-1.aspx
Although it might seems that different version of SQL is not recommended, it did upgrade gracefully without any issue (and work correctly for...
August 6, 2008 at 9:12 am
For those interested, I did understand that it was a registry issue. Microsoft recommended to change a value in the registry. However, I wasn't part of the conversation and the...
August 6, 2008 at 9:08 am
Hi Atif Sheikh
I've read some links that were posted inside the link you posted. It explains some interesting informations but I do not seem to find how much...
July 22, 2008 at 6:26 am
Hi rbarryyoung
I'm also confuse about these numbers.
I can provide you with a reference where I got those numbers that I assume are right (but there could be a mistake also)
The...
July 22, 2008 at 6:21 am
Hi GSquared
I didn't run into that issue... well not yet. I must size some tables with NVARCHAR(MAX) right now and I had that kind of question in my mind for...
July 22, 2008 at 6:16 am
First, let me say that I prefer avoiding duplicate indexes.
However, I feel like it might come handy in a very rare situation. Your point of view and critism are always...
April 25, 2008 at 6:28 am
Yes
We have a memory leak and it's closely related on code which use cursors and is the victim's deadlock.
Before jumping to conclusion I'm searching for information on this topic....
April 22, 2008 at 1:10 pm
Same as chandrasekhar.ms
The first thing that came in my mind was using truth table permutation
OR by NOT(AND) and thus satisfying the request.
April 15, 2008 at 6:46 am
Most answers I've read talk about technicals and such details which apply at a different stage from my point of view. Of course I understand that some might find my...
March 31, 2008 at 7:01 am
it's a rollup update following SP4 meaning that you need SP4 installed before installing it.
February 1, 2008 at 12:06 pm
Oh and one last thing
SP are regresive tested while cumulative updates not.
This matter a lot to me
February 1, 2008 at 6:35 am
Correct me if I'm wrong but I used to read on the microsoft site that they recommand only installing SP on production server, not cumulative updates.
They are available only for...
February 1, 2008 at 6:32 am
Viewing 15 posts - 226 through 240 (of 258 total)