Viewing 6 posts - 1 through 6 (of 6 total)
Probably the database in wich you try to compile is with compatibility level 80 (sql server 2000).
The cross apply work only from compatibility level 90 (sql server 2005).
Try...
September 25, 2017 at 6:34 am
Qur7, look 3 post ago, at the end of last reply by Lowell, there are two links.
March 8, 2017 at 2:07 am
Hi Lowell, than for tis very usefull script.
i modified some part of code in order to:
Fix Problem when custom data type are defined using name greather...
July 29, 2016 at 12:47 am
I modified the "--Get the columns, their definitions and defaults" in order solve the problem of custom data type having name > 16 char, to include 'binary' data type...
July 21, 2016 at 9:04 am
Yes i have some custom data type like CREATE TYPE validita_inizio_estesa FROM datetime NOT NULL
CREATE TYPE validita_fine_estesa FROM datetime NULL
.
I also verified that is not coreccted handled the system data...
July 21, 2016 at 3:02 am
I find a bug:
Because the tsql statement SPACE(negative_number) return NULL, if is defined a user type with a name bigger than 16 char the sp_GetDDL return NULL
To...
July 20, 2016 at 7:49 am
Viewing 6 posts - 1 through 6 (of 6 total)