mssql은 테이블 정보에 기본값을 getdate()로 할 경우 값이 입력되면 자동으로 현재 일자와 일시가 입력되는데 mysql은 이와 같은 기능을 하는 함수가 있나요?


//----------------------------------------



CREATE TABLE t (ts TIMESTAMP NULL DEFAULT CURRENT_TIMESTAMP);
Otherwise — that is, if the TIMESTAMP column is defined to allow NULL values but not using DEFAULT TIMESTAMP, as shown here…

CREATE TABLE t1 (ts TIMESTAMP NULL DEFAULT NULL);
CREATE TABLE t2 (ts TIMESTAMP NULL DEFAULT '0000-00-00 00:00:00');

…then you must explicitly insert a value corresponding to the current date and time. For example:

INSERT INTO t1 VALUES (NOW());
INSERT INTO t2 VALUES (CURRENT_TIMESTAMP);
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/10/11 18:48 2007/10/11 18:48
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2712

WITH() AS() 예제

WITH APP_CUSTOM( ADIDX, ADSPONSORNAME, ADTYPE, ADPHONE ) AS (



SELECT idx as 'adidx', adcompanyname as 'adsponsorname', adtype1 as 'adtype', adphone as 'adphone'
FROM TBL_ADVERTISING_MEMBER
union all
SELECT '0' as 'adidx', pubname as 'adsponsorname',
( SELECT SESE_NAME FROM tbl_addtel_upjong where sese_code = ATB.Yp) as 'adtype',
( AreaCode + '-' + TelKuk + '-' + TelNo ) as 'adphone'
FROM TBL_ADDTELBOOK AS ATB


)
select * from
( select ADIDX, ADSPONSORNAME, ADTYPE, ADPHONE,row_number() over ( order by ADSPONSORNAME asc ) as 'ROWNUMBER'
from APP_CUSTOM
) as a where ROWNUMBER < 100
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/10/08 17:00 2007/10/08 17:00
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2706

소켓 연동 컴포넌트

소켓 연동 컴포넌트


http://tech.dimac.net/Products/FreeProducts/w3Sockets/Reference/Refstart.htm


[ w3Sockets 다운로드 ]
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/09/28 15:31 2007/09/28 15:31
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2694

ASP 텍스트 개별 인코딩 컴포넌트

http://www.example-code.com/asp/asp-encoding-
decoding.asp


[ 인코딩 컴포넌트 다운로드 ]
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/09/28 15:27 2007/09/28 15:27
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2693

dll 파일 레지스트리에 등록

dll 파일 레지스트리에 등록

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/09/28 15:16 2007/09/28 15:16
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2692

[WebSite] DMVStats 1.01

DMVStats 1.01
A SQL Server 2005 Dynamic Management View Performance Data Warehouse

http://www.codeplex.com/sqldmvstats


[설치 파일 다운로드]
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/09/14 14:11 2007/09/14 14:11
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2671

[WebSite] SQL Server Best Practices

SQL Server Best Practices

http://technet.microsoft.com/ko-kr/sqlserver/bb331794.aspx



[ 설치 파일 다운로드 ]
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/09/14 14:09 2007/09/14 14:09
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2670

SQL Server 2005 Performance Dashboard Reports
- DashBoard 를 사용하기 위해서는 SQL Server 2005 sp2 가 설치되어 있어야 한다.

아래의 링크에서 DashBoard 를 다운받는다.

http://www.microsoft.com/downloads/details.aspx?FamilyID=1d3a4a0d-7e0c-4730-8204-e419218c1efc&DisplayLang=en

설치후 설치 경로는 아래와 같다.

C:\Program Files\Microsoft SQL Server\90\Tools\PerformanceDashBoard

Sql 서버에 접속을 하는데, 연결계정은 sysadmin 역활을 가지고 있어야 한다.

