Oracle Sequence / Link 2 MS SQL SERVER 2005 [英] Oracle Sequence/Link 2 MS SQL SERVER 2005

查看:64
本文介绍了Oracle Sequence / Link 2 MS SQL SERVER 2005的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




1. ms sql中是否有声明,是什么创建了一个序列?无法找到

网上的任何内容:-(

-oracle:创建顺序XYZ增加1开始1个NOCYCLE

CACHE 20;

-ms sql:???


2.我是否创建了另一个ms-sql数据库的链接


thx很多需要帮助,急求:-)



1. is there a statement in ms sql, what creates a sequence? cant find
anything in web :-(
-oracle: CREATE SEQUENCE XYZ INCREMENT BY 1 START WITH 1 NOCYCLE
CACHE 20;
-ms sql: ???

2. hwo do i create a link to another ms-sql database

thx a lot need help, urgend :-)

推荐答案


2。我是否创建了另一个ms-sql数据库的链接
2. hwo do i create a link to another ms-sql database



从一个MS SQL到另一个MS SQL服务器?还是数据库?

-

Martijn Tonies

Database Workbench - InterBase,Firebird,MySQL,NexusDB,Oracle&的工具>
MS SQL Server

Upscene Productions
http: //www.upscene.com

我的想法:
http://blog.upscene.com/martijn/

数据库开发问题?查看论坛!
http://www.databasedevelopmentforum.com



1. ms sql中是否有一个语句,是什么创建了一个序列?无法找到

网上的任何内容:-(

-oracle:创建顺序XYZ增加1开始1个NOCYCLE

CACHE 20;

-ms sql:???
1. is there a statement in ms sql, what creates a sequence? cant find
anything in web :-(
-oracle: CREATE SEQUENCE XYZ INCREMENT BY 1 START WITH 1 NOCYCLE
CACHE 20;
-ms sql: ???



Microsoft SQL Server没有序列。它确实有某种类型
$ b列的$ b自动递增整数,在

文档中查看identity。

-

Martijn Tonies

Database Workbench - InterBase,Firebird,MySQL,NexusDB,Oracle&

MS SQL Server工具

Upscene Productions
http://www.upscene.com

我的想法:
http://blog.upscene.com/martijn/

数据库开发问题?查看论坛!
http://www.databasedevelopment forum.com

Microsoft SQL Server doesn''t have sequences. It does have some sort
of auto-increment integer thingy for columns, check out "identity" in the
documentation.
--
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle &
MS SQL Server
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com


thx Martijn

thx Martijn


这篇关于Oracle Sequence / Link 2 MS SQL SERVER 2005的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