카테고리 : DataBase(MS SQL) 요약보기전체보기목록닫기
- (영문) What is stored procedure?(0)2008.01.30
- (영문) What is the difference between delete,drop and truncate?(0)2008.01.30
- (영문) varchar vs. nvarchar in SQL Server(0)2008.01.25
- (영문) OLE DB (위키 백과사전)(0)2008.01.21
- T-SQL 페이징 구현하기(0)2008.01.16
- (영문) Database server(0)2008.01.16
- (영문)Summary of the characteristics of a relational database(0)2008.01.12
- (영문)simple example of refining database structure(0)2008.01.12
- (영문) The Design Process(0)2008.01.12
- (영문) RSS Newsfeed Workbench(0)2008.01.12
- DataBase(MS SQL)
- 2008/01/30 10:09
What is stored procedure?
A stored procedure is a group of SQL statements that form a logical unit and perform a particular task. Stored procedures are used to encapsulate a set of operations or que...
What is the difference between delete,drop and truncate?
DELETE: when u r using delete command in oracle the data will be deleted in the table. after that if u r using rollback the data in the table...
- DataBase(MS SQL)
- 2008/01/25 19:36
MICROSOFT SQL SERVER
Differences between varchar and nvarchar in SQL Server
By Serdar Yegulalp
07.30.2007
Rating: -3.89- (out of 5)
The broad range of data types in SQL Server can sometimes ...
- DataBase(MS SQL)
- 2008/01/21 11:46
- DataBase(MS SQL)
- 2008/01/16 16:33
- DataBase(MS SQL)
- 2008/01/16 15:48
Database server
From ArticleWorld
A database server is a computer system or program that provides database services to other computers or computer programs. Typically, client applications acces...
| Summary of the characteristics of a relational database|
A series of steps identify what your database is about.
The best way to do this is to work through the stages and draw a diagram (in pencil...
- DataBase(MS SQL)
- 2008/01/12 23:03
A simple example of refining a single-file database structure
Figure 1: A simple and flawed students table
This fragment of a students table suffers from various defects. The combined name field ma...
- DataBase(MS SQL)
- 2008/01/12 22:55
Databases from scratch III:
The Design Process
This third article in the series delves into the database heartland by exploring relational database design.
Topic links:
a sample design process:
step...
- DataBase(MS SQL)
- 2008/01/12 22:39
최근 덧글