Viewing 15 posts - 4,666 through 4,680 (of 7,502 total)
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
First thing MS will ask you is :
- What SP level are you on ? (sp4 is the current)
- did you apply any hotfixes ?
If you are not on...
August 12, 2008 at 1:04 am
paul (8/11/2008)
...The question is: How can I determine what's telling SQL Server to truncate the log on this database?
- run a trace to see what's going on.
(you can schedule a...
August 12, 2008 at 12:52 am
- 10% of 2.6Gb +-260Mb so that explains the file growth
- of that 260Mb (available after auto growth) you have already consumed (260-139) 121Mb.
No problem.
August 12, 2008 at 12:39 am
Viewing 15 posts - 4,666 through 4,680 (of 7,502 total)