Hi All,
I'm pretty familiar with SQL Server 2000 and 2005, but not familiar with MySQL at all. SQL Server has a system database called TempDB, which is used specifically to hold temporary tables by anyone on the system, and it will automatically drop those tables once the connection that created it is broken. This allows for greater performance, and manageability of data.
I am wondering if MySQL has anything like this built in?
-Ovatvvon :-Q
I'm pretty familiar with SQL Server 2000 and 2005, but not familiar with MySQL at all. SQL Server has a system database called TempDB, which is used specifically to hold temporary tables by anyone on the system, and it will automatically drop those tables once the connection that created it is broken. This allows for greater performance, and manageability of data.
I am wondering if MySQL has anything like this built in?
-Ovatvvon :-Q