Forum Replies Created

Viewing 15 posts - 1,486 through 1,500 (of 2,469 total)

  • RE: How to JOIN 3 views Into 1 View???

    Salvatore - busy morning so can't test this right now - but it appears that what you noticed about QPP and your omission of it is the problem - it...







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

  • RE: Updating Multiple Fields Independently

    this is untested but i think should work...

    update tblMyTable

    set col1 = replace(col1, '_', '')

    where (PATINDEX('_', col1) > 1)

    oops - just realized you said ACCESS - maybe you could use ascii...







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

  • RE: How do I execute a SP and get the result into a temp table

    Nope - no noeld - but now that you have the union thing going with him remi you can pm him and ask...

    meanwhile - for Ian - here's the...







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

  • RE: Dynamically create table when executing a stored procedure

    sure we can ask noeld (not that there's anything wrong with that) - but wasn't he on the other post that had the exact same question...????

    will go and check!







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

  • RE: Dynamically create table when executing a stored procedure

    Here's something that I just tested:

    I created a linked server on my machine :

    exec sp_addlinkedserver @server = 'TestLinkServer',

    ...







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

  • RE: Separating application tables from client-specific tables

    here's the link to another post (kinda) similar in concept...

    database design







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

  • RE: Question of the Day for 05 Aug 2005

    maybe they're testing people to see if they still remember the answer...







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

  • RE: Un-handled error

    Glad you posted this - I've been seeing this since afternoon and just thought that I'd finally outstayed my welcome on ssc.com...

    I've been...







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

  • RE: Col header order

    'swatisaid....in my second para....mayhaps you need some caffeine mike ?!?!







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

  • RE: How to JOIN 3 views Into 1 View???

    Salvatore - it appears that you ran farrell's query against the temp tables that we had created for testing and not against your actual tables....his query should work as you...







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

  • RE: Col header order

    pzmrcd - what you're talking about is changing the "order by" from - say firstname to lastname....

    eg: if you had "Select firstname,lastname,age,dob,addr from Person order by firstname"

    - you could change...







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

  • RE: CREATE VIEW in dynamic SQL

    why would i be sucking up remi ?!?! besides he may not be GOD but he most certainly is a demigod! (at least a sql server demigod!!!)

    noel - what's wrong...







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

  • RE: CREATE VIEW in dynamic SQL

    just make sure you give me enough notice noel - so i can roll out the red carpet...wouldn't like you walking around on dusty ground like ordinary mortals when you're...







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

  • RE: CREATE VIEW in dynamic SQL

    LOL....

    Great! I'm sure when steve, andy and brian started this site they never thought they would be offering competition to e-harmony!

    remi - may i...







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

  • RE: CREATE VIEW in dynamic SQL

    noel - put remi out of his misery and say "yes" - tho' I'm not sure why he should be "husband"....."not that there's anything wrong with that...!" (remi - I'm...







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

Viewing 15 posts - 1,486 through 1,500 (of 2,469 total)