Viewing 15 posts - 1 through 15 (of 22 total)
Hello,
Thanks for the response. However, I still have two questions:
1. Why is the X necessary after the DELETE key word? Wouldn't DELETE FROM demodelete x WHERE x.somenum = 1; work?...
January 16, 2013 at 6:25 pm
Hello Lutz,
I was talking about the SELECT statement in this thread posted yesterday at 4:12:48 PM:
SELECT export_id,stuff(( SELECT ','
...
July 6, 2010 at 12:14 pm
the string value is not re-interpreted as a SQL statement.
No, it isn't. The problem is that it isn't returned as a string correctly.
Regards,
Gabor
July 6, 2010 at 11:26 am
Hello,
I have played quite a bit with this and found that this is not exactly working properly for some reason.
Please look at the 5th insert statement in my post yesterday...
July 6, 2010 at 10:42 am
Hello Guys,
Thanks a lot for the explanations and ideas. This is a lot for me to digest, so please bare with me for a day (or two). I am brand...
July 5, 2010 at 2:21 pm
well...this does what you wanted
Unfortunately no.
First, because it returns the error message which this whole thread is about.
Second, because, as you pointed out, this is a work in progress and...
July 5, 2010 at 2:07 pm
lmu92 (7/5/2010)
Regarding question #4: Did you try to right click on the function in question and select "Modify"? 😉
Hm. No. But it does sound logical...:blush:
Thanks.
July 5, 2010 at 1:18 pm
Hello Lutz,
Thanks, yes, I would definitely like to learn about more efficient ways of achieving what you assumed correctly I want to do. So below is the requested info. BTW,...
July 5, 2010 at 1:15 pm
Hello,
Thanks for the extra set of eyes! Good catch!
However:
1. It did compile despite that typo (which is strange...)
2. When I corrected it, it did not compile (a CONVERT was required).
3....
July 5, 2010 at 1:05 pm
Hello Lowell,
Thanks for the help.
does this return any results?
select *
from dbo.ts_exp_def_detail
CROSS APPLY dbo.bmo_col_list(1036) myAlias
order by col_order
No, it does not. It returns
Msg 208, Level 16, State 1, Line 1
Invalid object name...
July 5, 2010 at 12:34 pm
GSquared (6/17/2008)
insert into t (col1, col2, col3)
select col1, col2, col3
from t
If that's what you mean by putting the columns in parentheses, yes, this is...
June 17, 2008 at 1:51 pm
Thanks for the response, Kyle.
Yes, in fact my statement had columns initially, I just put the * there to be more concise.
Since then I realized that if I put the...
June 17, 2008 at 12:07 pm
Jack Corbett (6/11/2008)
For example in my...
June 12, 2008 at 9:21 am
Thanks, that's quite clear now!
Gabor
June 11, 2008 at 3:45 pm
Viewing 15 posts - 1 through 15 (of 22 total)