微软亚太区全球技术支持中心(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组的更多相关文章

  1. SQL Server 2012不支持从SQL Server 2000的备份进行还原

    错误: dbbackup failed: Unable to restore database 'ppt'Not valid backupThe database was backed up on a ...

  2. 谈谈我的微软特约稿:《SQL Server 2014 新特性:IO资源调控》

    一.本文所涉及的内容(Contents) 本文所涉及的内容(Contents) 背景(Contexts) 撰写经历(Experience) 特约稿正文(Content-body) 第一部分:生活中资源 ...

  3. 喜大普奔,微软Microsoft JDBC Driver For SQL Server已发布到maven中央仓库

    相信通过java和SQLServer开发应用的同学们都经历过如下类似的问题. 微软提供的JDBC官方驱动没有放置在Maven仓库中,这样如果你的Java应用需要访问SQL Server,你不得不下载s ...

  4. QSqlDatabase的进一步封装(多线程支持+更加简单的操作)——同时支持MySQL, SQL Server和Sqlite

    开发背景: 1.直接用QSqlDatabase我觉得太麻烦了: 2.对于某些数据库,多个线程同时使用一个QSqlDatabase的时候会崩溃: 3.这段时间没什么干货放出来觉得浑身不舒服,就想写一个. ...

  5. 迄今微软不同时期发布的SQL Server各版本之间的大致区别,供参考查阅

    通过在互联网上收集及微软官方网站等途径获取相关资料进行整理汇总出Microsoft SQL Server各个版本(SQL Server 2008 R2.SQL Server 2012.SQL Serv ...

  6. 查询获取所有数据库名及数据库中表的集合、数据库连接字符串(类生成器,暂时支持mysql,sql server,后期有oracle再更新)

    现所在公司做项目开发时,经常会自己创建model类,网上的生成器也很多,完全满足自己的不太现实,所以感觉自己做一个更有底气,主要针对过程中的一些语句进行整理,也供其他人学习参考. 连接字符串: mys ...

  7. 广州的小伙伴福利-由微软组织的在广州SQL Server线下活动

    请按照如下格式报名.

  8. 360全景技术支持中心(KRPanoGUI三维全景制作软件)

    http://www.360pano.cn/ http://www.360pano.cn/88/ http://www.suse.edu.cn/qjmy/hd/index.html

  9. SQL SERVER 组内排序

    取出每组的第一个 select *from (select * ,RANK ( ) OVER( PARTITION by org order by reportcode asc) PartionNum ...

随机推荐

  1. android 界面设计基本知识Ⅱ

    上一章讲述了Android界面设计时,一些基本控件的使用,本章主要讲述自定义控件,Fragment和Headler线程机制. 1.自定义控件 (1)基本知识 dp.sp和dx      px:像素点  ...

  2. 记一次eclipse无法启动的排查过程

    起因是本地为开发工程打包,总是提示 source 1.3 不支持注释.enum等等,但询问开发开发表示自己本地打包正常. 于是排查版本问题.开发的jdk是1.6版本,自己的是1.7,于是想要不降级吧, ...

  3. 【转】超实用的JavaScript技巧及最佳实践

    众所周知,JavaScript是一门非常流行的编程语言,开发者用它不仅可以开发出炫丽的Web程序,还可以用它来开发一些移动应用程序(如PhoneGap或Appcelerator),它还有一些服务端实现 ...

  4. System.Drawing.Image在Save之后Type变了

    前段时间发现asp.net MVC 3附带了一个相当方便的图片处理类WebImage,常用的图片处理功能全都包括进去了,用起来是相当的爽. 在项目中刚好有相关的图片处理需求,但由于实际项目是使用asp ...

  5. Linux- Nginx简单的负载均衡(一)

    这里先进行简单的nginx负载,安装nginx这里就不多说了,我们情景假设在已经安装好了nginx上: 1)查询nginx中的upstrea负载均衡模块  默认是有安装的.进入nginx源码目录中 . ...

  6. Serena Dimensions 介绍

    Serena Dimensions是配置管理工具,基于进程的软件更改和配置管理解决方案. 官方网址:http://www.serena.com/index.php/en/products/applic ...

  7. Flume应用场景及架构原理

    Flume概念 Flume是一个分布式.可靠.和高可用的海量日志聚合的系统,支持在系统中定制各类数据发送方,用于收集数据:同时,Flume提供对数据进行简单处理,并写到各种数据接受方(可定制)的能力. ...

  8. SQL Server调优系列进阶篇(查询语句运行几个指标值监测)

    前言 上一篇我们分析了查询优化器的工作方式,其中包括:查询优化器的详细运行步骤.筛选条件分析.索引项优化等信息. 本篇我们分析在我们运行的过程中几个关键指标值的检测. 通过这些指标值来分析语句的运行问 ...

  9. x01.Lab.StreetApp: MVVM

    Store App 特别适用于 MVVM 模式.由于要用到 SQLite,Bing Maps,所以第一步从网上搜索并安装这两个扩展.很难想象在智能手机上运行 SQL Server 这种巨无霸型数据库, ...

  10. What makes an excellent front-end developer?(for my English speech)

    What makes an excellent front-end developer? Let me please start this talking by saying that what is ...