Forum Replies Created

Viewing 15 posts - 211 through 225 (of 2,469 total)

  • RE: I want to copy data from one table to ....

    How about setting a trigger on the blogs table of "freeads" to insert into table in "today"?!?!

  • RE: Retrieving the current date

    Juanita - you should use cast or convert to retrieve your date...with "convert" you can use formatting styles...

    select convert(varchar, getdate(), 101)

  • RE: Looking Back

    Why GPF2^...what a very nice "counselling" post....

    Loner - Happy B'day (even though so belated) - if it's any consolation, there're very few husbands (& sons) out there who remember days...

  • RE: Internal versioning of stored procedures possible?

    Robert - I subscribe to another site that had this new tool on their homepage today...sounds like exactly what you (& all of us) need...

    sqldbcontrol

    If you get the chance...

  • RE: select into: from stored procedure

    Chandrika - if I understand you correctly, then you cannot do a select into...where the table would just automatically take on the # of columns, datatypes etc. from the table...

  • RE: Looking Back

    Many of us have family "histories" that start preying on our minds as we grow older...Didn't really read that article on retirement that you posted but I know that for...

  • RE: what is @@ Called?

    I also believe that these used to be called global variables (2 "at at"s as opposed to the local single "at") and have since transitioned over to being (called) functions...

  • RE: Brutal Query

    Tim - applause from the stands - just for the sheer brevity of the solution when compared to the convolutions that Jules was contemplating...

  • RE: CS Degree or No?

    oops..was I not subtle enough ?!

    David - was just kidding around...wasn't really miffed - no need for an apology.

  • RE: US IT

    You're absolutely right about there being zero training around for MS SQL Server...if at all, the ratio between training for Oracle and training for MS SQL is about a 100...

  • RE: CS Degree or No?

    I'm still laughing over "..working with rats has helped me deal with senior management in some of the companies in my working past"..

    However, am...

  • RE: US IT

    Didn't read Scott's response before posting mine, but this is about it..the bottom line...

    "...for the price of one of me they got 2 of them and a manager to do...

  • RE: US IT

    Steve - I thought you'd find this interesting....I have an India Link where the same course offered by you guys is being conducted in India for Rs.5612/- (inclusive of...

  • RE: Need help with a Conditional Insert or Update statement

    hmm...my understanding is more like this:

    psuedocode...

    if exists(select * from table1 where....)
       begin
       update table1....
    if exists(select * from table1 join table2 on table1.ID = table2.fID)
    begin
     ...
  • RE: Recover the deleted object

    would I lead you wrong...yes, that's exactly what I was suggesting...do give it some serious thought..

Viewing 15 posts - 211 through 225 (of 2,469 total)