Forum Replies Created

Viewing 15 posts - 1,231 through 1,245 (of 2,469 total)

  • RE: remote procedure and EXECUTE

    Great - sorry about not mentioning the parantheses earlier...that's the first thing I should've noticed...

    at any rate...better late than never

  • RE: remote procedure and EXECUTE

    RCoston - one more thing - enclose your exec @sproc_call within paranthesis..like so...

    exec (@sproc_call)

  • RE: remote procedure and EXECUTE

    sorry if i'm stating the obvious but are you sure the spelling of your stored procedure is correct ?!?!

    have you double-checked in your sysobjects table in the database to...

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

    farrell - if what i posted doesn't work and you want to take a stab at this, i'm posting the insert statements per the sample rows that salvatore sent so...

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

    salvatore - I have reached an impasse with this query....in the sample set provided -

    a) barring one aspect_id which is common between acw_score and compliance_with_id tables, I don't see...

  • RE: help me in delete records

    OMG rg - where did you learn to speak "American" ?!?!

  • RE: How this process work

    raj - you didn't delete one of the system tables, did you ?!

    I just "experimented" by deleting a user table directly in sysobjects and it worked just fine!

    as remi said...

  • RE: storage procedure x select

    could you pl. post the select statement that you're using ?!?! thx!

  • RE: remote procedure and EXECUTE

    this could just be a syntax error - i ran this through the parser and changed it to:

    declare @p1 int, @p2 int, @server varchar(16), @dB varchar(16), @sproc_call varchar(2000), @cust_code...
  • RE: help me in delete records

    remi - not sure why you changed it to "FROM Inserted"...

    shouldn't it still be...

    CREATE TRIGGER trgInsertIntoNewTable
    ON test2
    FOR DELETE
    AS
    
    Insert INTO dbo.test3 (columns list) Select ColumnsList FROM Deleted
    
    GO
    

    smruti - I have...

  • RE: Content of Backup File

    this link is specifically for homebrew01 (you don't actually have a "still" by your shed in the backyard do you..

    backup files can...

  • RE: #Temp Table

    "I learnt here by reading answers."...

    each to his own rg - i learn more by trying out solutions for myself before posting them than by just reading answers..that way my...

  • RE: #Temp Table

    "Really, Remi, you are too fast..."

    thinking out aloud..."maybe we should all gang up against remi and ban him from this site - or at least a couple of the forums...

  • RE: Analyzer Debug Question

    erik - what user account did you set up in the securities tab ?!

    here's what i have from one of my sql bibles...

    "if you took the default path and...

  • RE: #Temp Table

    nice timing erik...did the other post with (what seemed to be) an identical issue not help at all ?!

Viewing 15 posts - 1,231 through 1,245 (of 2,469 total)