AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-152464

KySoto's questions

Martin Hope
KySoto
Asked: 2019-08-29 10:19:42 +0800 CST

从 Windows 98 连接到 SQL Server 2008 R2

  • 2

是否可以从 Windows 98 机器连接到 SQL Server 2008 R2?

如果可能的话,我会用什么?

我有一台旧测试机,目前正在写入访问数据库。这台测试机可能最终会在一两年内被更换。

我想将 Access 数据库迁移到 SQL Server,但作为这项工作的一部分,我需要能够让 Windows 98 机器写入 SQL Server。

建造一个替换的测试设备大约需要 6 个月左右,而且最近我们的业务取得了相当大的增长,所以即使我们拥有所有的测试设备,我们仍然落后。所以在我们更换它之前,它会多出 2 件。

sql-server sql-server-2008-r2
  • 1 个回答
  • 111 Views
Martin Hope
KySoto
Asked: 2019-08-20 07:03:34 +0800 CST

与Sql Server 2008 r2 兼容的最新版本的SQL Server 本机客户端是什么

  • 4

标题说明了一切,兼容Sql Server 2008 R2的最新版本的Sql Server原生客户端是什么

sql-server-2008-r2 native-client
  • 3 个回答
  • 5437 Views
Martin Hope
KySoto
Asked: 2019-08-13 08:31:34 +0800 CST

为什么在 sql server 代理上运行 SSIS 包时出现截断错误,但手动运行时却没有

  • 1

我创建了一个 SSIS 包,该包删除然后创建一个表,以将数据从 Sql Server 2008 r2 传输到访问文件。当我在 BIDS 2008r2 中运行它时,它运行得很好,完全没有截断问题。当我获取该包并在 SQL Server 代理上运行它时,它无法说它在日期字段上有截断错误。当我手动查看数据(只有 159 条记录)时,我看不到任何时髦的数据。

我的帐户和服务帐户都是服务器管理员,因此服务器端的访问权限没有区别,而且我们都在目标文件共享的本地管理员组中。我还运行了 4 个以相同方式构建的其他软件包,但这是唯一一个仅在代理上出现数据截断错误的软件包,而不是在投标中手动运行。

以下是错误的全文减去用户帐户信息。

  Executed as user:<Domain>\<sql service account>. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.6560.0 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.
    Started:  7:13:49 AM
  Error: 2019-08-12 07:13:50.78
     Code: 0xC0202009
     Source: Data Flow Task 1 chips dest [705]
     Description: SSIS Error Code DTS_E_OLEDBERROR.
       An OLE DB error has occurred. Error code: 0x00040EDA.
  End Error  
  Error: 2019-08-12 07:13:50.78
     Code: 0xC020901C
     Source: Data Flow Task 1 chips dest [705]
     Description: There was an error with input column "DATE" (959) on input "Destination Input" (718). The column status returned was: "The value could not be converted because of a potential loss of data.".
  End Error
  Error: 2019-08-12 07:13:50.78
     Code: 0xC0209029
     Source: Data Flow Task 1 chips dest [705]
     Description: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.
       The "input "Destination Input" (718)" failed because error code 0xC0209077 occurred, and the error row disposition on "input "Destination Input" (718)" specifies failure on error. An error occurred on the specified object of the specified component.
       There may be error messages posted before this with more information about the failure.
  End Error
  Error: 2019-08-12 07:13:50.78
     Code: 0xC0047022
     Source: Data Flow Task 1 SSIS.Pipeline
     Description: SSIS Error Code DTS_E_PROCESSINPUTFAILED.
       The ProcessInput method on component "chips dest" (705) failed with error code 0xC0209029 while processing input "Destination Input" (718). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.
       There may be error messages posted before this with more information about the failure.
  End Error
  DTExec: The package execution returned DTSER_FAILURE (1).
  Started:  7:13:49 AM
  Finished: 7:13:53 AM
  Elapsed:  4.197 seconds.
  The package execution failed.
  The step failed.
sql-server sql-server-2008-r2
  • 1 个回答
  • 1327 Views
Martin Hope
KySoto
Asked: 2018-12-15 11:17:56 +0800 CST

sql语句后面的“/”是什么意思

  • 2

