This is a migrated thread and some comments may be shown as answers.

MsSqlServerStorage (IStorage implementation) table prefix (tr_xxx)

2 Answers 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Guga
Top achievements
Rank 1
Guga asked on 10 May 2015, 11:56 PM

Hi guys,

 

Just wondering if there is a way to use a different table prefix to the standard tr_xxx when using your implementation of IStorage as the caching mechanism for reports?

 

Cheers.

2 Answers, 1 is accepted

Sort by
0
Accepted
Stef
Telerik team
answered on 13 May 2015, 02:00 PM
Hello Guga,

On configuring the cache storage you need to follow the instructions from How To: Configure MS Sql database storage. The scripts executed at step 2 are these from MsSqlServerStorage Class.

Note that there are stored procedures for accessing the storage which should not be renamed, but the rest objects can be manually renamed, if needed.


I hope this helps you.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Guga
Top achievements
Rank 1
answered on 15 May 2015, 12:14 AM

Thanks Stef.

 I have renamed the tables and the respective references on all SPs and it seems to work fine.

 Cheers.

Tags
General Discussions
Asked by
Guga
Top achievements
Rank 1
Answers by
Stef
Telerik team
Guga
Top achievements
Rank 1
Share this question
or