Viewing 15 posts - 121 through 135 (of 157 total)
What are you doing about licencing?
I would love to use wzzip, but only if it can be built into our application. We do not want to administer winzip licences, when...
April 13, 2004 at 7:09 am
What an active newsgroup. Thank you all, for your replies.
I do store things in each database, but I'm reading "Using MS SQL Srv" by K. Delaney, and it looks as if she thinks...
January 27, 2004 at 12:22 am
Phill,
That's great. I think I should be able to take it from here.
Thank you very much.
Henrik
September 19, 2003 at 1:10 am
Phill,
The idea of having a short VB Script sounds great.
Unfortunately, I've never written a VB Script before.
Would you mind pointing me in the right direction ?
Do you have any suggested...
September 17, 2003 at 2:11 am
Jon,
1) I've done the same thing for the same problem.
It's also an easy way to detect missing samples, i.e. you expect a value every 1 hour, but the one at...
September 5, 2003 at 4:38 am
Antonio,
Unfortunately this will not give an even distribution of your records, unless you do not have any gaps in the numbering sequence.
If your product numbers were 1,2,3,10 and 100.
Then...
June 12, 2002 at 2:23 am
NeoNash,
One of the ways to get the "Null" to appear at the top of the list is like this:
ORDER BY (Coalesce(("2" + Name), "1")
Henrik
April 23, 2002 at 2:37 am
Benjamin,
I'm not a great expert on deadlocks. But global temporary tables, I've had the pleasure of using.
If you add a column SPID, and add this column to any unique/primary keys,...
March 27, 2002 at 8:10 am
Andy,
Is there not a way of simulating connections below 10 MBit/s ?
Other than setting up two 56 kBit/s modems?
Some years ago it was possible to move data over a printer...
March 23, 2002 at 2:47 am
Have you tried http://www.brainbench.com ?
Not very expensive, and they have got an awfull lot of different tests.
March 22, 2002 at 4:04 am
Solali,
I've had the same problem.
I could not get the sp to work, so I ended up with a calendar table on the sugestion from somebody on a forum.
Then I wrote...
March 15, 2002 at 1:05 am
Lars,
I've always used the Currency code as the primary key. This way I don't have to join the currency table to my query, just to get the currency code.
But are...
March 14, 2002 at 2:03 am
Raghu,
I've once had a situation where I added one table, and something went wrong, and the row size was something like 8 kb. All of a sudden I had a...
March 11, 2002 at 2:34 am
It was the font.
When I change this in QA it looks fine.
That leads to another question, which is probably a bit outside this forum but:
Then how do I display the...
March 1, 2002 at 4:32 am
Steve,
The entire report is written in a box like this:
ÚÄÄ¿
³ ³
ÀÄÄÙ
In IE this looks horible, but on the printer it is a square box.
It must have something to do...
February 28, 2002 at 12:57 am
Viewing 15 posts - 121 through 135 (of 157 total)