Forum Replies Created

Viewing 15 posts - 1,936 through 1,950 (of 2,469 total)

  • RE: Insert into problem with linked server

    you cannot combine the two....

    one way of doing this would be to save the results of your stored procedure query in a file (could be .txt, excel etc...) and then...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Insert into problem with linked server

    I'm not sure I understand exactly what you want to do but exec stored procedure and insert into are 2 separate statements....

    Your stored procedure only selects....can you modify it so...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Happy 4th of July

    I would if I could (bend the Law ie...) -

    Health & Education - the 2 most important things - & both systems so expensive and unaffordable....

    Thanks for all the...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Is there a ROW ID

    You should look up ROWGUIDCOL on BOL....good starting point!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: How to query for primary keys

    You could do something like this:

    select * from sysobjects

    where xtype = 'PK' and parent_obj =

    (select id from sysobjects where name = 'TableName')







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Happy 4th of July

    Not any more Remi - if noel can steal it, so can I!

    Mike...my dad was never a citizen so that avenue is closed - as for "whistling up a stick"...so...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Happy 4th of July

    And here's my .02 for the day....

    HTH!!!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Noel - in admiration for what you did today....

    True - actually the # of women is limited and then within that the # of aggressive women is almost non-existent...<;-)







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Noel - in admiration for what you did today....

    Yelena - are you saying you WANT to see an aggressive post by a gal or that you're looking for one that someone else has referred to ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: A little trouble for a newbie

    well - you can use a while loop with cursors but then you'll have the wrath of many at scc.com visited upon you! <:-)

    If you post the DDLs you're (almost)...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Need help badly

    Yes - it all depends on whether there's a shiftID linking those 3 tables - then you can use what Gabor suggested -

    ...though it's still much neater and tidier...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Noel - in admiration for what you did today....

    Once again - we deviate from the original post and meander along to another subject altogether....amazing how this happens almost every single time!!!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: A little trouble for a newbie

    Rich - could you post the DDLs of the tables ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Noel - in admiration for what you did today....

    All you psychiatrists!!!

    ...well - got what I deserved for calling Remi schizophrenic!

    Mike - the very nature of being female gives me the prerogative to vacillate between bloodthirsty and peaceloving...surely you've...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Noel - in admiration for what you did today....

    Whoa Remi - as noel advised you in one of the posts - "boy, slow down.." - remember - if you answer aggression with aggression then it spawns violence...that's how...







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 15 posts - 1,936 through 1,950 (of 2,469 total)