由买买提看人间百态

topics

全部话题 - 话题: sql
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
t*******y
发帖数: 57
1
【 以下文字转载自 Database 讨论区 】
【 原文由 tribology 所发表 】
这几天真是见了鬼了
在Linux下单独写个standalone的java程序用JDBC访问oracle一点问题都没有
换写成servlet来通过JDBC访问oracle竟然只能做"select .."这样的sql访问
用什么insert/update/desc之流的sql命令通通给我出错,
说什么java.sql.SQLException: SQL string is not Query
ft,明明直接把那些sql命令放入sqlplus执行和放在standalone的java程序里面
执行一点问题都没有.google了半天没有啥结果.
这个到底啥原因有人知道么?难道用servlet调用jdbc数据库还有权限限制?
用perl写的cgi调用数据库也一点问题都没有呀.
l******9
发帖数: 579
2
【 以下文字转载自 Quant 讨论区 】
发信人: light009 (light009), 信区: Quant
标 题: SQL debug step into a store procedure from another one
发信站: BBS 未名空间站 (Mon Jun 30 11:04:12 2014, 美东)
I have to debug a store procedure on SQL server 2008 R2 on Microsoft sql
studio.
In my SQL query, I have to call two store procedures :
EXEC @return_value = [my_database].[dbo].[store_procedure1]
in [my_database].[dbo].[store_procedure1], I need to call another procedure:
execute @return_status = store_procedure2
in debu... 阅读全帖
l******9
发帖数: 579
3
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: Error of SQL query on IBM netezza SQL database from Aginity workbench
发信站: BBS 未名空间站 (Fri Dec 5 16:46:56 2014, 美东)
I need to so a sql query on IBM netezza sql database from Aginity workbench
on win7.
My query:
SELECT *
from table1 AS c ,
table2 AS b
where CAST(c.id as int) = b.id
in table1, id is character varying(20) and in table2, id is int.
Table1:
id value1 value2
'985' 'casdqwdc' '654.3184' // t... 阅读全帖
l******9
发帖数: 579
4
【 以下文字转载自 Database 讨论区 】
发信人: light009 (light009), 信区: Database
标 题: Truncation error import csv file to SQL table
发信站: BBS 未名空间站 (Wed Apr 29 15:28:46 2015, 美东)
I would like to import a .csv file into a SQL Server 2008R2 database table
on Win 7.
It has one column and one row.
File1:
name
runeocnu 430274 sjunosnv djduenvop 934m ljfonm3
I got error:
Error 0xc02020a1: Data Flow Task 1: Data conversion failed. The data
conversion for column "NAME" returned status value 4 and status text "Text
w... 阅读全帖
z*******3
发帖数: 13709
5
这种东西不应该依赖persistence的处理
nosql一般不管
丢给framework比如spark去搞去
话说sql跨node取数据,这个好像不是sql标准吧?
不同db的sql写法不一样
oracle用@,但是sql server可不是@
如果让oracle取sql server的数据,怎么搞?
s**********o
发帖数: 14359
6
【 以下文字转载自 Database 讨论区 】
发信人: lakewest (lake), 信区: Database
标 题: 【CINASSUG】【CINAOUG】SQL Server 讲座第4课- BI技术 by Der
发信站: BBS 未名空间站 (Fri Aug 24 12:42:40 2012, 美东)
SQL Server技术交流系列
3. column store index in Sql server 2012
by Derek Microsoft Certified Trainer
09/05/2012 Wed, 9pm, EST
http://www.anymeeting.com/CINASSUG1
【CINASSUG】
https://groups.google.com/forum/?fromgroups#!forum/chinese-in-north-america-
sql-server-user-group-cinassug
Derek--BI Architect; Working/Living in Minnesota
Over 8 years’ ... 阅读全帖
s**********o
发帖数: 14359
7
【 以下文字转载自 Database 讨论区 】
发信人: lakewest (lake), 信区: Database
标 题: 【CINASSUG】【CINAOUG】SQL Server 讲座第4课- BI技术 by Der
发信站: BBS 未名空间站 (Fri Aug 24 12:42:40 2012, 美东)
SQL Server技术交流系列
3. column store index in Sql server 2012
by Derek Microsoft Certified Trainer
09/05/2012 Wed, 9pm, EST
http://www.anymeeting.com/CINASSUG1
【CINASSUG】
https://groups.google.com/forum/?fromgroups#!forum/chinese-in-north-america-
sql-server-user-group-cinassug
Derek--BI Architect; Working/Living in Minnesota
Over 8 years’ ... 阅读全帖
D********2
发帖数: 27
8
来自主题: Biology版 - 免费讲座SQL Server CDC (转载)
【 以下文字转载自 Database 讨论区 】
发信人: derekdai1213 (derek.dai), 信区: Database
标 题: 免费讲座SQL Server CDC (转载)
发信站: BBS 未名空间站 (Mon Feb 23 22:58:39 2015, 美东)
【 以下文字转载自 TransferToCS 俱乐部 】
发信人: derekdai1213 (derek.dai), 信区: TransferToCS
标 题: 免费讲座SQL Server CDC
发信站: BBS 未名空间站 (Mon Feb 23 22:57:25 2015, 美东)
Please register for SQL PASS Chinese Monthly Meeting for Mar 2015, SQL
Server CDC on Mar 3, 2015 7:30 PM CST at:
https://attendee.gotowebinar.com/register/5867817944757950209
SQL Server CDC
After registering... 阅读全帖
f****r
发帖数: 1140
9
数据量比较大。所以得考虑效率。考虑清楚之前还不太想都试一下。实在不行就得试了。
要从数据库里面pull好多变量。还要赋值新变量。是一个巨长无比的sql语句快呢?(
包括select, 好几个case when语句,from好几个table, where不少condition)
还是先proc sql select诸多变量,然后用data step来赋值新变量快?前提是我必须用
proc sql要select变量。
问问有经验的大侠。不知道这种情况考虑到效率问题,是不是该避免proc sql? 不过
proc sql写起来容易些。多谢了。
d*******o
发帖数: 493
10
If the question is 'which method is the best in merging efficiently ',
everybody knows: Hash > Array= Proc format>Proc SQL >sort-sort-merge.
No doubt about it.
However, flyerr的问题是" data step v.s. Proc sql in creating new
variables".
Such as:
/××××××××××××××××××××××××××××××××××××××××/
PROC SQL;
CREATE table one AS
SELECT
CASE WHEN age=11 THEN 'pig'
WHEN sex='F' THEN 'monkey'
ELSE 'cat'
END
AS an... 阅读全帖
G*****u
发帖数: 1222
11
来自主题: Statistics版 - 推荐面试有用一点的sql书籍好不
sas macro跟sql有关系吗?
proc sql跟sql好像没啥区别 至少我没感觉出来 一般的功能都有 proc sql的得多写两
句 别的别啥
给你两个我最近一次面试被问的sql问题
1.difference between where and having clause
我当时的回答: a. where used after before group by cluase and having used
after group by claue; b. the aggregate function is not allowed in where
clause
2. difference between procedure and function
我的回答:a.function requires input values; b. function returns values while
procedure returns a table
f***1
发帖数: 168
12
来自主题: Statistics版 - 关于SQL的问题
最近在找工作,发现不少都要求会使用SQL
我使用proc sql比较多,谈不上精通,但也算是熟练吧。
不知道proc sql和sql的区别有多大。如果开始学习sql的话,从什么地方着手呢?或者
有什么教材,软件从什么地方下载呢?
请赐教!
m*****6
发帖数: 36
13
来自主题: Statistics版 - 关于SQL的问题
你到 database的版上去问,可能很多人都会告诉你。
不过他们可能不熟悉sas 里面的proc sql
一般我理解的所谓“会使用sql”基本就是会些基本的DML就可以了,例如select,
insert, update,delete.
你如果proc sql比较熟的话应该没什么问题,可以直接告诉别人你会就可以了。
你现在可以用sas其实在sas里面用proc sql练点基本就可以。
如果想自己装,你可以装mysql, sql server 或者oracle,如果你以前没装过,而且
对database的一些基本概念不是特别熟悉的话,可能安装会有些麻烦。
a******u
发帖数: 4
14
来自主题: Statistics版 - StarUp 诚聘 SQL Analyst
IT Star Up 公司, 位于 San Diego Downtown, Data Science Team 诚聘 SQL
Analyst。
详细的 Job Description 如下: 有意者请将Resume发至 [email protected]
/* */ 谢谢!
We’re looking for an awesome SQL Analyst to join our Data Science team. If
you love to dig deep into big data, extract meaningful relationships, and
share your insights with others, this is the perfect role for you.
SweetLabs is a company driven by data insights. As a Data Science member,
you will be a part of a small, agile team using the latest techn... 阅读全帖
c****t
发帖数: 19049
15
【 以下文字转载自 Database 讨论区 】
发信人: coolbid (Dreams bring hopes), 信区: Database
标 题: F家DS,analytics电面面经,贡献一个sql相关 (转载)
发信站: BBS 未名空间站 (Mon Mar 10 10:56:20 2014, 美东)
发信人: p0830 (AnnieJ), 信区: JobHunting
标 题: F家DS,analytics电面面经,贡献一个sql相关
发信站: BBS 未名空间站 (Sun Mar 9 17:51:08 2014, 美东)
因为太弱了所以面试官都没接着问,火急火燎地敷衍了我一下半小时不到就挂电话了。。
估计十分失望。。
这个职位在data&analytics部门下不是sde所以主要考sql,面试官说sde部门的会主要
关注python。
电话打过来先问了为什么喜欢fb,接着马上on-line coding, 原题如下:
survey_log (uid, action, question_id, answer_id, q_num, timestamp)
acti... 阅读全帖
c**********6
发帖数: 26
16
one option for friends who want to get training and job on BI SAS
Informatica ETL SQL Server SSIS SSRS SSAS Cognos etc. thanks.
渴望求职?转行?进修?
申请BI工作有面试无结果?我们可以你帮助您!
成功只差一步!
祝贺国内医学博士晶女士,住家多年后参加培训已成功获得第一份商业智能好工作!
祝贺美MBA丽女士,住家多年后已成功获得第一份商业智能好工作!
祝贺美化学博士陆先生,已成功转行获得高薪稳定的商业智能BI工作!
USA BI Training Star 面向全美各地;在线商业智能职业培训 (773) 982 - 8168
我们的培训给希望求职转行进修的朋友一个新的选择。
短平快职业培训课程:
• SQL Server (SQL, SSIS, SSRS, SSAS)
• Oracle
• SAS 9.x (based, advanced, workshop/project in bank/ins... 阅读全帖
a******u
发帖数: 4
17
来自主题: DataSciences版 - IT StarUp 诚聘 SQL Analyst
IT Star Up 公司, 位于 San Diego Downtown, Data Science Team 诚聘 SQL
Analyst。
详细的 Job Description 如下: 有意者请将Resume发至 [email protected]
/* */ 谢谢!
We’re looking for an awesome SQL Analyst to join our Data Science team. If
you love to dig deep into big data, extract meaningful relationships, and
share your insights with others, this is the perfect role for you.
SweetLabs is a company driven by data insights. As a Data Science member,
you will be a part of a small, agile team using the latest techn... 阅读全帖
l******9
发帖数: 579
18
【 以下文字转载自 Quant 讨论区 】
发信人: light009 (light009), 信区: Quant
标 题: create table on SQL server from python pyodbc
发信站: BBS 未名空间站 (Fri Aug 1 13:19:15 2014, 美东)
am trying to access SQL server 2008 R2 from Eclipse pydev ( python 3.2 ) on
win7 .
I need to create a table on database.
The code can be run well. But, I cannot create tables in the database. If I
print the sql string and run the query from SQL server management studio, no
problems.
import pyodbc
sql_strc = " IF OBJECT_ID('[my_db].[dbo].[my_t... 阅读全帖
t********b
发帖数: 128
19
来自主题: JobHunting版 - logic and sql test
i'm going to interview with a small consulting firm. It seems that the firm
is quite analytical. There will be a logic test and a sql test during the 1.
5 hours 1st round on-site. Can anyone please tell me what is a logic test?
It it like brainteaser/solving puzzles? Usually in what type of form? Oral Q
&A, or written test, or ...? How about sql test? This is not a programmer
position, but need to know some sql to order to handle large Rx datasets. Is
the sql test most likely to be an oral Q&A,
c******t
发帖数: 7
20
来自主题: JobHunting版 - Job Opening - SQL Developer (转载)
【 以下文字转载自 Database 讨论区 】
发信人: catalyst (RX), 信区: Database
标 题: Job Opening - SQL Developer
发信站: BBS 未名空间站 (Wed Jan 19 14:27:50 2011, 美东)
Our team has an urgent opening for SQL Developer position. We sponsor H1b
transfer or new fillings. GC process can be started after one year of
successful service.
Basic qualifications:
Knowledge on relational database design concepts;
Strong data analysis skills;
MS SQL 2005/2008;
Must can write complex and high efficient T-SQL as business required;
We use SS... 阅读全帖
B*****g
发帖数: 34098
21
净瞎说,哪可能没有corsur,不过sql server有temp table,和oracle bulk collect
相近
http://msdn.microsoft.com/en-us/library/ms180169.aspx
有问题可以到database版问,那里sql server人很多。

SQL
r*****t
发帖数: 7278
22
Hope you had a nice weekend! Do you know any SQL Developers looking right
now? I have a contract to hire with a top company here in Houston. Below is
the job description. Thank you in advance.
I am ideally looking for someone that has the following skill set:
· 5 years + experience developing and supporting in-house applications in a
deadline driven environment.
· Solid experience with T/SQL development to support ETL designs.
· Ability to interpret execution plans and tailor new requirements fo... 阅读全帖
I*********9
发帖数: 15
23
来自主题: JobHunting版 - SQL 面试题,请高手指点
非常感谢上面两位的回复。真的是SQL达人。
SQL scirpts work well!结果完全正确。正是我要的答案。真是高人阿。就是给出了答
案,我还有些不明白,比如,为什么要用sum function等等。我辈需要进一步学习啊。
SQL ANALYTIC FUNCTIONS还没有试, 这个functions我以前没有用过。
再次感谢两位SQL高人!
j*******1
发帖数: 425
24
来自主题: JobHunting版 - SQL 面试题,请高手指点
学哪个SQL?t-sql装个微软的MS SQL Server Express版就行,免费的。用他自带的
sample database和online教程学习。
sybase 的t-sql跟微软的差不多语法。
其他的mysql,sqlite也都大同小异,自己找免费的装吧
C***7
发帖数: 448
25
来自主题: JobHunting版 - LA公司招IT人员: MS SQL Dev/DBA
LA公司招IT人员: MS SQL Dev/DBA
The candidate will be joining a 5-DBA team, focusing on MS SQL 2005/2008 T-
SQL developement(70%), while doing DBA work on the side(30%). 公司已经有5名
DBA,需再招一人重点在 T-SQL development上
需5年Dev经验,5年DBA经验
公司已在 Nasdaq 上市12年,零售业,业绩稳定(最近股票逆市上涨),可办H1,绿卡.
地点:Culver City, CA 90066
限LA local only
有兴趣者email联系,初入门者请勿扰,因为会有4个 Senior DBA 对你进行技术问题面
试. You will be grilled :-)
Email: i***********[email protected] (Frank)
欢迎转告推荐!
B*****g
发帖数: 34098
26
来自主题: JobHunting版 - 怎么自学自练SQL?
要学SQL你要知道以下几点:
1.本站有一个版叫数据库
2.北美有一个著名的老中数据库团体叫CINAOUG
3.就学SQL的话学oracle,同等水平搞oracle的人挣的更多
4.不要随便花钱买书培训,先到CINAOUG蹲点
5.要想自己耍一下SQL,到database版找别人问的SQL自己做
l******9
发帖数: 579
27
【 以下文字转载自 Statistics 讨论区 】
发信人: light009 (light009), 信区: Statistics
标 题: SQL check likeness between two large tables
发信站: BBS 未名空间站 (Tue May 6 15:38:29 2014, 美东)
I need to check the likeness between two data tables on SQL. I am working on
Aginity Workbench for Netezza on Win 7.
The tables are very large. One of them has 100 million rows and 4 columns;
another one has 1500 million rows and 3 columns.
Example, table1
ID1 ID2 ID3 Value
xxxx xxxxxx xxxxxxxx xxx.xxxxxx ... 阅读全帖
l******9
发帖数: 579
28
【 以下文字转载自 Database 讨论区 】
发信人: light009 (light009), 信区: Database
标 题: SQL combine two tables into one table and add a new column
发信站: BBS 未名空间站 (Thu May 8 14:54:50 2014, 美东)
I need to combine two tables into one. Ans also, add a column (assign an int
value) to the new table on SQL. So that the rows from table1 and ones from
table2 are assigned with different values.
Example,
table1
ID1 ID2 ID3 VALUE
table2
ID1 ID2 ID3 VALUE
table3
ID1 ID2 ID3 VALUE
i need to combine ... 阅读全帖
l******9
发帖数: 579
29
【 以下文字转载自 Database 讨论区 】
发信人: light009 (light009), 信区: Database
标 题: keep group of values of SQL procedure in one table
发信站: BBS 未名空间站 (Sat May 24 09:48:08 2014, 美东)
I need to print out a group of values from a procedure on SQL server 2008.
If I use select , it generated a distinct table into the result part of SQL
server 2008 managemetn studio every time the procedure is called.
i need to call the procedure in a loop. I want to print the values into one
table.
Thx!
while
begin
my_proce... 阅读全帖
w*****a
发帖数: 218
30
来自主题: JobHunting版 - 初学者求前辈指导SQL学习资料
你看到的没错, SQL 也就是 W3SCHOOL 上的那点玩艺儿
总共一二十个命令吧,在下当年找工作面SQL,
也就头天晚上找本书翻两遍,去公司工作之前从没用过SQL
入职后再看看别人的SQL程序,一个星期后就很熟了
另外,看看PERL的STRING操作可能会有些用
c*****5
发帖数: 10
31
来自主题: JobHunting版 - Opening: SQL Server ELT Developer @Maryland
Sponsor H1B and GC.
However, the company is not E-verified.So we can't support OPT extension.
The company is located at Columbia, MD. Local candidates are preferred.
Thanks.
------------------------------------------
SQL Data Warehouse Developer
Consortium Health Plans (CHP)
Position Summary
Consortium Health Plans is looking for an experienced SQL Server ETL
developer to help expand the capabilities of our state of the art multi-
terabyte all flash-memory data warehouse. Performance tuning and ... 阅读全帖
d****0
发帖数: 263
32
来自主题: JobMarket版 - SQL Database Support Technician (转载)
【 以下文字转载自 WashingtonDC 讨论区 】
发信人: dc5770 (DC), 信区: WashingtonDC
标 题: SQL Database Support Technician
发信站: BBS 未名空间站 (Wed Jan 19 21:49:34 2011, 美东)
7294: SQL Database Support Technician
Employment Type Full Time/Regular
Location VA - Alexandria

