Viewing 12 posts - 1 through 12 (of 12 total)
Hey David,
i got the answer,its due to the space between the words in 1st column.Any idea how to consider those space as well
July 27, 2017 at 10:27 am
H David,
But that code is not working.i tried but it is not loading.its giving 0 rows processed but with no error
11.0
2
...
July 27, 2017 at 10:13 am
Hi ,
Thanks David for the quick reply and it helped.But what if i have data with double qoute in the middle and will it start from "FIRST QOUTE"
July 27, 2017 at 9:15 am
Hi,
it is not giving any error but the data is not getting loaded.
0 rows processed.
Assuming i am doing some thing wrong with format files.
July 26, 2017 at 7:46 am
Thanks Luis for this.Is there any other way where i can do it without the help of WITH clause.i have some other more columns in select and i need to...
July 14, 2017 at 11:16 am
Hi,
Yes,we can't remove the duplicates and need to calculate the end date for each row and if the end date for the previous start date is same then we...
July 14, 2017 at 10:21 am
January 20, 2017 at 8:36 am
January 16, 2017 at 10:25 pm
January 16, 2017 at 4:36 am
skmoh2 (1/10/2017)
Thanks Luis for this.i have done this scenario with SQL and is working fine.
Can...
January 12, 2017 at 4:19 am
Thanks Luis for this.i have done this scenario with SQL and is working fine.But i have to implement it using procedure/function with LOOP .As may be tomorrow there will be...
January 10, 2017 at 9:00 am
Here is the Table1 Structure.
CREATE TABLE Table1(
Pegging varchar(20),
SKU VARCHAR(20),
QTY INT,
RDD DATE,
Component ...
January 10, 2017 at 7:57 am
Viewing 12 posts - 1 through 12 (of 12 total)