![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm looking for a good solution to remove unused records in my dimensions. My users dislike to see unused objects in cube's dimensions and other prompts in reports. But the delete command is very slow due to a ton of constraints (to insure good data quality). so, any idea? guide? maybe I can change my database to 1 user only during the delete step? does I have to change and setup some isolation hint in the delete command? thanks. Jerome. |
#3
| |||
| |||
|
|
How are you going to identify unused rows? Are your dimensions views over base tables? If == Yes then change the view definition DELETE is slow because it logs every row of the delete. Indexes etc also need to be juggled around -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. www.Konesans.com "Jéjé" <willgart (AT) BBBhotmailAAA (DOT) com> wrote in message news:eTV4rV6xEHA.908 (AT) TK2MSFTNGP11 (DOT) phx.gbl... Hi, I'm looking for a good solution to remove unused records in my dimensions. My users dislike to see unused objects in cube's dimensions and other prompts in reports. But the delete command is very slow due to a ton of constraints (to insure good data quality). so, any idea? guide? maybe I can change my database to 1 user only during the delete step? does I have to change and setup some isolation hint in the delete command? thanks. Jerome. |
![]() |
| Thread Tools | |
| Display Modes | |
| |