microsoft / microsoft/sql-server-samples
WWI DW tables named with reserved keywords
@jodebrui ci sta già lavorando.
Dal 15/2/2017.
- Lingua principale
- PowerShell
- Stelle
- 11.2k
- Fork
- 9.1k
- Merge medio
- 2g 7h
- PR unite (30g)
- 14
Descrizione
Hi,
Fact.Order and Fact.Transaction in the WWI DW data model use reserve keywords for their names. This causes undelimited queries to fail against them.
For example :
select * from fact.order
returns the error :
Msg 156, Level 15, State 1, Line 4
Incorrect syntax near the keyword 'order'.
The same error is given when querying Fact.Transaction. To query each requires that the table name is delimited by square brackets.
Can these table names be modified to not use reserve keywords?
Thanks.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.