Job Description & Responsibilities
Description:
This is a database administration/troubleshooting position rather than a
developer position. Person will have to learn VSE’s agile development
platform, SQLDBI from Chainbridge Technologies, thor... 阅读全帖
x*******8
发帖数: 262
33
工作地点:北京。
替朋友转帖,如有意请回复邮件:z************[email protected]
Thanks.
Software Engineer
Job Description
Develop, create, and modify general computer applications software or
specialized utility programs. Specifically, develop innovative applications
in the area of Electronic Funds Transfer using cutting-edge technologies.
Will be responsible for developing, testing, enhancing and maintaining
distributed software applications using n-tier architecture based frameworks
while working on routine problems. ... 阅读全帖
h****n
发帖数: 298
34
来自主题: JobMarket版 - SQL BI Testing position
Need SQL SDET candidates.
SQL backend testing, SQL Code review, SQL BI experience etc.
Please contact me via h*******[email protected]
Thanks,
C***7
发帖数: 448
35
LA公司招IT人员: MS SQL Dev/DBA
The candidate will be joining a 5-DBA team, focusing on MS SQL 2005/2008 T-
SQL developement(70%), while doing DBA work on the side(30%). 公司已经有5名
DBA,需再招一人重点在 T-SQL development上
需5年Dev经验,5年DBA经验
公司已在 Nasdaq 上市12年,零售业,业绩稳定(最近股票逆市上涨),可办H1,绿卡.
地点:Culver City, CA 90066
限LA local only
有兴趣者email联系,初入门者请勿扰,因为会有4个 Senior DBA 对你进行技术问题全
面面试. You will be grilled :-)
Email: i***********[email protected] (Frank)
欢迎转告推荐!
b*******g
发帖数: 757
36
来自主题: JobMarket版 - SQL Dev available in Seattle Area
Our client is looking for an experienced software development engineer who
is skilled at developing best-in-class database engineer using the latest
SQL technologies.
Responsibilities:
• Experience in designing, building and managing relational
databases
• High productivity by creating quick prototypes and following
up with production-grade, performant databases
• Execute high-quality features in a timely fashion
• Participate in design and... 阅读全帖
c******t
发帖数: 7
37
来自主题: Working版 - Job Opening - SQL Developer (转载)
【 以下文字转载自 Database 讨论区 】
发信人: catalyst (RX), 信区: Database
标 题: Job Opening - SQL Developer
发信站: BBS 未名空间站 (Wed Jan 19 14:27:50 2011, 美东)
Our team has an urgent opening for SQL Developer position. We sponsor H1b
transfer or new fillings. GC process can be started after one year of
successful service.
Basic qualifications:
Knowledge on relational database design concepts;
Strong data analysis skills;
MS SQL 2005/2008;
Must can write complex and high efficient T-SQL as business required;
We use SS... 阅读全帖
C***7
发帖数: 448
38
LA公司招IT人员: MS SQL Dev/DBA
The candidate will be joining a 5-DBA team, focusing on MS SQL 2005/2008 T-
SQL developement(70%), while doing DBA work on the side(30%). 公司已经有5名
DBA,需再招一人重点在 T-SQL development上
需5年Dev经验,5年DBA经验
公司已在 Nasdaq 上市12年,零售业,业绩稳定(最近股票逆市上涨),可办H1,绿卡.
地点:Culver City, CA 90066
限LA local only
有兴趣者email联系,初入门者请勿扰,因为会有4个 Senior DBA 对你进行技术问题面
试. You will be grilled :-)
Email: i***********[email protected] (Frank)
欢迎转告推荐!
C***7
发帖数: 448
39
来自主题: Immigration版 - LA公司招IT人员: MS SQL Dev/DBA
LA公司招IT人员: MS SQL Dev/DBA
The candidate will be joining a 5-DBA team, focusing on MS SQL 2005/2008 T-
SQL developement(70%), while doing DBA work on the side(30%). 公司已经有5名
DBA,需再招一人重点在 T-SQL development上
需5年Dev经验,5年DBA经验
公司已在 Nasdaq 上市12年,零售业,业绩稳定(最近股票逆市上涨),可办H1,绿卡.
地点:Culver City, CA 90066
限LA local only
有兴趣者站内联系,初入门者请勿扰,因为会有4个 Senior DBA 对你进行技术问题全
面面
试. You will be grilled :-)
欢迎转告推荐!
m********s
发帖数: 55301
40
【 以下文字转载自 Database 讨论区 】
发信人: sunnystone (sunnystone), 信区: Database
标 题: Re: PL/SQL develop 和Java developer薪水相比
发信站: BBS 未名空间站 (Mon Jun 9 15:58:00 2014, 美东)
俺最近收到几个recruiter发来Pl/Sql developer的工作,时薪都是$80-$120, 6months
contract,还不是在东西部发达地区。pl/sql我经常用,写点stored procedure,
parameter in out,error handling等。 还真不知道pl/sql developer能拿这么高的薪
水,还是俺水平次,不知道深浅。搞的我有些心动。
m******r
发帖数: 1033
41
地点在north station,boston,
sql中等熟练程度 salary具体不知道,觉得应该还行.
工作性质比较单调,目前就是写sql,做reporting
老板是个烙印, 有点风险自负的意思.
反正你要是目前急需一份工作,又不介意老写sql, 那就站内联系吧.
C***7
发帖数: 448
42
来自主题: LosAngeles版 - LA公司招IT人员: MS SQL Dev/DBA
LA公司招IT人员: MS SQL Dev/DBA
The candidate will be joining a 5-DBA team, focusing on MS SQL 2005/2008 T-
SQL developement(70%), while doing DBA work on the side(30%). 公司已经有5名
DBA,需再招一人重点在 T-SQL development上
需5年Dev经验,5年DBA经验
公司已在 Nasdaq 上市12年,零售业,业绩稳定(最近股票逆市上涨),可办H1,绿卡.
地点:Culver City, CA 90066
限LA local only
有兴趣者email联系,初入门者请勿扰,因为会有4个 Senior DBA 对你进行技术问题全面面
试. You will be grilled :-)
Email: i***********[email protected] (Frank)
欢迎转告推荐!
g********s
发帖数: 3652
43
【 以下文字转载自 JobMarket 讨论区 】
发信人: greenlands (sunflower), 信区: JobMarket
标 题: Oracle SQL developer long term contract position
发信站: BBS 未名空间站 (Fri Apr 25 15:56:29 2014, 美东)
Our team has a long term contract position for Oracle SQL developer. The
company is a S&P 500 company and located in central NJ.
If anyone interested, please send your resume to me , and I can forward to
hire manager.
Job Requirements/Education:
Bachelor's degree in a computer science or related field is required.
Minimum of 5 y... 阅读全帖
t********b
发帖数: 128
44
来自主题: NewYork版 - logic & sql test at on-site interview
i'm going to interview with a small consulting firm. It seems that the firm
is quite analytical. There will be a logic test and a sql test during the 1.
5 hours 1st round on-site. Can anyone please tell me what is a logic test?
It it like brainteaser/solving puzzles? Usually in what type of form? Oral Q
&A, or written test, or ...? How about sql test? This is not a programmer
position, but need to know some sql to order to handle large Rx datasets. Is
the sql test most likely to be an oral Q&A,
g********s
发帖数: 3652
45
【 以下文字转载自 JobMarket 讨论区 】
发信人: greenlands (sunflower), 信区: JobMarket
标 题: Oracle SQL developer long term contract position
发信站: BBS 未名空间站 (Fri Apr 25 15:56:29 2014, 美东)
Our team has a long term contract position for Oracle SQL developer. The
company is a S&P 500 company and located in central NJ.
If anyone interested, please send your resume to me , and I can forward to
hire manager.
Job Requirements/Education:
Bachelor's degree in a computer science or related field is required.
Minimum of 5 y... 阅读全帖
s**********o
发帖数: 14359
46
【 以下文字转载自 Database 讨论区 】
发信人: lakewest (lake), 信区: Database
标 题: 【CINASSUG】【CINAOUG】SQL Server 讲座第3课- BI技术交流 ag
发信站: BBS 未名空间站 (Fri Jul 27 01:17:25 2012, 美东)
SQL Server技术交流系列
1. Agile BI
by Derek Microsoft Certified Trainer
08/01 周三9点, EST
http://www.anymeeting.com/CINASSUG1
【CINASSUG】
https://groups.google.com/forum/?fromgroups#!forum/chinese-in-north-america-
sql-server-user-group-cinassug
Derek--BI Architect; Working/Living in Minnesota
Over 8 years’ experience in database design, developme... 阅读全帖
L*******r
发帖数: 8961
47
问题不是语言本身。会语言和会编程是两回事。
会语言的同时还要有一定的数据结构和算法的知识
才能比较好地运用语言。另外现在编程都是在一个
开发环境里进行的,所以还要熟悉一种以上的开发
环境。现在最流行的是Object-Orientated编
程,所以还要对这个东西有一定了解。工作市场上
为什么要求多年的实际工作经验就是这个道理,不
是很容易的。对计算机的了解要高些。
相比而言,T-SQL涉及的面比较窄一些。数据库的
范围要小一些。买一本好的数据库理论的书(Data
Base Normalization, Entity Relation
Model, 等),和一本针对某一种数据库(SQL
Server, Oracle, 等),你就可以基本上路了。
数据库对计算机科学的基础要求不高,T-SQL本身
就是一种(Declarative Language),容易
上路。数据库设计里的很多东西文科的思维方式可
能还是优势。虽然入门容易,但是要搞好还是有很
多的东西,实践经验也很重要。有不少数据库高手
肯定比程序员挣得多,也很有意思和挑战性。
如果对计算机的基础比较薄弱,T-SQL可以是个不错
的方向... 阅读全帖
C***7
发帖数: 448
48
LA公司招IT人员: MS SQL Dev/DBA
The candidate will be joining a 5-DBA team, focusing on MS SQL 2005/2008 T-
SQL developement(70%), while doing DBA work on the side(30%). 公司已经有5名
DBA,需再招一人重点在 T-SQL development上
需5年Dev经验,5年DBA经验
公司已在 Nasdaq 上市12年,零售业,业绩稳定(最近股票逆市上涨),可办H1,绿卡.
地点:Culver City, CA 90066
限LA local only
有兴趣者email联系,初入门者请勿扰,因为会有4个 Senior DBA 对你进行技术问题面
试. You will be grilled :-)
Email: i***********[email protected] (Frank)
欢迎转告推荐!
e****e
发帖数: 2740
49
来自主题: CS版 - Java+SQL or C++/SQL (转载)
【 以下文字转载自 JobHunting 讨论区 】
发信人: evence (硬猫), 信区: JobHunting
标 题: Java+SQL or C++/SQL
发信站: BBS 未名空间站 (Tue May 15 14:00:45 2012, 美东)
learning SQL
and want to learn a programming language, which one is better java or C++
for a market analyst
l***u
发帖数: 157
50
sql server是指在小型机等上面运行的整个数据库系统,提供所有管理功能
和SQL的功能
SQL ANYWHERE是安PB时安的吧,我都没用过,每次都删了
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)