Viewing 15 posts - 4,666 through 4,680 (of 7,505 total)
I urge you to read BOL or Gails article.
This is a question that returns very frequent in the forum(s).
As always I'll provide the script from MS. Don't just run it,...
August 18, 2008 at 2:38 am
Is it possible to partition tables in a database??If so will it help in improving the performance???
partitioning ?
- Think parallel IO
- limited scan (partition scan) if needed
- alligned indexes (i.e....
August 18, 2008 at 2:37 am
GilaMonster (8/14/2008)
If the guy wants it to be a party, then that's what it will be to him.
Indeed, but that also goes for a "regular" course.
How many times did one...
August 15, 2008 at 6:10 am
One of the problems with non-normalized solutions is you always have to figure out how to use it ...
So first normalize, then use, time and again ...
This solution uses Jeff...
August 14, 2008 at 9:08 am
Although I cannot answer your trace flag question, when installing / upgrading to sql2005, keep in mind to apply SP2 + the latest cumulative hotfix. (for the moment we apply...
August 13, 2008 at 11:56 pm
K. Brian Kelley (8/13/2008)
Larry Johnson (8/13/2008)
I can think of a lot better ways to spend $5000 than on a week of partying and networking in Seattle -- oh,...
August 13, 2008 at 2:33 pm
August 13, 2008 at 2:19 pm
The huge advantage of varchar(max) compared to Text is you no longer need to use the special functions to manipulate text-columns, you can use them as variables, parameters, ...
August 13, 2008 at 6:53 am
...We also implement our own reader/app (writer/exec-on-schema) / ReleaseManager db-groups and only add members to those roles...
Indeed, the days of using dbo-schema for user objects are over. 😎
I advise to...
August 13, 2008 at 6:46 am
Rowsize > 8060 bytes ?
-table size is still limited by fixed-length types, as well as internal headers and row pointers.
-You cannot create a table with a row size of...
August 13, 2008 at 6:06 am
Glad that's been solved.
another little remark:
(from BOL sql2000)
The DUMP statement is included in SQL Server version 2000 for backward compatibility. It is recommended that the BACKUP statement be used instead...
August 13, 2008 at 2:06 am
Ross McMicken (8/12/2008)
August 12, 2008 at 7:35 am
david.gerrard (8/12/2008)
Am I doing...
August 12, 2008 at 5:00 am
I'm quit with you Andy. :smooooth:
With one exception ... The DWH bulk loaders ;). They are being granted "bulkadmin".
We also implement our own reader/app (writer/exec-on-schema) / ReleaseManager db-groups and only...
August 12, 2008 at 1:39 am
sql (8/7/2008)
A: Principal (Site A)
B: Mirror (Site B)
C: Witness (Site A)
Witness Server was placed in Site A, because at night time the link between...
August 12, 2008 at 1:11 am
Viewing 15 posts - 4,666 through 4,680 (of 7,505 total)