我有一个脚本,我们正在使用它来将我们的 ERP 数据库更新到新版本,

UPDATE ENUM_CODES SET COLUMN_NAME = 'PAY_STATUS' WHERE TABLE_NAME = 'PAYABLE' and COLUMN_NAME = 'STATUS'
/

但我不知道为什么它在更新部分之后有 / 。有谁知道那/意味着什么?

sql-server sql-server-2008-r2
  • 1 个回答
  • 119 Views
Martin Hope
KySoto
Asked: 2018-12-11 11:04:26 +0800 CST

如何删除别名用户

  • 1

我正在尝试从恢复到 sql server 2008 r2 的 sql server 2000 数据库中删除别名用户。最初,我试图将别名用户转换为普通用户,但我似乎做不到,所以现在我试图在不删除登录名的情况下删除用户。

sql-server-2000 sql-server-2008-r2
  • 1 个回答
  • 244 Views
Martin Hope
KySoto
Asked: 2018-06-28 13:34:52 +0800 CST

当表触发器触发时,触发器执行的用户是什么

  • 0

我有一个表,我正在使用插入/更新/删除触发器来审计。我想限制对审计表的访问,以便只有触发器可以写入它。我想知道的是,这些触发器将哪些用户算作将记录插入审计表。

编辑:由于 phil 在他的评论中向我展示了有关如何确定的文档,这稍微改变了我的问题。

限制对审计表的访问以便只有触发器才能插入记录的好方法是什么?

sql-server sql-server-2008-r2
  • 1 个回答
  • 728 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    连接到 PostgreSQL 服务器:致命:主机没有 pg_hba.conf 条目

    • 12 个回答
  • Marko Smith

    如何让sqlplus的输出出现在一行中?

    • 3 个回答
  • Marko Smith

    选择具有最大日期或最晚日期的日期

    • 3 个回答
  • Marko Smith

    如何列出 PostgreSQL 中的所有模式?

    • 4 个回答
  • Marko Smith

    列出指定表的所有列

    • 5 个回答
  • Marko Smith

    如何在不修改我自己的 tnsnames.ora 的情况下使用 sqlplus 连接到位于另一台主机上的 Oracle 数据库

    • 4 个回答
  • Marko Smith

    你如何mysqldump特定的表?

    • 4 个回答
  • Marko Smith

    使用 psql 列出数据库权限

    • 10 个回答
  • Marko Smith

    如何从 PostgreSQL 中的选择查询中将值插入表中?

    • 4 个回答
  • Marko Smith

    如何使用 psql 列出所有数据库和表?

    • 7 个回答
  • Martin Hope
    Jin 连接到 PostgreSQL 服务器:致命:主机没有 pg_hba.conf 条目 2014-12-02 02:54:58 +0800 CST
  • Martin Hope
    Stéphane 如何列出 PostgreSQL 中的所有模式? 2013-04-16 11:19:16 +0800 CST
  • Martin Hope
    Mike Walsh 为什么事务日志不断增长或空间不足? 2012-12-05 18:11:22 +0800 CST
  • Martin Hope
    Stephane Rolland 列出指定表的所有列 2012-08-14 04:44:44 +0800 CST
  • Martin Hope
    haxney MySQL 能否合理地对数十亿行执行查询? 2012-07-03 11:36:13 +0800 CST
  • Martin Hope
    qazwsx 如何监控大型 .sql 文件的导入进度? 2012-05-03 08:54:41 +0800 CST
  • Martin Hope
    markdorison 你如何mysqldump特定的表? 2011-12-17 12:39:37 +0800 CST
  • Martin Hope
    Jonas 如何使用 psql 对 SQL 查询进行计时? 2011-06-04 02:22:54 +0800 CST
  • Martin Hope
    Jonas 如何从 PostgreSQL 中的选择查询中将值插入表中? 2011-05-28 00:33:05 +0800 CST
  • Martin Hope
    Jonas 如何使用 psql 列出所有数据库和表? 2011-02-18 00:45:49 +0800 CST

热门标签

sql-server mysql postgresql sql-server-2014 sql-server-2016 oracle sql-server-2008 database-design query-performance sql-server-2017

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve