|
|
p***c 发帖数: 5202 | 3 目前就是这样,script出来之后用tortoise svn。。。。但是太麻烦,呵呵 |
|
s**********o 发帖数: 14359 | 4 SSMS BROWSE一下看看有什么,怎么找数据,更新,添加 |
|
s***o 发帖数: 2191 | 5 Very likely it's just a database backup file. Try "Restore Database..." in
SSMS |
|
m******y 发帖数: 588 | 6 现在正要做一个Oracle到sql server 2012的migration,需要接近0的down time. 请问
这里的大侠们有什么好方法传送数据? 要是都是SQL Server,我一般就set up database
mirror, replication or log shipping什么的。但是我用oracle挺少,而且看好多
tables都没有update timestamp所以想ETL也很难做incremental load. 目前想
1.SSMS做一次性的load, 然后弄个snapshot, bump up sequences in sql server
2.Cut over time的时候,Bring down Oracle, bring up sql server, 然后用个data
compare的软件compare 那个sql server的snapshot和Oracle database, generate一个
compare script, 然后apply到sql server prod 上去。
不知道这样行不行?还有没有更好的方法呢?或者有什么好的da... 阅读全帖 |
|
l******t 发帖数: 660 | 7 完全没有down time不太可能, 以前我们做过几次
1. 有钱的话, 用third party replication tool, 比如sysbase, golden gate, 都
支持oraclt to sql server replication, replication到一定时间, take oracle
offline, 保证data 全部replicate到sql server, stop replication, bring sql
server online
2. 没钱, 但是不缺人的话, 自己写code, 用log miner cdc 自己读oracle redo log
, 先做一次 one time full load, 什么tool 都可以, bcp, ssms, ms也有个工具,
然后用log miner 把delta change dump到一个table, 然后把replication 以后change
一个一个merge sql server table, 到一定时候, bring oracle offline,把delta
table全部merg... 阅读全帖 |
|
s**********o 发帖数: 14359 | 8 sql server express localhost,不要VISUAL STUDIO,有SSMS有个够了 |
|
z***a 发帖数: 138 | 9 刚换工作,DBA说只能在local box上装SSMS和BIDS,不让装database engine, ssis/
ssrs/ssas service. 第一次见到这样的。 我可不可以用自己的SQL server 2008光盘
(正版的从以前工作msdn来的)把database engine, ssis/ssrs/ssas service装到单
位自己的local box上?添加components时,好像也可以用评测版光盘。
初始安装时也没有type in key,可能是用的盘有批量許可?SQL server安装时有
validation check, 再添加其他components时,会不会看初始安装盘的序列号和现在盘
的序列号是否一致?
如果现在的盘的序列号(另一个批量許可序列号或评测版序列号)和以前的不同,最终
会保留哪个序列号?
谢谢 |
|
|
z**********8 发帖数: 2049 | 11 那就是说,我的权限还不够是吗? IT CONSULTANT太坏了.我要投诉. 继续PUSH. |
|
z**********8 发帖数: 2049 | 12 SSMS不可以IMPORT数据FROM EXCEL? :( |
|
z**********8 发帖数: 2049 | 13 想购买一个2012/2008 r2/2008版(差别据说不大是吗)的,带ssms/ssis/ssrs
1。the cheapest
2。the most appropriate, 主要是在家干活,练习,-单位不给装。:(
3。development 为主,最好能练练dba的。
谢谢。 |
|
w****n 发帖数: 266 | 14 在装SSRS的server下, 找到ssms右键,properties->security,加那个list的帐号,
其他的帐号都没权限。 |
|
d**********3 发帖数: 1186 | 15 How did u deploy the package?
If you deployed to SSIS instead of file mode, you should find this info in
SSIS(through SSMS).
But still questions for you,you did not expose connection managers in XML/DB?
if not, how u make it work after moving ur packages in DEV to Prod? |
|
z**********8 发帖数: 2049 | 16 我想知道USERS在某段时间比如9月份的access 数据库的记录,不知道SSMS里面有啥SP
或者UTILITY可以帮助RETRIEVE信息的。 谢谢 |
|
s**********o 发帖数: 14359 | 17 你不是按升级安装的,不就是2012 SSMS去浏览2008 2005当然都是可以的了
升级DATABASE,你DATABASE还是在2008的系统,怎么可能升级呢 |
|
L*******r 发帖数: 310 | 18 了解
我都是用ssms去打开笔记本上的local的
为什么默认是2008的
如何把笔记本上local database升级 或者是创建一个新的database在local上面 |
|
k*z 发帖数: 4704 | 19 你可以跟他们扯扯 Data Query tool, 问问公司用什么。
免费的有 Query ExpPlus, benthic, QlikView, SSMS Express
收钱的300左右的 WinSQL, AnySQL Maestro
收钱的1000左右的有 Toad Data Point
收钱的2000左右的有Tableau
收钱的1W左右有Altreyx, tableau server
收钱的5w左右的有Tableau Enterprise, Qlikview Server
这个欢迎大家接着补充。 |
|
k*z 发帖数: 4704 | 20 你可以跟他们扯扯 Data Query tool, 问问公司用什么。
免费的有 Query ExpPlus, benthic, QlikView, SSMS Express
收钱的300左右的 WinSQL, AnySQL Maestro
收钱的1000左右的有 Toad Data Point
收钱的2000左右的有Tableau
收钱的1W左右有Altreyx, tableau server
收钱的5w左右的有Tableau Enterprise, Qlikview Server
这个欢迎大家接着补充。 |
|
A*******n 发帖数: 625 | 21 在一个sql server上我有好几个database, 比如EIS和Intranet两个databases, 系统
在backup EIS,网页在访问Intranet,比如run一些query,是不是会影响网页在访问的
速度。
我碰到这样的问题,网页在访问Intranet的时候,有的时候特别慢(run query)。可
是同样的query在SSMS上面直接跑,却很快。过一个小时候后网页在访问Intranet又很
正常。这是为何?
还有一个问题是,如果我truncate了一些tables的数据(数据比较多),还有必要re-
index吗?
ty |
|
l******9 发帖数: 579 | 22 I need to run a SQL server 2008 R2 stored procedure from Eclipse pydev with
python 3.2 on win 7. If I run the stored procedure from management studio,
it works well.
But, if I run it from ptython , it does not work.
sql_str_test = """
DELETE FROM [my_db].[dbo].[my_table] -- this line works
EXEC [my_db].[dbo].[my_store_procedure] -- but this line
does not work, no run-time error message, but no results generated
"""
sql_str_connect = "DRIVER={S... 阅读全帖 |
|
|
w**2 发帖数: 724 | 24 请问@6是什么意思?
我用ssms打开database看了,一切正常。
求救,大谢!
Unhandled Exception: System.Data.Entity.Infrastructure.DbUpdateException: An
error occurred while up
dating the entries. See the inner exception for details. ---> System.Data.
UpdateException: An error
occurred while updating the entries. See the inner exception for details. --
-> System.Data.SqlClient
.SqlException: The incoming tabular data stream (TDS) remote procedure call
(RPC) protocol stream is
incorrect. Parameter 9 ("@6"): The supplied value is... 阅读全帖 |
|
s****e 发帖数: 54 | 25 I added the linked server.
the remote server is show under the SSMS, server object, linked server.
This is my first time try the linked server. I guess there is some setting
wrong.
I have no problem use object explorer to connect to the remote server.
Thanks! |
|
s****e 发帖数: 54 | 26 I added the linked server.
the remote server is show under the SSMS, server object, linked server.
This is my first time try the linked server. I guess there is some setting
wrong.
I have no problem use object explorer to connect to the remote server.
Thanks! |
|
c*****d 发帖数: 6045 | 27 在SSMS->server object->linked server
右键点击remote linked server->test connection
有错误信息吗 |
|
B*********L 发帖数: 700 | 28 SELECT name
FROM sys.master_files
SELECT name
FROM sys.database_files
同一个database, sys.master_file中log file的名字和sys.database_files中的不一
样.其中sys.database_files给出的file name与SSMS列出的一样,是正确的.
后果是我没法shrink log file.
各位老大,我应该怎样update sys.master_file呢? |
|
c*****d 发帖数: 6045 | 29 用dbcc shrinkfile (file_id)解决了问题是意料之中的
因为其实数据库内部存的是ID和指针
文件从一个位置挪到另外的位置,只不过是指针变了,数据库内部还是同样的ID
我感觉你两次的描述可能有一个写反了
物理存在的文件名是哪一个?
name from sys.master_files or sys.database_files
ssms里面看到的名字是name from sys.database_files ?
那你用dbcc shrinkfile(physical_file_name)是failed,对吗? |
|
n***l 发帖数: 143 | 30 In SSMS, click on the database, then database diagrams, choose create new
database diagram. Add the table of interest, then right click on that table
to add the related tables.
My question is how to quickly figure out the relationships if the database
has over 5000 tables? |
|
A*******n 发帖数: 625 | 31 请教一个问题,有没有可能当用户登入后只看见一个database, 其他的都hide。这用
户不是这个database的owner。
我查了一下好像要么全hide, 要么是database的owner才可以。 |
|
|
w*s 发帖数: 7227 | 33 1. say my c# code uses Linq to entity framework.
2. Now in SQL Server Management Studio, i added another column to a table
how's my c# project pick up this change pls ?
i didn't see a "refresh data source" ... |
|
x**n 发帖数: 461 | 34 If you use EF tool to generate the mapping, just right click the design
window and choose update from the context menu. If you use poco and code
first, do mapping by your self. |
|
w*s 发帖数: 7227 | 35 大牛,
0. in SQL management studio 2012, added 1 more column for a table.
1. In VS C# 2012 project, in Model Browser, right click and do "update ...",
i got this, see attachment.
2. Then i go back to SQL management studio, i can attach file database.
3. Then i detach it from SQL, reboot.
4. Try again in VS C# 2012, same error.
Any thoughts ? |
|
c*********e 发帖数: 16335 | 36 有時候,我用最原始的办法。把原来的那个什么edmx文件删除掉,重新生成一個edmx文
件,就好了。
", |
|
H*******g 发帖数: 6997 | 37 right click and select Update... In the pop up window, select the middle one
, called Refresh something...
老兄,你用啥操作系统啊。。。为嘛你这个VS 2012整天出现奇怪的问题。。。
", |
|
w*s 发帖数: 7227 | 38 yes, i clicked the "Update model from database", but didn't see the "refresh
..."
i'm using 64-bit win 7, all standard stuff ...
one |
|
H*******g 发帖数: 6997 | 39 EXPRESS的VISUAL STUDIO?
refresh |
|
|
w*s 发帖数: 7227 | 41 ok, i thought i detached the database from mssms, but i didn't.
after i detach it, not it's updated.
don't understand why VS cannot spit out an error message ...
thanks brother.
one |
|
W********n 发帖数: 254 | 42 你那个错误信息里说的是login failed. 而且你用的是integrated security,检查你数
据库里的user和login没? |
|
t*******r 发帖数: 3271 | 43 你说的是provider tunnel而已, 不是NG-MVPN的种类.
其他tunnel type还有呢
rsvp-te p2mp lsp
mldp p2mp lsp
pim-ssm tree
pim-asm tree
pim-bidir tree
IR
mldp mp2mp lsp
Rosen严格来讲不能叫作ng-mvpn |
|
s****m 发帖数: 46 | 44 【 以下文字转载自 CS 讨论区 】
发信人: ssmssm (ssm), 信区: CS
标 题: 怎么把英文系统改成中文系统
发信站: BBS 未名空间站 (Sun Jan 17 18:50:37 2010, 美东)
我上网买了台手提电脑,准备捎人带回国。因为是给长辈用,所以要用中文系统。比如
my computer, control panel是什么意思的,长辈肯定看不懂。
请高手指教。非常感谢。 |
|
s*****g 发帖数: 1055 | 45 There is really no multicast routes per se on a server, when we say
multicast routes, we often mean reverse path on network devices.
Now back to your question, this is probably something controlled by
application, i.e, which interface you bind the application to.
If you are asking linux host as multicast receiver, then there are multiple
ways to achieve what you want, for example, use static groups on switch side
, or overwrite host routes to PIM-RP, it is straightforward if you are
running PIM-... 阅读全帖 |
|
|
p********t 发帖数: 1219 | 47 姓名:金亚秋
职称:教授
职务:波散射与遥感中心主任
简介:
男,1947年9月生,获美国麻省理工学院博士学位,现任复旦大学教授、博士生导师,波散
射与遥感中心主任。
他作为第一获奖人获得1993年国家自然科学奖三等奖、1996年和1992年两次国家教
委科技进步奖一等奖、1992年光华科技基金奖一等奖、1998 年国家教育部科技进步奖二
等奖、1999年上海市科技进步奖二等奖等多项科技奖励, 他主编的专著获1997年国家图书
奖和全国优秀科技图书奖一等奖。他是国家人事部1994年批准的有突出贡献的中青年科技
专家,上海市劳模、首届宝刚教育基金优秀教师特等奖。他是国家杰出青年基金的前身”
国家自然科学基金优秀中青年人才基金”首批(1993年全国十人)获得者。他在国内外著
名的学术刊物和重要的学术会议文集上已经发表了320多篇学术论文和5本中英文个人专著
。国际学术刊物论文被引用逾150多次。他的英文著作在欧洲遥感实验室联盟通讯杂志上
有专文评论,为美国乔治亚理工学院引为研究生教材。他是最早(1985年)参与美国DMSP
SSM/I(1989年上天)数据标定和验证工作的人员之 |
|
|
c****y 发帖数: 3592 | 49 是第三方的, 想用那个做kalman filter,不过实在是太看不懂它的mannual了, 有人做
过的话发给demo给我好吗? 或者教我一下, 谢谢! |
|
l******9 发帖数: 579 | 50 【 以下文字转载自 Database 讨论区 】
发信人: light009 (light009), 信区: Database
标 题: run SQL stored procedure from python
发信站: BBS 未名空间站 (Sat Aug 2 20:53:01 2014, 美东)
I need to run a SQL server 2008 R2 stored procedure from Eclipse pydev with
python 3.2 on win 7. If I run the stored procedure from management studio,
it works well.
But, if I run it from ptython , it does not work.
sql_str_test = """
DELETE FROM [my_db].[dbo].[my_table] -- this line works
EXEC [my_db].[dbo].[m... 阅读全帖 |
|