Viewing 15 posts - 1,231 through 1,245 (of 2,469 total)
Great - sorry about not mentioning the parantheses earlier...that's the first thing I should've noticed...![]()
at any rate...better late than never ![]()
**ASCII stupid question, get a stupid ANSI !!!**
August 28, 2005 at 8:59 am
RCoston - one more thing - enclose your exec @sproc_call within paranthesis..like so...
exec (@sproc_call)
**ASCII stupid question, get a stupid ANSI !!!**
August 28, 2005 at 12:41 am
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...
**ASCII stupid question, get a stupid ANSI !!!**
August 28, 2005 at 12:17 am
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...
**ASCII stupid question, get a stupid ANSI !!!**
August 27, 2005 at 11:22 pm
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...
**ASCII stupid question, get a stupid ANSI !!!**
August 27, 2005 at 11:14 pm
OMG rg - where did you learn to speak "American" ?!?!![]()
**ASCII stupid question, get a stupid ANSI !!!**
August 27, 2005 at 10:56 pm
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...
**ASCII stupid question, get a stupid ANSI !!!**
August 27, 2005 at 3:17 pm
could you pl. post the select statement that you're using ?!?! thx!
**ASCII stupid question, get a stupid ANSI !!!**
August 27, 2005 at 9:11 am
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...
**ASCII stupid question, get a stupid ANSI !!!**
August 27, 2005 at 9:06 am
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...
**ASCII stupid question, get a stupid ANSI !!!**
August 27, 2005 at 8:41 am
this link is specifically for homebrew01 (you don't actually have a "still" by your shed in the backyard do you..![]()
**ASCII stupid question, get a stupid ANSI !!!**
August 26, 2005 at 1:30 pm
"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...
**ASCII stupid question, get a stupid ANSI !!!**
August 26, 2005 at 12:37 pm
"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...
**ASCII stupid question, get a stupid ANSI !!!**
August 26, 2005 at 12:21 pm
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...
**ASCII stupid question, get a stupid ANSI !!!**
August 26, 2005 at 12:13 pm
nice timing erik...did the other post with (what seemed to be) an identical issue not help at all ?!
**ASCII stupid question, get a stupid ANSI !!!**
August 26, 2005 at 11:51 am
Viewing 15 posts - 1,231 through 1,245 (of 2,469 total)