Forum Replies Created

Viewing 15 posts - 496 through 510 (of 602 total)

  • RE: Lookup tables

    I just got away from the healthcare industry.  Haven't ever slept better.  Your question reminded me of a HIPAA-compliant claims clearinghouse I built.

    More exceptions than rules.

     

    Have Fun!

    jg

     

  • RE: Lookup tables

    Yikes, this gives me nightmares.  Once again, the "patient relationship to insured" rears its ugly head. 

     

  • RE: Software Question

    I would like to point out that, although Access is not a bad choice for the solution, it is a potentially dangerous tool in the wrong hands.

    Clearly, you can give...

  • RE: How are bit column stored?

    And another "bit" of useful information:

    If you place an index on a bit column, the optimizer will not properly choose that index if you use a literal '0' or '1'...

  • RE: Which object is it?

    Could be that you were seeing phantom errors caused by naughty behavior from caching disk controllers.

    I once had a SAN, an MSA1000, to be exact.  In order to make the 605...

  • RE: Mayaci

    Aparece que la problema esta asi:

    Falta uno o mas "backups" de "transaction log".

    o

    Que ha tratado a "restore" en orden malo los "backups" de "transaction log".

    Es muy possible que no poderia entender...

  • RE: Is it safe to upgrade OS on production box without testing?

    I should hope not. 

    Now, to rephrase it so as not to appear amusing:

    If, for whatever reason, the policies in place at an organization would permit changes to a system...

  • RE: Problems backing out SP4

    Greg,

    Try registering sqldmo.dll from the reinstalled binary directory. see if that does anything.

    Good Luck  jg

     

  • RE: Is it safe to upgrade OS on production box without testing?

    If you have to ask the question, the O/S is the LEAST of your worries.

    <insert favorite winking emoticon>

     

  • RE: Issues with SQL Server Standard in Test and EE in Prod???

    I have to agree with Ed on this.  Nobody ever got fired because they made their test environment just like production.  Or at least as close as possible.

    Now, you may...

  • RE: Question of the Day for 07 Oct 2005

    Let's play:

    --begin playing

    declare @Foo table

    (ID

     int identity(1,1) primary key,

     --uniqueidentifier  default(NEWID()) primary key,

    data char(8000))

    set nocount on

    Declare @bar int

    Declare @bat datetime

    Select @bat = getdate()

    Select @bar =0

    while...

  • RE: Question of the Day for 06 Oct 2005

    Patrick.  You hit the nail on the head.  There's a new law requiring a minimum size nail in bridge construction.  What is that size?

     

  • RE: xp_sendmail

    What is happening is that the concatenation of a character type and a numeric type results in an integer type in SQL-Land.  So, as hinted in the post above, you need...

  • RE: Question of the Day for 06 Oct 2005

    Question does not allow the correct answer, which is ZERO.

    Time cannot be moved or altered.  The representation of time may be altered, but not time itself.

    /disgruntled bad guesser I am

     

     

     

  • RE: .mdf and .ldf file dates

    I wonder if the last date shows when the file was created -or- when the file grows.  Never checked, but that might do it as well.

Viewing 15 posts - 496 through 510 (of 602 total)