Viewing 12 posts - 1 through 12 (of 12 total)
Jeff - That was/is truely awesome (). I've just used your function to select out a set of decimals from the varbinary string &...
April 9, 2007 at 2:32 am
Hi
Yes - I've already jumped though various hoops & agree that the main issue is with the representation of the [float]. Unfortunately I can't change the input data format. If anything...
April 8, 2007 at 12:47 am
Hi John
Thanks for that and the table qualification point (I'd been struggling to find a solid reason to always specify "dbo." - since it seems redundant - and this is...
May 25, 2006 at 5:18 am
Sorry Steve - haven't got time to write a proper reply. But - just in case everyone's going along with your view - let me say, as a long-time developer,...
February 14, 2006 at 2:27 am
Hi Dave
I think that LIKE is subject to the the normal varchar (8000)/nvarchar (4000) restriction - also in a case-insensitive env I'm not sure that LIKE will differientiate between 'AA'...
September 28, 2005 at 2:56 am
Hi Igor
Have you tried your code?
Regards.
PS As I said the quotes get a bit messy - just for the record they're all single quotes - no " (double...
September 20, 2005 at 10:48 am
Hi Kevin
No big deal - you just have some quotes missing. You can either:
exec('UPDATE [PrintFields] Set ' + @column + ' = ''' + @value + ''' where PrintFields.PrintfieldKey =...
September 20, 2005 at 5:26 am
Thanks folks (particularly noel).
I've eventually ended up with:
select
distinct T1.PKey
from
Table1 T1
join Table2 T2 on T1.PKey = T2.PKey
cross join TblNumber N
where
(N.Number = 1 and
...
September 19, 2005 at 4:34 pm
Hi Noel
Comparison is on 2 tables - same field. Required functionality is:
if Table(prev).ntextField <> Table(curr).ntextField
process change
Thanks.
September 19, 2005 at 10:59 am
Yes - I see where you're going.
Thanks for your help.
January 17, 2005 at 2:08 am
Yes, that is one of the ideas that I'm considering. I've got the "idea" part ok - it's the next bit the "how" that's eluding me(!) If I go down...
January 17, 2005 at 1:31 am
Amen to that!
My coding would be so much poorer (& slower) without these little gems.
September 21, 2004 at 1:49 am
Viewing 12 posts - 1 through 12 (of 12 total)