招聘 微软全球技术支持中心 sql server组
微软亚太区全球技术支持中心(APGC CSS)是微软为个人用户、开发者、IT 专业人员到合作伙伴和企业级合作伙伴提供全方位、多元化的服务和技术支持的部门。一个优秀的SQL Server技术支持工程师应该具备如下基本素质:技术精尖、耐心细致、善于交流、并善于释放压力、善于应对客户提出的紧危情况、不断充电以保持技术不断更新、具备有效的客户沟通能力和应变能力,并且能够借助各种资源,在工作中追求精益求精。我们真诚地欢迎对微软SQL Server及相关技术感兴趣并拥有创新精神的您加入我们,成为微软的一员!
城市:上海
1. Position Requirements
Requirements |
||
Technical |
Must to have |
BS in Computer Science or equivalent experience |
In depth knowledge of RDBMS, such as SQL Server, or Oracle, or DB2 |
||
In depth knowledge of computer science, such as Operating System, Network, Data Structure, Algorithm or Developer experience: .net server, SDK, C++/C# coding, DDK, WinCE Embedded system, Visual Studio, ASP.Net, IIS, Com+, etc. |
||
Better to have |
3+ years of experience on Database deployments, maintenance, programming. |
|
Experience in other Microsoft technologies – such as Platform- servers/OS; Active Directory; network, etc |
||
Quick learning and troubleshooting skills |
||
Non-technical |
Must to have |
Good communication skill and good service skill are expected |
Excellent written and verbal English skill |
||
Hard working and great passion on new computer technology |
2. Main Responsibilities: Customer Issue Resolution & Responsiveness - Drive the communication to ensure the customer is confident with our resolution - Resolve critical issues of Microsoft SQL Server - Represent Microsoft and achieve high customer satisfaction.
Effective Communication & Collaboration - Identify the right resource to collaborate with for tough & political hot problem. - Collaborate with cross-group peers both proactively and reactively. - Share knowledge proactively
Training & Readiness - Identify current knowledge deficiencies/training needs, as well as potential future needs. - Make effective technical presentations, both internal and external. - Continuously make self-development on tech-skills
Operational Precision - Use appropriate documentation and utilization (labor tracking) methods to account for time. - Manage and prioritize your workload while keeping team members and management appropriately informed. - Participate in ad-hoc projects per management request or business need.
我们致力于帮助任何企业和个人发挥最大的潜力,我们服务全球,为客户和合作伙伴提供世界一流的优质服务,赢得他们对微软的信心、信任和忠诚。我们真诚地欢迎您与我们联系,用激情和活力,共同携手谱写明天的辉煌!
请将您的简历发送到stswordman@hotmail.com
招聘 微软全球技术支持中心 sql server组的更多相关文章
- SQL Server 2012不支持从SQL Server 2000的备份进行还原
错误: dbbackup failed: Unable to restore database 'ppt'Not valid backupThe database was backed up on a ...
- 谈谈我的微软特约稿:《SQL Server 2014 新特性:IO资源调控》
一.本文所涉及的内容(Contents) 本文所涉及的内容(Contents) 背景(Contexts) 撰写经历(Experience) 特约稿正文(Content-body) 第一部分:生活中资源 ...
- 喜大普奔,微软Microsoft JDBC Driver For SQL Server已发布到maven中央仓库
相信通过java和SQLServer开发应用的同学们都经历过如下类似的问题. 微软提供的JDBC官方驱动没有放置在Maven仓库中,这样如果你的Java应用需要访问SQL Server,你不得不下载s ...
- QSqlDatabase的进一步封装(多线程支持+更加简单的操作)——同时支持MySQL, SQL Server和Sqlite
开发背景: 1.直接用QSqlDatabase我觉得太麻烦了: 2.对于某些数据库,多个线程同时使用一个QSqlDatabase的时候会崩溃: 3.这段时间没什么干货放出来觉得浑身不舒服,就想写一个. ...
- 迄今微软不同时期发布的SQL Server各版本之间的大致区别,供参考查阅
通过在互联网上收集及微软官方网站等途径获取相关资料进行整理汇总出Microsoft SQL Server各个版本(SQL Server 2008 R2.SQL Server 2012.SQL Serv ...
- 查询获取所有数据库名及数据库中表的集合、数据库连接字符串(类生成器,暂时支持mysql,sql server,后期有oracle再更新)
现所在公司做项目开发时,经常会自己创建model类,网上的生成器也很多,完全满足自己的不太现实,所以感觉自己做一个更有底气,主要针对过程中的一些语句进行整理,也供其他人学习参考. 连接字符串: mys ...
- 广州的小伙伴福利-由微软组织的在广州SQL Server线下活动
请按照如下格式报名.
- 360全景技术支持中心(KRPanoGUI三维全景制作软件)
http://www.360pano.cn/ http://www.360pano.cn/88/ http://www.suse.edu.cn/qjmy/hd/index.html
- SQL SERVER 组内排序
取出每组的第一个 select *from (select * ,RANK ( ) OVER( PARTITION by org order by reportcode asc) PartionNum ...
随机推荐
- 【读书笔记】iOS网络-负载
负载指的是在服务的请求响应事务中交换的数据.常见的负载格式包括XML,JSON与HTML. 进入与发出的负载数据存在很多形式与大小.比如,有些开发者会使用原生的字符串或是以分隔符分开的数据与Web S ...
- Apache 反向代理实现为http添加https的外衣
Apache 反向代理 金天:坚持写东西,不是一件容易的事,换句话说其实坚持本身都不是一件容易的事.如果学习有捷径,那就是不断实践,不断积累.写笔记,其实是给自己看的,是体现积累的一种方式,要坚持. ...
- informatica 学习日记整理
1. INFORMATICA CLIENT的使用 1.1 Repository Manager 的使用 1.1.1 创建Repository. 前提: a.在ODBC数据源管理器中新建一个数据源连接至 ...
- ASP.NET MVC 在控制器中获取某个视图动态的HTML代码
如果我们需要动态的用AJAX从服务器端获取HTML代码,拼接字符串是一种不好的方式,所以我们将HTML代码写在cshtml文件中,然后通过代码传入model,动态获取cshtml中的HTML代码 当然 ...
- 玩转CSS3,嗨翻WEB前端,CSS3伪类元素详解/深入浅出[原创][5+3时代]
在我的上一篇博客中, 很多园友提出说对css3"画图"不是很理解, 在跟他们私聊了一段时间以后,加上自己在开始自学css3的时候的疑惑,我觉得大家之所以不是很理解主要是因为对伪元素 ...
- 地图编辑器V2.3
MapEditorV2.3 changelog: ====================================== V2.9.0 (2013-11-18)----------------- ...
- nodemanager execute container fail many times
ttempt_1448915696877_13139_m_000141_0 100.00 FAILED map > map px42pub:8042 logs Wed, 09 Dec 2015 ...
- 【OpenWRT之旅】LuCI探究
1. 多语言 1)检查: opkg list | grep luci-i18n- 2)安装语言包: opkg install luci-i18n-hungarian 2.uhttpd 这个是LuC ...
- [转]C# 连接 Oracle 的几种方式
本文转自:http://www.cnblogs.com/storys/archive/2013/03/06/2945914.html 一:通过System.Data.OracleClient(需要安装 ...
- Stanford机器学习笔记-5.神经网络Neural Networks (part two)
5 Neural Networks (part two) content: 5 Neural Networks (part two) 5.1 cost function 5.2 Back Propag ...