摘要: Introduction Temporary tables are a useful tool in SQL Server provided to allow for short term use of data. There are two types of temporary table in SQL Server, local and global. Local temporary t... 阅读全文
posted @ 2008-09-27 11:51 许晓光 阅读(811) 评论(0) 推荐(0)