-
Hi all, Does anybody has any practical experience in restoring a SQL Server 2005 database created in 32 bit (with data) into SQL Server 2005 64-bit and run natively? I'm exploring the possibility (and feasibility) of doing so here, and may actually do it. I read from some SQL Server migration articles...
-
Hi kris, Seems like you have slowness issue at your sp and table design, which eventually will lead to deadlocks if there are multiple users submitting concurrently. First, let's find out which sp caused the slowness. Run your Query Analyzer (i suppose u're using SQL Server 2000, or else u won't...