3 03 2014
MS-SQL DB생성 및 권한설정
| 
					 1 2 3 4  | 
						create database spring; grant all on spring.* to spring@'%' identified by 'spring'; grant all on spring.* to spring@'localhost' identified by 'spring'; use spring;  | 
					
MS-SQL – BACKUP MS-SQL 백업 및 복원