Forum Replies Created

Viewing 15 posts - 421 through 435 (of 1,221 total)

  • RE: MY Data

    Matt Miller (#4) (11/19/2014)


    Gary Varga (11/19/2014)


    Wayne West (11/19/2014)


    The Fault (11/19/2014)


    I thought the arguement was going to end up conforming to Godwin's law for a moment there...

    "I hate Illinois Nazis."

    How's that?...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: MY Data

    The Fault (11/19/2014)


    I thought the arguement was going to end up conforming to Godwin's law for a moment there...

    "I hate Illinois Nazis."

    How's that? I can't resist a Blues Brothers...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: Document Your Database

    JAG-360157 (11/15/2007)


    Hi Kris,

    this is the same query for SQL 2005:

    select SO.name as 'table', SC.name as field,

    ST.name as datatype, SC.max_length as 'size',

    sp.value as 'description'

    from sys.columns SC inner join

    sys.objects SO on SC.object_id...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: MY Data

    Miles Neale (11/18/2014)


    Elected officials submit to a complete background check? You would hear every objection under the sun on this that. But if they are to be given...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: MY Data

    This month I started a new job doing database development for a school for the blind and visually impaired: Required: fingerprinting for an FBI criminal record check, TB test,...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: An Unlikely Taste for Documentation and Archiving

    Charles Kincaid (11/10/2014)


    At one company we had a policy that no more then three employees could ride in the same car.

    In 1985 one of the key people behind the original...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: Data Science for SQL Folks: Leveraging SQL and R

    There is an EdX course introducing R, but using biology statistics as its background. Still, could be useful/interesting.

    https://www.edx.org/course/kix/kix-kiexplorx-explore-statistics-r-1524

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: Looking for the 2000 DTS runtime for 2008 R2

    Thank you, Henrico. I don't know why, but I've had a lousy time searching the MS site of late.

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: The client was unable to reuse a session with SPID XX, which had been reset for connection pooling.

    I've also seen this error on one of my two production SQL 2008 instances, the other is really just beginning to get in to production so maybe that's why I...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: To replicate or to link?

    Thanks for all your replies. Sorry I haven't been actively interacting, it's been a busy couple of weeks.

    --The real time requirement, or near-real time, is pretty important as most...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: To replicate or to link?

    Backup/restore wouldn't work, I need real-time info and the DB is 100 gig. Failover isn't really an issue because of the application server. I don't need the data...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: Non-Yiedling IOCP Listener Error

    I've been getting this error on SQL 2008 Enterprise after several errors re: connection pooling sPID re-use errors. I'm sorry to see that no one responded to your original...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: Error while generating reports

    I wish someone had replied to your message! I'm getting the same error and thought maybe it was because the collation is different on the server that I am...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: Can you install 2000 SP4 on MSDE?

    Yeah, I think that's it. Maybe I shouldn't try to download service packs late at night. 😀

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

  • RE: Record Purge Compliance

    @Lynn: thanks, I'll look in to that. I don't know HIPPA rules, and this is definitely HIPPA-sensitive data.

    @Elliot: I don't think we use tape anymore per se. We're...

    -----
    [font="Arial"]Knowledge is of two kinds. We know a subject ourselves or we know where we can find information upon it. --Samuel Johnson[/font]

Viewing 15 posts - 421 through 435 (of 1,221 total)