SQL Management Studio 에서 "새 쿼리창"을 열어 다음의 쿼리 파일을 실행한다.
C:\Program Files\Microsoft SQL Server\90\Tools\PerformanceDashBoard\setup.sql

SQL Management Studio 의 탐색창에서 해당 데이터베이스를 선택하고 마우스 오른쪽 버튼을 클립한다.
나타나는 메뉴에서 [보고서] - [Performance DashBoard] 를 선택한다.


pen file 대화상자에서 다음의 파일을 선택하고 [확인]을 클릭한다.
C:\Program Files\Microsoft SQL Server\90\Tools\PerformanceDashBoard\performance_dashboard_main.rdl
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/09/14 13:58 2007/09/14 13:58
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2669

DMV - 동적 관리 뷰

동적 관리 뷰 및 함수는 서버 인스턴스 상태 모니터링, 문제 진단 및 성능 튜닝에 사용할 수 있는 서버 상태 정보를 반환합니다.

동적 관리 뷰 및 함수에는 다음과 같은 두 유형이 있습니다.

1. 서버 범위 동적 관리 뷰 및 함수. 이 유형에는 서버에 대한 VIEW SERVER STATE 권한이 필요합니다.

2. 데이터베이스 범위 동적 관리 뷰 및 함수. 이 유형에는 데이터베이스에 대한 VIEW DATABASE STATE 권한이 필요합니다.

동적 관리 뷰 또는 함수를 쿼리하려면 개체에 대한 SELECT 권한과 VIEW SERVER STATE 또는 VIEW DATABASE STATE 권한이 필요합니다. 이러한 사용 권한을 통해 동적 관리 뷰 및 함수에 대한 사용자 또는 로그인의 액세스를 선택적으로 제한할 수 있습니다. 이렇게 하기 위해서는 먼저 master에 사용자를 만든 다음 사용자가 액세스할 수 없도록 할 동적 관리 뷰 또는 함수에 대한 사용자의 SELECT 권한을 거부합니다. 그러면 사용자의 데이터베이스 컨텍스트에 관계없이 사용자가 이러한 동적 관리 뷰 또는 함수에서 선택할 수 없게 됩니다.
- DENY가 우선 적용되기 때문에 사용자에게 VIEW SERVER STATE 권한을 부여했지만 VIEW DATABASE STATE 권한을 거부한 경우 해당 사용자는 서버 수준 정보는 볼 수 있지만 데이터베이스 수준 정보는 볼 수 없습니다.

모든 동적 관리 뷰 및 함수는 sys 스키마에 있어야 하며 dm_* 명명 규칙을 따라야 합니다. 동적 관리 뷰 또는 함수를 사용할 경우 뷰 또는 함수 이름에 sys 스키마 접두사를 지정해야 합니다. 예를 들어 dm_os_wait_stats 동적 관리 뷰를 쿼리하려면 다음 쿼리를 실행합니다.

SELECT wait_type, wait_time_ms

FROM sys.dm_os_wait_stats

GO
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/09/13 19:41 2007/09/13 19:41
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2666

Architect - 설계자

architect

ar·chi·tect〔〕〔Gk 「주된 건축가」의 뜻에서〕 n.
1 건축가, 건축 기사
2 설계자, 기획자, 창조자
the architect of one’s own fortune 자기 운명의 개척자
the (Great) Architect 조물주
━ vt. 설계하다, 구성하다
▷ rchitecture n.





강컴에서 발취 : http://kangcom.com/book/project/project_list.asp?pr_code=41



크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2007/09/10 11:50 2007/09/10 11:50
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/2656

« Previous : 1 : ... 53 : 54 : 55 : 56 : 57 : 58 : 59 : 60 : 61 : ... 101 : Next »

블로그 이미지

- 홍반장

Archives

Recent Trackbacks

Calendar

«   2024/11   »
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Statistics Graph

Site Stats

Total hits:
240604
Today:
400
Yesterday:
856