Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)

  • RE: MS. Access to SQL Server 2000

    welp, if you've got that much work, then hire me as a consultant - cuz i hate my job...!

    have a beautiful day!

  • RE: MS. Access to SQL Server 2000

    malb - you sound like a seasoned pro that has dug thru the dungeons of microsoft hell and arrived, triumphantly, at the gates of the dark lord himself and shouted:...

  • RE: MS. Access to SQL Server 2000

    Having performed many of these conversions, I can provide these guidelines that follow the path of least resistance:

    Before you do anything at all and before you promise anything to anyone...

  • RE: weekly report

    the intention was humor...it's monday morning, i'm sitting in this hole-of-a-cube at this suck-ass job, and i really need some...if you'd like to have even more fun this morning, go...

  • RE: weekly report

    it's clint all right, and it don't need no elaboration...! 🙂

  • RE: weekly report

    'make love, not war'

    'can't we all just get along?'

    'peace, my brotha'

    or, you could just blow that whole notion off altogether and, instead, use this:

    'I know what you're thinking. Did he...

  • RE: weekly report

    come on now tim, be nice - the guy's gotta learn somehow...and querying isn't that dangerous if he's working at 3am, right? 🙂

    if you're a newbie to all this,...

  • RE: SQL SERVER running together WITH ORACLE

    if you migrate from one to the other you're going to have to port all of the PL/SQL or T-SQL sprocs, views, jobs, etc., etc. and maybe application code as...

  • RE: SQL 2000 Update Query Issue -- Performance

    sounds like a locking problem - do the steps synchronously and insure that each step is complete before proceeding to the next step - haven't played w/c# yet, but you...

  • RE: Generating email from a trigger

    Been there, done this...leads to too many users requesting the same thing - then you get a comm bottleneck and complex jobs...

    We had a need for this and ended up...

  • RE: Getting UNIQUEIDENTIFIER data

    we're using java swing client/server and sql 2k....

    i guess the reason i say do it on the client is that you can create the uniqueid and then reference it immediately...

  • RE: Getting UNIQUEIDENTIFIER data

    fyi, btw...

    just got done w/a custom replication engine written in java - listen to the wizards that tell you to create it on the client...!

  • RE: Time Comparison In MS SQL

    here's one way to do elapsed time, if that's what you need....

    Dim conn As New ADODB.Connection

    Dim cmd As New ADODB.Command

    Dim rs As New ADODB.Recordset

    Dim StartTime As Date

    Dim EndTime As Date

    Dim...

  • RE: tracking updates on tables

    npeeters has the right solution....HOWEVER, a5x03z1 has hit the nail on the head - and i might add to the recipe for success:

    along with the PPT slides, insure that the...

  • RE: Problems saving retrieving text data type

    java plays very well with sql...there are a few things to do however, in order to produce a usable outcome in your situation...

    first, create the statement with the following code:

    ...

Viewing 15 posts - 1 through 15 (of 26 total)