Quick and Smooth Migration from SQL Server to PostgreSQL with Ispirer Toolkit!

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 2

  • @rushiparikh7207
    @rushiparikh7207 11 месяцев назад

    I tried with demo version but when I try to migrate stored procedure it create in function in Postgresql
    can you please help me with this?

    • @IspirerSystems
      @IspirerSystems  11 месяцев назад +1

      Most likely your procedure returns the result set. By default, such procedures are converted into functions that return the setof of the user type. You can change this default method in the Ispirer Toolkit settings. You can find more information about the conversion of result sets here: support.ispirer.com/knowledge-base/database-migration/setup-and-troubleshooting/postgresql/results-set-conversion. Thank you for your interest in the Ispirer solutions!