Hi
We have growing database challenges and looking for ideas. we have a sql server which stores a central copy of production databases for reporting.. the actual production databases are spread around the globe on mysql though all pretty similar in structure. our biggest challenge is AUS and UK databases have grown to over a terrabyte (the rest of regions are <20GB) and capacity is getting tight. We're thinking of changing the AUS and UK report databases to use varchar datatype as they all use nvarchar and there are lots of string fields.. Is this a bad idea?
Thanks