Skip to main content
ITCanopy

ITCanopy

  • Home
  • Site Links
  • --Privacy Policy
  • --Terms of Use
  • --Disclaimer
  • --About
  • Other Pages
  • --YouTube Channel
  • --Facebook Page
  • --Daraz Store Pak
  • --Play Store
  • IDE/Tools
  • --Visual Studio
  • --Android Studio
  • --Siebel CRM
  • --Anaconda
  • --Database
  • --Oracle
  • --Oracle BI Publisher
  • --Microsoft SQL Server
  • --Oracle SQL Developer
  • --Oracle Weblogic FMW
  • --UiPath
  • --RPA
  • --Orchestrator
  • --MS Internet Information Services Manager
  • --SoapUI
  • --Microsoft 365
  • --VMware
  • --ffmpeg
  • --Rufus
  • --Antivirus
  • --CMD (Command Prompt)
  • --Power Shell
  • Programming Language
  • --Java
  • --ASP.NET
  • --Python
  • --Python 3
  • --SQL
  • --eScript
  • --Kotlin
  • Operating System
  • --Windows 7
  • --Windows
  • --Linux
  • --Ubuntu
  • --Pop! OS
  • NEWS
  • --Movies
  • --TV Series
  • --Game
  • How To
  • --Knowledgebase
  • --Blogger
  • --PSX
  • --PSX HistoricalData
  • --Review
  • --Text Art
  • Online Tools
  • --Online Character Count
  • Android Apps
How to create SQL DB Views in MS SQL Server

How to create SQL DB Views in MS SQL Server

February 21, 2022 • Guide
This Article will cover below points: How to create DB View in Microsoft SQL Server. How to provide permissions to DB View. How to export DB...
Read More →
How to create external table in Siebel Tools through Siebel Wizard

How to create external table in Siebel Tools through Siebel Wizard

December 20, 2020 • คtเŦ
  What is external table in Siebel: "External Table" in the Siebel is used by " External Business Component (EBC)". EBC...
Read More →
How to create SQL Views in SQL Developer from UI

How to create SQL Views in SQL Developer from UI

December 20, 2020 • คtเŦ
 About DB Views: Views are customized presentations of data in one or more tables or other views. You can think of them as stored queries. V...
Read More →

How to get Siebel user responsibilities from database through Sql query

July 16, 2020 • คtเŦ
SELECT u.LOGIN as "User ID" ,res.NAME as "Responsibility" FROM S_USER u left join S_PER_RESP ri on ri.PER_ID = u.R...
Read More →

How to get List of values LOVs of Siebel from Database through SQL Query

October 09, 2019 • คtเŦ
SELECT TYPE AS 'Type' ,VAL AS 'Display Value' ,NAME AS 'Language-Independent Code' ,LANG_ID AS 'Language Na...
Read More →

How to change length of Column through SQL query in Siebel

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 →

Siebel DB Backup through SQL Query

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 →
How to unlock Workflow in Siebel Tools from Database Table through SQL query

How to unlock Workflow in Siebel Tools from Database Table through SQL query

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 →

How to get Siebel Workflow Instance Monitor values from Database through SQL query

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 →

How to get Email profile parameters (like password) from Siebel DB using sql query

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 →

Find SQL Table Fragmentation

June 18, 2019 • คtเŦ
For checking table fragmentation use below: DBCC SHOWCONTIG ('S_CONTACT') DBCC SHOWCONTIG (tablename) DBCC SHOWCONTIG (tablen...
Read More →

How to get column details in SQL from Siebel DB

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 →
← Older Posts Home

Ad Blocker Detected

Please turn off your Ad Blocker to support our blog. Once disabled, click the button below to continue.

Search This Blog

Translate

Android Apps

Available for download on Google Play Store

© ITCanopy by MainStay