Forum Replies Created

Viewing 15 posts - 121 through 135 (of 157 total)

  • RE: Zipping file

    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...

  • RE: Best practice?

    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...

  • RE: Changing owner of DTS packages

    Phill,

    That's great. I think I should be able to take it from here.

    Thank you very much.

    Henrik

  • RE: Changing owner of DTS packages

    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...

  • RE: Normalizing Dates

    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...

  • RE: Random record retrieving!

    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...

  • RE: Ordering in Oracle and SQLServer

    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

  • RE: deadlocks and #tables

    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,...

  • RE: Connection Speed for Replication

    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...

  • RE: Best Cert tests

    Have you tried http://www.brainbench.com ?

    Not very expensive, and they have got an awfull lot of different tests.

  • RE: Stored procedure with OUTPUT

    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...

  • RE: PK: Int or Char

    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...

  • RE: Clustered index with very little disc space

    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...

  • RE: MS DOS char set

    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...

  • RE: MS DOS char set

    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...

Viewing 15 posts - 121 through 135 (of 157 total)