블로그
- How To : Security Guidance for Applications 출처 : MSDN Library How To: Configure MachineKey in ASP.NET 2.0 How To: Connect to SQL Server Using SQL Authentication in ASP.NET 2.0How To: Create a Service Account for an ASP.NET 2.0 ApplicationHow To:
- v$transaction의 고찰 <> SQL> create table t1 ( 2 id number(8), 3 name varchar2(10) 4 ) ; Table created. SQL> SQL> insert into t.......
- sp_lock2 CREATE PROC sp_lock2(@dbname sysname = NULL,@spid int = NULL)AS/************************************* Purpose: To display detailed lock information Written by: Narayana Vyas Kondreddi Tested on: SQL Server
- SQL Outer Join vs. Where Not In vs. Not Exists 출처 : http://miniburb.wordpress.com/2007/05/31/sql-outer-join-vs-where-not-in-vs-not-exists/ I had to work out a SQL problem for a contractor.
- tablespace 관리 ######################## ORACLE TABLESPACE############################ ========Tablespce 생성======== SQL > create tablespace tbs_01datafile 'tbs_01.dat' size 40mdefault storage(initial 128k ----> 처음값next
- LOGON DDL Trigger를 이용한 로그인 정보 기록 남기기 SQL Server 2005에 추가된 DDL 트리거 중, 로그온과 관련된 이벤트가 추가되었습니다. 이를 이용하여, SQL Server에 로그인한 정보를 테이블이나 다른 형태에 별도로 남길 수 있습니다.
- REMOTE_LOGIN_PASSWORDFILE의 설정값 SQL> create user jclee identified by jclee default tablespace users temporary tablespace temp; SQL jclee SQL> shutdown ORA-01031: 권한이 불충분합니다 SQL> connect jclee/jclee as sysdba 연결되었습니다 SQL> shutdown
- mysqldump 한글안깨지고, 한줄씩 받는 문장 default-character-set=latin1 --set-charset --skip-opt --add-drop-table --add-locks --disable-keys --create-options after_school > /var/www/html/after_school_20061018.sql
← 이전
3 페이지