Search:     Advanced search
Browse by category:
Glossary | Contact Us

Database Knowledge Base / MS SQL Server / 2005
Showing: 1-4 of 4  
Articles
 
document what is the method to change location of tempdb?
1. Determine the logical file names of the tempdb database and their current location on the disk. SELECT name, physical_name FROM...
07 May, 2008 Views: 287 Comments: 0
document What is Data Mapping
Data mapping is a very important aspect in data integration. In fact, it is the first step in the many complex tasks associated with data integration...
27 Apr, 2008 Views: 298 Comments: 0
document What is an Ad Hoc Query?
An Ad-Hoc Query is a query that cannot be determined prior to the moment the query is issued. It is created in order to get information when need...
27 Apr, 2008 Views: 194 Comments: 0
document How to know which index a table is using?
SELECT table_name,index_name FROM user_constraints
07 May, 2008 Views: 145 Comments: 0



RSS