we've had problem with our production database and after some investigatigation I notice the the master.db is very big.
I have also noticed that 3 of our production tables are in the master.db schema with a disproportionate amount of records compared to the original one
eg. our production database has 3 main tables
tbl_ticket 1 million rows
tbl_ticktet_linea 5 milions row
and tbl_payment 2 milions
in the master.db the same tables have something in the sort of
tbl_ticket 10 million rows
tbl_ticktet_linea 250 milions row
and tbl_payment 25 milions
I don't know when, how and why this is happened but is killing our server.
I need to srink the database and ensure that it doesn't get that big ever again!!!!!
oh just to clarify I am not a DBA so is/was not my fault....
let me know if you need more info.
-Mo
I have also noticed that 3 of our production tables are in the master.db schema with a disproportionate amount of records compared to the original one
eg. our production database has 3 main tables
tbl_ticket 1 million rows
tbl_ticktet_linea 5 milions row
and tbl_payment 2 milions
in the master.db the same tables have something in the sort of
tbl_ticket 10 million rows
tbl_ticktet_linea 250 milions row
and tbl_payment 25 milions
I don't know when, how and why this is happened but is killing our server.
I need to srink the database and ensure that it doesn't get that big ever again!!!!!
oh just to clarify I am not a DBA so is/was not my fault....
let me know if you need more info.
-Mo