sql-server – 为什么SQL Server使用“Binn”目录而不是“Bin”

前端之家收集整理的这篇文章主要介绍了sql-server – 为什么SQL Server使用“Binn”目录而不是“Bin”前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
出于纯粹的好奇心,为什么sql Server创建一个Binn文件
C:\Program Files (x86)\Microsoft sql Server\100\DTS\Binn

而不使用Bin文件夹是比较常见的?肯定有一些理由吗?

解决方法

Haidong Ji,谁创作了几本关于sql Server,claims的书,这是从16到32位迁移的历史遗留:

By the way,do you know why the folder is called Binn? Why two “n”s? There is a bit of history there. Back in the 16-bit days,all binary files were stored under the Bin folder. However,as things moved to 32-bit and Windows NT came to the market,this new folder,Binn,was created to accommodate that. The extra n was taken from NT,which stands for “New Technology”.

原文链接:https://www.f2er.com/mssql/82710.html

猜你在找的MsSQL相关文章