SQL embedded in programs on the application server might use the SQL system date clause.
在应用服务器上程序嵌入的SQL可能使用SQL系统日期子句。
Ensure that the proper SQL services are running on the SQL server to allow remote access to the SQL instance.
确认在SQL服务器上运行了合适的SQL服务以支持对SQL实例的远程访问。
The federated server communicates a remote request for data to the remote relational data source through an SQL statement in the native SQL dialect of the data source.
联邦服务器通过数据源本地SQL方言中的 SQL语句将对数据的远程请求发送到远程关系数据源。
Convert expressions into SQL so that they can be executed by a server (this is what LINQ to SQL does).
将表达式转换为sql,这样他们就能被服务器执行了(这是linq到sql所做的工作)。
As stated, PHP also supports server mode SQL processing, where the QSQSRVR host server jobs process the SQL requests.
按照规定,PHP还支持服务器模式SQL处理,其中QS Q SRVR主机服务器作业将处理SQL请求。
You cannot transfer a database from one SQL server (to a different SQL server) if the two servers have different server default collation Settings.
如果两个SQL服务器拥有不同的服务器默认校对设置,那么您不能将一个数据库从一个SQL服务器传输到另一个SQL服务器。
The SQL packages are server-side repositories for SQL statements.
SQL包是 SQL语句的服务器端资料库。
To enable SQL logins, you must ensure that your SQL server is set to mixed-mode authentication
要启用SQL登录,必须确保您的 SQL服务器设置为混合模式身份验证。
Start the HSQLDB engine in server mode, so both the user application and an SQL console (like HSQLDB's own DatabaseManager utility) can run SQL statements at the same time.
以服务器模式启动HSQLDB引擎,这样用户应用程序和SQL控制台(像 HSQLDB自带的 DatabaseManager实用工具)都可以运行 SQL 语句。
The SQL Explorer page displays a summary of all SQL statement types that have been executed on the current database server.
SQLExplorer页面显示在当前数据库服务器上执行的所有sql语句类型的汇总信息。
The Embedded SQL approach for DB2 data access involves the use of an application preprocessor to translate and replace all of the SQL references with native access interfaces to the DB2 server.
用于DB 2数据访问的EmbeddedSQL方式需要使用应用程序预处理器,将所有SQL引用转换为DB 2服务器的本机访问接口。
In addition, you should be familiar with basic SQL commands and know how to use dbaccess to execute SQL commands against the server.
此外,还需熟悉基本的SQL命令以及如何使用dbaccess对服务器执行SQL命令。
To test if SQL server is overloaded, use perfmon (administrative tools) on the SQL server to check the following average performance counters.
要检查sQL服务器是否过载,可以在SQL服务器上使用perfmon(管理工具)来检查以下平均性能计数器。
SQL server and SQL Express instances are a way of having more than one SQL server running on a physical server or workstation.
SQL Server与SQLExpress实例是在一个物理服务器或者工作站上运行多个SQL服务器的方式之一。
SQL server and SQL Express are RDBMS (relational database management systems) that run on platforms (physical hardware, such as workstations or servers).
SQL Server与SQLExpress是在平台(物理性硬件,例如工作站或者服务器)上运行的RDBMS(关系数据库管理系统)。
If a standard SQL server login does not exist on the new SQL server server, you can add the login with a NULL password.
如果新的SQL Server服务器上不存在标准的SQL Server登录,则会添加密码为空的登录。
To get more details on why SQL server 2008 failed to login sqlserveruser, you can review the log files on SQL server 2008.
要详细了解sql server 2008为何无法让sqlserveruser登录,可以检查sql server 2008上的日志文件。
This hack works because SQL Server allows you to string together multiple SQL statements separated by either a semicolon or a space.
此攻击会起作用,是因为SQL Server允许您将多条 SQL语句(用分号或空格分隔)串联在一起。
You can build forms from existing templates and populate them with data from data sources including SQL Server, SQL Azure, SharePoint, and others.
您可以从现有的模板创建窗体(forms)并为它们填充数据,数据源可以包括SQL Server, SQLAzure,SharePoint等等。
Select the Existing SQL Server Located on this machine option to connect to the local SQL Express instance.
选择本台机器上已存在的SQL服务器选项以连接到本地SQLExpress实例上。
The default Settings for the MembershipProvider in this case USES SQL Server Express Edition but can be made to with SQL Server or some existing database.
默认设置的MembershipProvider使用了SQL Server快速版,不过您也可以使用其他SQL Server版本,或者已存在的数据库。
Grant Fritchey’s book, The Art of High Performance SQL Code: Part 1 Dissecting SQL Server Execution Plans, helps you get to that point.
GrantFritchey的书:编写高性能SQL代码的艺术的第一部分就详述了SQL Server的执行计划,这对你会很有帮助。
With the release of SQL Server 2005 and Visual Studio 2005 we delivered significant new improvements to make developers more productive when working with data stored in SQL Server.
随着SQL Server 2005和VisualStudio 2005的发布,我们提供了新的重大改进,使得开发人员可以更加高效地处理那些存储在SQL Server上的数据。
SQL Server 2008 developer allows developers to build and test any type of application with SQL Server.
SQL Server 2008开发者版允许开发人员构建和测试基于SQL Server的任意类型应用。
Once the data is in the SQL Server database, SQL can be used to perform the translation and load the result table.
在将数据装载到SQL Server数据库之后,可以使用 SQL执行转换和装载结果表。
SQL Prompt: Intelligent code completion and layout for SQL Server. “Accelerates all my programming.”
SQLPrompt: SQL服务器智能代码填写和布局“为我所有的编程提速。”
Based on the stunningly poor SQL Server 2008 full text results so far, and the apparent architecture changes, I'm pessimistic that the SQL team will be able to do anything for us.
根据目前为止出奇的差的SQL Server 2008全文检索和明显的体系结构更改,我对SQL团队能够为我们做些什么感到悲观。
Publish Database feature, that supports both onsite SQL Server as well as SQL azure.
发布数据库特性,这项功能既支持本地的SQL Server,也支持SQLAzure。
Next, copy the contents of the jpetstore-derby-dataload.sql file into the SQL Command/s: text area within the Geronimo Server Console, and then click the Run SQL button.
下一步,把jpetstore-derby-dataload.sql文件的内容复制到GeronimoServerConsole中的 SQLCommand/s:文本区域,然后单击Run SQL按钮。
To add an integrated SQL Server login, see the "sp_grantlogin" topic in SQL Server Books Online.
要添加集成的SQL Server登录,请参阅sQL Server联机丛书中的“sp_grantlogin”主题。
应用推荐