【简答题】利用 The OLE DB .NET Data Provider 可以访问 Access 、 Oracle 和 SQL Server 等种数据 库, The OLE DB .NET Data Provider 是通过位于名称空间 System.Data.OleDb 类库下的() 类来连接这三种不同类型的数据库的。
【单选题】You are a database administrator of two SQL Server 2005 computers named SQL1 and SQL2. You have a Microsoft .NET application that has been modified so that it now accesses a database on SQL2 in additi...
A.
Change the .NET application to define a new server connection to SQL2.
B.
Configure a linked server on SQL1 to point to SQL2.
C.
Configure a linked server on SQL2 to point to SQL1.
D.
Change the stored procedures called by the .NET application to include the OPENXML command.
【单选题】You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5. The computer that hosts the ASP.NET Web application contains a local instance of Microsoft SQL Server...
A.
Run the sqlcmd.exe -S localhost E command from the command line.
B.
Run the aspnet_regiis.exe -s localhost command from the command line.
C.
Run the sqlmetal.exe /server:localhost command from the command line.
D.
Run the aspnet_regsql.exe -E -S localhost -A mr command from the command line.