Viewing 15 posts - 16 through 30 (of 30 total)
yeah, this works.
Thanks,
June 7, 2013 at 1:27 pm
I need to get the last value regardless of the actual date.
I tried both solutions and both work.
Thank you.
February 27, 2013 at 1:41 pm
Thank you, this last solution works.
February 27, 2013 at 11:18 am
Yes, it is. Thank you...
April 28, 2012 at 1:30 pm
Kraig,your sample code works.
Thank you.
February 2, 2012 at 12:24 pm
Here I am adding the insert statements to add the data to the tables.
Thanks,
Insert into table2
VALUES ('IN', '12089030', 'HO', ...
February 2, 2012 at 11:49 am
Thank you, both solutions work.
Thanks again.
January 29, 2010 at 8:32 am
It is easier to implement.
July 10, 2009 at 11:45 am
Thank you, the function below worked..
select stuff('PQ19188PFHAA',10,1,'')
Thanks again.
July 10, 2009 at 11:05 am
The problem is that this character is not always H, it can be any character. How can I use the Len function to get a fixed character in the...
July 10, 2009 at 10:47 am
Scott, this worked perfectly. Thank you and thanks to all...
Jose
September 16, 2008 at 12:37 pm
Thanks for looking into this issue..
Note: I added more info on table schema and sample data in a different format.
USE [TestDB]
GO
/****** Object: Table [dbo].[tblZGAE3HJ] Script Date:...
September 10, 2008 at 10:02 am
Viewing 15 posts - 16 through 30 (of 30 total)