如果要在SQL Server中存储图形图像、Word文档文件,不可采用的数据类型是()。A、binaryB、varbinaryC、imageD、text

如果要在SQL Server中存储图形图像、Word文档文件,不可采用的数据类型是()。

  • A、binary
  • B、varbinary
  • C、image
  • D、text

相关考题:

请简要说明SQL Server中使用存储过程的优点?

如果要在SQL Server中存储字符数据,不能采用的数据类型是()。A. charB. varcharC. textD. datetime

在哪里可以查看SQL Server 2008中的当前日志()。 A.SQL Server Management Studio中的安全性——SQL Server日志B.SQL Server Management Studio中的数据库——SQL Server日志C.SQL Server Management Studio中的管理——SQL Server日志D.SQL Server Management Studio中的管理——维护计划

在SQL Server中,存储过程是一组预先定义并()的T-SQL语句。A.保存B.编译C.解释D.编写

SQL Server数据库中数据的存储分配单位是__________。

SQL Server系统中的所有系统级信息存储于哪个数据库()。AmasterBmodelCtempdbDmsdb

()是已经存储在SQL Server服务器中的一组预编译过的Transact-SQL语句。

在SQL Server中,存储逻辑型数据值的数据类型是bit。

在LINQ to SQL中,将SQL Server数据库映射为()类, 表映射为(),存储过程映射为()

下面()不是SQL Server 2005的数据库对象。A、SQL语句B、存储过程C、索引D、触发器

打印机是计算机的()设置,用于打印文档文件、图形图像文件,是一种复杂而精密的机械电子装置。A、输出设备B、输入设备C、存储设备D、显示设备

SQL Server2008系统中,一个数据库最少有一个数据文件和一个()A、备份文件B、文档文件C、说明文件D、事务日志文件

SQL SERVER中的所有存储过程都必须由用户自定义,系统本身没有定义好的存储过程。

简述SQL Server 2005中存储过程和触发器的分类。

请描述一下SQL Server数据库的存储结构。

SQL Server中的整数类型分别为bigint、int、smallint和tinyint,它们分别占用()、()、()和()个存储字节。

在SQL Server2008中,存储过程是一组预先定义并()的T_SQL语句。A、保存B、编译C、解释D、编写

如果要在SQLServer中存储图形图像、Word文档文件,不可采用的数据类型是()。A、binaryB、varbinaryC、imageD、text

在SQL Server2005中,以下()语句可以创建存储过程。A、create procB、create triggerC、Create ViewD、create database

SQL Server2005中,如果要删除一个存储过程,则可以使用()语句。A、create procedureB、drop databaseC、drop procedureD、drop trigger

下列操作中,()不是SQL Server服务管理器功能。A、启动SQL Server服务B、停止SQL Server服务C、执行SQL查询命令D、暂停SQL Server服务

下列操作中,哪个不是SQL Server服务管理器功能()?A、执行SQL查询命令B、停止SQL Server服务C、暂停SQL Server服务D、启动SQL Server服务

You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of two instances both of which run on the same computer. One is a SQL Server 2008 instance; another is a SQL Server 2005 instance. There is a database named DB1 in the SQL Server 2008 instance. DB1 uses the Fulltext indexes. Several records that include the word "root" are added to DB1. An empty resultset is returned when the Fulltext index is queried for the word "root." You must make sure the query can return records that contain the word "root". What should you do?()  A、You should terminate and restart the MSFTESQL service B、You should rebuild the full-text index C、The word "root" should be added to the stop list D、The word "root" should be added to the thesaurus file

填空题()是已经存储在SQL Server服务器中的一组预编译过的Transact-SQL语句。

单选题你有一台名为SQL1的SQL Server 2005服务器。用户反映运行在SQL1上的查询所需要的时间正稳步增长。你想用SQL Server Profiler追踪所有用户查询以调查此问题。你要决定在哪一个计算机上运行SQL Server Profiler,并且在这个计算机上存储相应的跟踪文件。要求,你的操作必须对SQL1性能的影响降到最低。你会如何做?()A从SQL1控制台运行SQL Server Profiler。将跟踪信息存储到SQL1上的表中B从连接到SQL1的远程桌面运行SQL Server Profiler。将跟踪信息存储到另一台计算机的文件中C连接到SQL1的一台独立计算机中运行SQL Server Profiler。将跟踪信息存储到SQL1上的表中D从连接到SQL1的一台独立计算机中运行SQL Server Profiler。将跟踪信息存储到运行SQL Server Profiler的计算机文件中

单选题如果要在SQL Server中存储图形图像、Word文档文件,不可采用的数据类型是()。AbinaryBvarbinaryCimageDtext

多选题如果要在SQLServer中存储图形图像文件,可采用的数据类型是()AbigintBbinaryCimageDtext

单选题在SQL Server2008中,存储过程是一组预先定义并()的T_SQL语句。A保存B编译C解释D编写