Viewing 15 posts - 76 through 90 (of 135 total)
Well currently it would be a once a month job or something around that frequency.
Thank you for the help,
Oliver
December 1, 2011 at 11:50 am
It would be good to have:
note id product code
1 ...
December 1, 2011 at 11:05 am
Thank you, this makes sense, will give it a go and see how far we can get.
Many Thanks,
Oliver
November 30, 2011 at 9:29 am
spot on, this is exactly it, didnt think to use patindex.
Many Thanks for your help,
Oliver
November 25, 2011 at 3:34 am
Thank you for your help, exactly what I needed, now works like a dream.
SELECT * FROM GC_HEADER d
cross apply dbo.REGIONINTERSECTTABLE (d.GC_HEADER_ID,d.LATITUDE,d.LONGITUDE)
where LATITUDE is not null and LONGITUDE is not null
GO
Cheers,
Oliver
June 23, 2011 at 2:18 am
Thanks for your help on this I will try the ADO.NET route, at the moment I am working with dynamic sql and the table data type.
Cheers,
Oliver
March 24, 2011 at 3:08 am
hi,
use this
http://msdn.microsoft.com/en-us/library/ms187748.aspx
to build up you lengths and then use left() and right() as required. Reverse() can also be really useful.
Cheers,
Oliver
March 23, 2011 at 8:20 am
thanks for the help
March 23, 2011 at 3:05 am
thanks for the help, changed the code to this and success.
Many Thanks,
Oliver
UPDATE dbo._SSA SET xml_data.modify('replace value of (/resRefDate[1]/refDate/text())[1] with xs:string(sql:variable("@dTxtPubdate")) ')
UPDATE dbo._SSA SET xml_data.modify('replace value of (/resRefDate[2]/refDate/text())[1]...
January 24, 2011 at 4:03 am
I forgot to say that the node is preceeded by
/metadata/dataIdInfo/idCitation/
Many Thanks,
Oliver
January 10, 2011 at 10:18 am
Found a way around using xp_cmdshell, very happy. borrowed lots from others.
Cheers
DECLARE @filename VARCHAR(255)
declare @RowNum int,
@CustId nchar(5),
@Name1 nchar(25)
select @CustId=MAX(ID) FROM _SSA --start with the...
January 7, 2011 at 10:15 am
read up a bit found out its not possible to do suffix seaching
only option would be to reverse and carry out the wilcard.
nevermind
December 8, 2010 at 10:17 am
Thank you very much, the query now takes less than a second instead of 5-6 seconds.
Kind Regards,
Oliver
December 8, 2010 at 2:31 am
many thanks for the response.
After generating the scripts do you then use visual studio to create the installation package?
Many Thanks,
Oliver
August 17, 2010 at 12:18 pm
Thank you very much for your replies I am much clearer now on this. Really appreciate it.
Obviously the code writer was being extra thorough when writing the script.
Many Thanks,
Oliver
August 2, 2010 at 2:40 pm
Viewing 15 posts - 76 through 90 (of 135 total)