Viewing 15 posts - 31 through 45 (of 45 total)
NEVER MIND
it's an intermittent bug in DTS
Found a way around it.
February 6, 2003 at 12:33 pm
quote:
it is worth noticing that an UPDLOCK ratherthan a HOLDLOCK may save the show. An UPDLOCK is a shared lock, so...
February 5, 2003 at 1:52 pm
A logical model has no ties to an actual database implementation. Column datatypes f.e. are implementation neutral. A logical model can contain heritage and ISA-relations and so forth.
A physical model...
January 21, 2003 at 4:32 am
Sometimes the setting
CONCAT NULL YIELDS NULL
is the culprit.
You can cheeck that setting and wheteher it is set from the connection.
January 21, 2003 at 4:24 am
hi bkelley,
the trouble is knowing if a questions are asked AND the answer.
thereby
1 = yes answer
0 = no answer
null = null answer = no question asked
so
3 questions asked...
January 17, 2003 at 9:00 am
Hi tc,
yepp thank you, got it, tried it.
However I think yor solution has the same flaw as mine.
How do you differentiate between two questions with check and three questions...
January 17, 2003 at 12:58 am
Hi tc,
I think you have a point
scenario
step 1: user fills in some data
step 2: user is presented 2 - 12 questions and answers them with y/n
step 3: program concatenates answers,...
January 16, 2003 at 8:46 am
Hi all,
thanks for all opinions.
- simple ASP/VB-code rules out OR-ing and AND-ing
- simple SQL-code rules out bitmask
- since all data are loaded once, no updates, fast inserts not necessary
- number...
January 16, 2003 at 12:15 am
Hi Antares,
I must have been unclear again.
What I want are opinions (pros/cons) about storing 2-12 true/false values as either
- 12 bit columns
- 12 char(1) columns
- packing them together in a...
January 15, 2003 at 9:40 am
I havent been very clear I realize on my question.
I have to store advices based on answers to questions.
A person can get from two up to twelve questions.
The...
January 15, 2003 at 3:00 am
quote:
Are you storing preferences or something similar?
I am storing yes/no answers to a...
January 14, 2003 at 12:06 pm
quote:
Added, just remembered. The page size is limited to 8060 (which Steve or Brian did an article on exploreing this in detail)....
December 12, 2002 at 11:57 pm
You can save the drawing as a picture.
For the text you have to create a report.
November 4, 2002 at 12:29 pm
You can send the data to the SP as TEXT, that way you have 32 MB/GB+? to play with.
September 28, 2002 at 9:10 am
August 29, 2002 at 11:18 am
Viewing 15 posts - 31 through 45 (of 45 total)