February 27, 2006 at 1:49 am
February 27, 2006 at 6:28 am
Usually dump them myself from the production environment.
February 27, 2006 at 8:05 am
They are dropped from my production systems.
-SQLBill
February 28, 2006 at 7:14 am
I leave them on our development server since it gives something for our developers to play around in. However, I have dumped them from our production database server.
Norene Malaney
February 28, 2006 at 7:52 am
We drop them from all our enviornments
February 28, 2006 at 9:47 am
We drop them from all environments.
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
February 28, 2006 at 3:56 pm
Not to be contrary, but we keep them on our production servers in the event we'd need emergency space at some point down the road. Although it's not much it could prevent downtime while more space was added.
February 28, 2006 at 4:06 pm
I normally keep them in the development environment and I have an extra DB with the custom name in the production environment for tasks that require somewhat temp tables that should not be deleted when server restarts. For example when you need to keep data temporarily before importing into production or for verification purposes.
Regards,Yelena Varsha
February 28, 2006 at 8:36 pm
Usually leave them on a Dev system, but always removed from Production systems.
March 1, 2006 at 8:14 am
The recommendation from a security side is to remove them in production. They represent a known source for an attacker to use to deploy custom objects such as stored procedures, tables, and views. And unless you are actively monitoring these databases, you wouldn't see those things pop up.
K. Brian Kelley
@kbriankelley
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply