Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 SQL Server Management Studio 2008 R2 中从我的数据库中获取脚本的时间约为 45:00 分钟。表数:380 视图数:89 SP 数:109
看看你的 tempdb,有时,操作很慢,也许 sqlserver 为其他对象划分空间。
此速度将取决于您的系统或服务器的配置。如果在这种情况下您的系统配置较低,则需要更多时间。其次,这取决于您的数据库大小假设您在数据库中以二进制模式保存图像或 pdf 文件,在这种情况下生成脚本需要很长时间.....