User Profile

Collapse

Profile Sidebar

Collapse
Kkshivanii
Kkshivanii
Last Activity: Nov 5 '22, 08:45 AM
Joined: Sep 6 '22
Location: Noida
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Kkshivanii
    replied to create a schema for existing database
    The Databases folder can be expanded in Object Explorer. Extend the database where the new database schema will be created. When you right-click the Security folder, choose Schema under "New." Enter a name for the new schema in the Schema name box of the Schema - New dialogue box on the General page.
    See more | Go to post
    Last edited by zmbd; Oct 22 '22, 01:03 AM. Reason: [z{deleted link spam - please do not promote your services on this site 1st warning}]

    Leave a comment:


  • To acess a PostgreSQL, set the server Port (the default port is 5432), andSet the User and Password you want to use to authenticate to the server in the database connection properties. The data provider connects to the user's default database if the Database attribute is left empty.

    [CData PostgreSQL Source]
    Driver = CData ODBC Driver for PostgreSQL
    Description = My Description
    User = postgres
    Password =...
    See more | Go to post

    Leave a comment:


  • if you want to change 500 in words
    input = 500
    output = FIVE HUNDERED/=

    SELECT UPPER(TO_CHAR(T O_DATE(500,'J') ,'Jsp')) || '/=' AS new_value FROM dual;
    See more | Go to post

    Leave a comment:


  • A server is a powerful system which provide the resources, information or services to the other computer over the network. you can find different types of server like:

    File servers: user can share, distribute or store the file on a server
    Print servers: user can used for the management and distribution of printing functionality
    Application servers: client computers running applications locally
    Web servers: special...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...