0
Naprawione
SQL SCRIPT CREATES "ON PRIMARY" (SQL SERVER)
Craig Wilkinson 10 lat temu
•
Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 10 lat temu •
8
If you build a create table script for SQL Server, it fails to run; "ON PRIMARY" is added at the end of all indexes, tables, etc. - since "PRIMARY" is a reserved word, the script won't work.
Changing the script from "ON PRIMARY" to "ON [PRIMARY]" fixes the issue; could this be done at point of generation?
Changing the script from "ON PRIMARY" to "ON [PRIMARY]" fixes the issue; could this be done at point of generation?
Customer support service by UserEcho
I recommend you should simply put "[PRIMARY]" in the text field as in the picture. This is solution not a workaround :)
Also, I can't see an option to change this for indecies..? They're output as ON PRIMARY too... Perhaps an option to set defaults is required?
There is an option to set defaults but doesn't work as it should be. I've planned to give an instruction but found a bug. grrr. I think it will be fixed in the next week. Please be patient and sorry for inconvenience.
Here is a short instruction how to set default values.
1. Go to the model details page (Control-m)
2. Click "Additional Properties" on the right side
3. You'll get that screen:
4. Change default values.
5. Back to the diagram
6. Add new tables. Every new table will have "on clause" set.
Hope this helps. Sorry for delay.