Viewing 6 posts - 1 through 6 (of 6 total)
Hi
We exported oracle database from 19c and imported to Oracle 11.2 COMPATIBLE parameter using Oracle 19c binaries.
The pre, sch script works, but the bcp scripts not getting applied to the...
May 13, 2024 at 9:40 pm
Hi Ed
Thanks for the reply
I use the same suggested line break
Please find attached script I am using it.
February 13, 2024 at 8:14 pm
Hi Ed
Even running it directly on MSSM tool, it gives the error.
Please help on this issue.
CREATE VIEW [PGCPS_CUSTOM].[EGB_CC_SEQ_STANDARDS_VW]
AS
SELECT [ID], [CC_SEQ_ID], [STANDARD_ID], [SEQ], CAST([CONTENT] AS varchar(2000)) AS [CONTENT], [INSTRUCTION_DAYS], [START_DAY_NUM] FROM...
February 13, 2024 at 6:41 pm
Thanks Ed
Adding left and right variable and print shows the full string info
Saved that script as a.sql and I would like to run it using sqlcmd by passing it
sqlcmd -S...
February 12, 2024 at 10:13 pm
Thanks and appreciate your help Scott.
Added the drop command before the CREATE view command..
Even though the view_code variable declared as MAX it stores only 8000 characters...
Some view commands doesn't include...
February 12, 2024 at 7:39 pm
Thank you very much Scott and Ed.
First I trying to get the output and change to sys objects to see the difference.
Some of the tables are having more than 200...
February 10, 2024 at 9:10 pm
Viewing 6 posts - 1 through 6 (of 6 total)