|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Life is too short to drink che...Blog Authors: Barbara Skedel |
Can you Refresh design on admin server only on multiple databases all at once?
Barbara Skedel
|
|
Tags: 
server
refresh
design
admin
|
Comments (2)
Is there a way to set the field Refresh design on admin server only on multiple databases at once? What a pain it would be to have to do it individually on 2000+ databases.
|
A tag is a keyword that is used to categorize an entry. To view the entries with a particular tag, click a tag name or enter a tag in the box.
The tag cloud indicates the frequency of tag use. Popular tags appear darkest. The slider control adjusts how many tags are displayed in the tag cloud.
1 Tim Tripcony Permalink This can be done via a DXL import; here's an example of changing a different database setting programmatically:
http://www.timtripcony.com/blog.nsf/d6plinks/GUIN-6XL749
If you export a database that already has the desired setting
enabled, you'll be able to see what format the import should use in
order to enable the setting on any other database.
2 Barbara Skedel Permalink Thanks Tim, I'll give it a try.