Viewing 15 posts - 121 through 135 (of 180 total)
Cheers Jonathan,
I can build use this as a basis for my queries.
ta, yogi
November 13, 2003 at 11:18 am
Hi Gabor,
thanks bud, i think i'll stick to the "SELECT subquery" version.
cheers,
yogiberr
November 12, 2003 at 2:47 pm
Cheers Jonathan,
It seems that it's better to write insert queries the way you've done it.Was the way I was doing it an older style?
Ta,
yogi
November 11, 2003 at 2:32 pm
Hi, sorry for late reply.
i eneded up buiding the sql as text, as opposed to a stored proc.
So, I did something like:
dim sSql as string
sSql ="SELECT * FROM " &tableName
and...
November 6, 2003 at 2:48 am
Nice one,
thanks for the replies folks.
yogi
November 3, 2003 at 2:49 am
Hi folks,
Stax, worked like a charm.I'd say the junior dba is in good hands :-),
the stephen forte weblog in the link is also an eye opener.
cheers.
yogi
October 30, 2003 at 12:44 pm
Hi folks,
Thanks for all the replies.I am working my way thru them at the minute.(my post was a bit contrived, for the sake of clarity and simplicity)I'll post my...
October 28, 2003 at 3:25 am
Hi Jmasden,
Cheers for the reply.
I see that this example works for a pre-determined number of columns.
In my example, a product will have a variable number of corresponding attribute columns,...
October 26, 2003 at 7:02 am
Hi folks,
Thanks for the replies.
So, I assume then that it must be a major hassle to seriously protect code in sql server?I thought I was on to a good...
September 22, 2003 at 3:10 am
thanks Chris.
looks like "database dictionary" will save me a good bit of time.
Magic.
yogiberr
September 19, 2003 at 5:05 am
thanks Jonathan.
yogi
September 18, 2003 at 2:07 pm
Morning Frank,
This has opened up quite a few avenues for me, thanks man.
btw are you a stuttgart or a bayern fan?
yogiberr(glasgow)
September 18, 2003 at 3:45 am
hi Bill,
Many thanks for the advice.I appreciate it.
yogiberr.
September 16, 2003 at 4:16 pm
Hi Bill,
cheers for the reply.
In my scenario I do not presently need the transaction log.(but I will need it in the future for 'point-in-time' recovery.)
so, I have now backed...
September 16, 2003 at 9:09 am
Viewing 15 posts - 121 through 135 (of 180 total)