Question : Can I convert a SQL Server 64 bit database to 32 bit

I have a sql server database taht is on SQL 2008 64 bit. can I attach it on to a SQL Server 2008 32 bit intallation?
if this is possible, what are the implications of doing this? (will I loose data integrity etc ?)

Answer : Can I convert a SQL Server 64 bit database to 32 bit

The 64 bitness of SQL applies to the server, not the db being stored.  Agreed, no data loss, no integrity loss.  Implications of doing this would be a slower retrieved query set.  Processor has to work harder to retrieve the same amout of data, and takes longer to do so.
Random Solutions  
 
programming4us programming4us