ÕÐÆ¸MsSQL DBA - ÉϺ£
ÓÐÒâÕßÇëÁªÏµyushan-33@hotmail.com / 18821146311
Microsoft SQL Administrator
Job Description:
A detail oriented Microsoft SQL Administratorwith excellent problem solving, analytical skills and a proven track record in managing production level environments to join our Information Technology team. The successful incumbent will be responsible for the day to day administration of current SQL Server environment. In addition He / She will be involved with designing and implementing a new scalable, highly-available global data architecture.
This position is located in Shanghai, China.
Responsibilities:
- Review and analyze database requirements; develop detailed database design specifications to meet identified requirements.
- Review and analyze user needs; determine equipment and software requirements for solutions to problems.
- Install and maintain database performance by developing tuning methodologies.
- Manage and implement database security and user accounts.
- Design and implement backup and recovery strategies.
- Assist with the design and development of data models as needed.
- Assist with the development and implementation of database/SQL standards and methodologies.
- Analyze and report on database metrics; administer and control data resources; monitor and ensure database integrity, security, an
Ïà¹ØÎÊ´ð£º
mssqlÔÚÁíÍâһ̨µçÄÔÉϻָ´±¸·Ýºó,²»ÄÜÁ¬½Ó,ʹÓÃsaÕÊ»§Ò²²»ÄÜÁ¬½Ó,ÒÔǰҲÓöµ½ÀàËÆÎÊÌâÒ»Ö±µÃ²»µ½½â¾ö
Çë¸ßÊÖ°ïæ½â´ð?
µ«ÊÇÑ¡Ôñ·ÃÎÊÊý¾Ý¿âµÄʱºò,Ìáʾ"21002Óû§""ÒѾ´æÔÚ"´íÎó?
......
´íÎóÀàÐÍ£º
Microsoft OLE DB Provider for SQL Server (0x80040E14)
³ý·Çͬʱָ¶¨ÁË TOP£¬·ñÔò ORDER BY ×Ó¾äÔÚÊÓͼ¡¢ÄÚǶº¯Êý¡¢ÅÉÉú±íºÍ×Ó²éѯÖÐÎÞЧ¡£
/cnblms/index_2/Order_show.asp, µÚ 94 ÐÐ
......
ÔÊý¾Ý----------------------------
a b
49 ƤÊéϵÁÐ
50 ¾¼Ã ......
ÓÉÓÚ×î½üҪдһ¸ö·ÖÒ³µÄ³ÌÐò£¬ÔÚÍøÉÏÕÒÁ˸ö´æ´¢¹ý³Ì£»
create procedure add_pp_SqlPager
@sqlstr nvarchar(4000), --²éѯ×Ö· ......
@str = |108||203|
²éÕÒ·µ»Ø½á¹ûstr = 108 Ö»·µ»ØµÚÒ»¸ö ÆäËüµÄ¶¼¸Éµô
SQL code:
declare @str varchar(100)
set @str = '|108||203|'
select substring(@str,2,charindex('|',stuff(@str,1,1,''))-1)
......