
October 10th, 2003, 11:59 AM
|
|
|
|
Join Date: Oct 2003
Posts: 41
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Altering and Dropping Databases And Tables In Microsoft SQL Server 2000
Altering and Dropping Databases And Tables In Microsoft SQL Server 2000
Transact-SQL is central to the use of Microsoft SQL Server. All applications that communicate with SQL Server do so by sending Transact-SQL statements to the server, regardless of an application's user interface. It is trivial that we master some of the basics T-SQL, which you will be using quite often as programmers in either building new applications or modifying and supporting existing ones. Today we will see how to alter or modify existing databases and tables and also examine some drop statements. Read the rest of the article here.
Discuss this article in this thread.
|