Viewing 11 posts - 1 through 11 (of 11 total)
Thanks alot for helping me Jeff.
September 27, 2008 at 11:15 pm
After looking at the first comments by RBAR, I have deleted the this post. Then i added a new post for the same as per the guidelines by RBAR. After...
September 27, 2008 at 11:10 pm
Yeah we are almost there
Let me explain in this way.
RowNum UpdateFrom date ...
September 25, 2008 at 10:09 am
Good Morning Jeff,
Here is my explanation:
We have zero for rownum 1. I want to keep this as zero as we dont have data for AOD= 2007-12-01(Previous month of...
September 25, 2008 at 9:21 am
Thanks alot for the reply Jeff.
this query worked really well. But i still have the zeros in amount field for the below records.
DateAreaAmountAOD
2008-02-01 BA ...
September 24, 2008 at 8:56 pm
Thanks Ash for the reply. Unfortunately the query that you have specified is not working as expected.
Date Area AmountAOD New NumberExpected Result
1/1/2008BA ...
September 24, 2008 at 2:59 pm
Can anybody help me with the below issue?
--===== Create the test table with
CREATE TABLE [dbo].[mytable](
[date] [datetime] NULL,
[Area] [nchar](10) NULL,
[Amount] [nchar](10) NULL,
[AOD] [datetime] NULL
) ON [PRIMARY]
--===== Insert the test...
September 23, 2008 at 1:02 pm
Sorry for the mistakes. I'll post it correctly.
September 23, 2008 at 12:39 pm
Hi Mazharuddin,
Thanks lot for the info. Microsoft's document really helped me to understand better.
Could you pls share the below info as you had worked on migration project (Oracle to SQL...
July 24, 2008 at 9:13 am
Viewing 11 posts - 1 through 11 (of 11 total)