Default date column not aligning in xcel - response (4) by M.Saeed Khurram
By the way, what is the need to use this case statement? as You have all the dates in CAD2.LAST_PMT_DATE and want to apply the same format. You can simply apply the format to whole column without any...
View ArticleDefault date column not aligning in xcel - response (5) by uco
Hi Kurram The reason why I used CASE is the low date 1858-11-17 is not formatting to 'DD/MM/YYYY' , I think I mentioned it in the post thanks uco
View Articlebackup or archive command - forum topic by TrackingDaily
Does Teradata DBMS have a command-line function for creating offline backups, something roughly equivalent to "pg_dump" for Postgres or "mysqldump" for MySQL ?Or perhaps a GUI-based backup, like...
View ArticleDefault date column not aligning in xcel - response (6) by dnoeth
This is probably because Excel can't handle dates before 1900, regardless of how it's formatted. You can only use that date as a string.
View ArticleDefault date column not aligning in xcel - response (7) by Kawish_Siddiqui
Excel doesn't support date before 1900 and considering this value as text value. See for further details : http://exceluser.com/formulas/earlydates.htm
View ArticleDefault date column not aligning in xcel - response (8) by uco
That may be true, but I am converting it to varchar before exporting , it is not a date anymore right? thanks for the help uco
View ArticleDefault date column not aligning in xcel - response (9) by Raja_KT
Hi, Did you use a trim function? Maybe it will help. Else in excel, you can write a formula or program for those dates where you see they are not proper. Cheers, Raja
View Articlebackup or archive command - response (1) by Raja_KT
Hi, Backups and recovery are the strong points of Teradata. You can dump and restore data, with many check conditions as per your requirements. Unlike other vendors that I worked before , here it is...
View ArticleTD Lock Upgrade and Downgrade Options - forum topic by Santanu84
Hi In a script, at Session level the transaction isolation is set to RU (Read Uncommitted or ACCESS). At table level I am overriding to READ lock for Table1 in a SQL select. Now if there is already an...
View ArticleTD Lock Upgrade and Downgrade Options - response (4) by dnoeth
Hi Santanu, there's no automatic downgrade. When you request a READ lock you get a READ lock, the session will be blocked until the other session commits. You can check if the request will be blocked...
View ArticleDefault date column not aligning in xcel - response (10) by dnoeth
Hi uco, the sample data is not from a file created by BTEQ, a FORMAT 'DD/MM/YYYY' will never create single digit month/day values. When you import the data into Excel it will automatically try to...
View ArticleTD Lock Upgrade and Downgrade Options - response (5) by Santanu84
Thanks dnoeth for your reply.
View ArticleTD14.10 feature experience - forum topic by Shrinivas.Sagare
Hello, Is there anybody who have upgraded system to TD14.10? How are your experiences with different TD14.10 features? In 14.10 release definition it is written that 14.10 needs more memory per node....
View ArticleTD14.10 feature experience - response (1) by VandeBergB
We just finished a multiphased upgrade to 14.10/SLES11 on 6680's that were previously running 13.10/SLES 10. We've had no issues with anything running at all. Our pre-upgrade testing didn't have any...
View ArticleDefault date column not aligning in xcel - response (11) by uco
Thanks Dieter for your explanation, thanks everyone . As said by Siddiqui, Dieter it is issue with excel Dieter , I took the date values from the CSV file created by BTEQ script . Thanks uco
View ArticleMerge statement showing 0 records merged - forum topic by Soumik
Hi all, I have been recently facing an issue while asking TD DBAs to execute a MERGE statement. Everytime a merge statement is executed by them, it shows 0 records MERGED, whereas while cross checking...
View ArticleTeradata training hyderabad - forum topic by raghavendra16
Any good teradata training in hyderabad ?Forums: Database
View ArticleMerge statement showing 0 records merged - response (1) by Raja_KT
Hi, Few things that come to my mind maybe, just to narrow down the search: It was executed in a different environment, DBs etc, with data being available in one and not available in another. Maybe you...
View ArticleMerge statement showing 0 records merged - response (2) by kw
This is the normal behaviour for the MERGE statement - by accident or deisgn I'm not sure.
View ArticleMerge statement showing 0 records merged - response (3) by Raja_KT
Hi, What you can do is take both the codes of DBA and your code and execute in bteq in unix/linux and see the results and compare if they match. I always trust Unix/linux more. Second, then you run...
View Article