1. 실행화면) 2. 위의 내용 디자인 페이지 DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3. 코드 비하인드 페이지 입니다 ..저장하기 버튼 클릭시..) string s = txtSql.Text; string con = s.Replace("Go", ";"); string[] arr = con.Split(';'); using (TransactionScope ts = new TransactionScope(TransactionScopeOption.RequiresNew)) { for (int i = 0; i < arr.Length - 1; i..