Viewing 10 posts - 31 through 40 (of 40 total)
Doing more frequent log file backups
July 2, 2018 at 7:43 am
July 2, 2018 at 7:42 am
Hi Todd,
I looked at the example you have provided but was not able to move forward
In my scenario ,I have 2 Tables
Tbl_AreaCode
305,954,234,123
I need to pass the area codes...
March 6, 2014 at 2:35 pm
Hi Brandie,
I'm facing the same issue but not able to figure out wt the issue is .
Im attaching a screenshot of the same error i got . could you give...
June 4, 2013 at 2:56 pm
Hi
If you are trying to loop through files and load the data and the file name to the target table?
In that case Inside "derived column" toolbox you have Variables...
October 10, 2012 at 7:26 am
Hi Kraig,
We cannot create a identity column on the table, it is a varchar field.
Is there any other way we can accomplish this ?
October 4, 2012 at 2:27 pm
concatente 001-00- to 000001 (first number in the list)
in my case 1 is different from 000001
October 1, 2012 at 1:49 pm
It works like a champ
Thank you very much Chris !!
September 24, 2012 at 7:26 am
Thanks Luis for your reply,
Sample Data with decimal(18,0) datatype to be converted to datetime2
19970811
19970811
19970811
19970811
19970811
19970812
19970812
19970813
19970812
19970812
19970812
As the Datatype is in Decimal i convert into Varchar(27) as i need to convert to datetime2
Query...
September 24, 2012 at 7:01 am
Hi ,
I need to convert the varchar(30) to datetime2 in SQL server , which works well in a select statement
-select
--cast(convert(datetime2,cast(clx.aprvdt as varchar(10)),101)as datetime2) ApprovalDate
--from CLMEXPM clx where clx.aprvdt<>0
but...
September 21, 2012 at 2:41 pm
Viewing 10 posts - 31 through 40 (of 40 total)