October 09, 2019
• คtเŦ
SELECT TYPE AS 'Type' ,VAL AS 'Display Value' ,NAME AS 'Language-Independent Code' ,LANG_ID AS 'Language Na...
Read More →
October 09, 2019
• คtเŦ
Get Row Id of Column from Siebel Tools and replace below: SELECT ROW_ID, NAME AS 'Column Name', LENGTH AS 'Column Length...
Read More →
October 08, 2019
• คtเŦ
Replace values in highlighted with lime color according to your configuration. BACKUP DATABASE [SiebelDB] TO DISK = N' E :\\ Fold...
Read More →
October 08, 2019
• คtเŦ
Background: For working on an object in Siebel tools you need to lock it and usually developer forget to unlock after working on the object....
Read More →
October 08, 2019
• คtเŦ
Below is the query for getting workflow instance monitor values from table: select wfdl.NAME as 'WF Name' ,wfdl.DEPLOY_STATUS_C...
Read More →
August 12, 2019
• คtเŦ
1. Open MS SQL Management Studio copy paste below query in query window. SELECT Prof.NAME AS 'Profile Name' ,ParNam.NAME AS ...
Read More →
June 18, 2019
• คtเŦ
--All Outbound Requests-- SELECT SCR.REQ_NUM AS 'Request #' ,SCR.STATUS_CD AS 'Status' --,SCR.CM_SRVR_COMP_NAME AS ...
Read More →
June 18, 2019
• คtเŦ
For checking table fragmentation use below: DBCC SHOWCONTIG ('S_CONTACT') DBCC SHOWCONTIG (tablename) DBCC SHOWCONTIG (tablen...
Read More →
March 05, 2019
• คtเŦ
Below query will return column details: SELECT COL.ROW_ID AS 'Column Id' ,COL.NAME AS 'Column Name' ,COL.LENGTH AS ...
Read More →
March 05, 2019
• คtเŦ
Add below in your SQL query and it will get date difference and convert into years: (DATEDIFF(MONTH,TABLE.BIRTH_DT,CURRENT_TIMESTAMP)/12...
Read More →
March 05, 2019
• คtเŦ
Add below in your SQL query and it will subtract date column from today's date and convert into days: CONVERT(INT, GETDATE() - TA...
Read More →
February 26, 2019
• คtเŦ
SQL : Structured Query Language SQL is used for storing, retrieving and manipulating (managing data) data in databases (MySql, Oracle, Sy...
Read More →