Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 无法在SQL Server中创建表(所有创建的表都位于“外部表”中)_Sql Server - Fatal编程技术网

Sql server 无法在SQL Server中创建表(所有创建的表都位于“外部表”中)

Sql server 无法在SQL Server中创建表(所有创建的表都位于“外部表”中),sql-server,Sql Server,当我尝试在Visual Studio或SQL Server Management Studio中创建新表时,我创建的所有表都会自动保存到“外部表”中 当我尝试创建一个新数据库时,我创建的表没有那个问题。我比较了两个数据库之间的“属性”,但没有发现任何差异 如果在SQL Server Management Studio中为该数据库打开一个查询窗口并键入创建表测试(id int null),会发生什么情况?实际上它是有效的。非常感谢。

当我尝试在Visual Studio或SQL Server Management Studio中创建新表时,我创建的所有表都会自动保存到“外部表”中

当我尝试创建一个新数据库时,我创建的表没有那个问题。我比较了两个数据库之间的“属性”,但没有发现任何差异


如果在SQL Server Management Studio中为该数据库打开一个查询窗口并键入
创建表测试(id int null)
,会发生什么情况?实际上它是有效的。非常感谢。