Database Knowledge Base
Search:     Advanced search
Browse by category:
Glossary | Contact Us

Sub Categories
 
folder Certification (SQL 2005) 70-431 (15)
MCDBA, MCITP, SQL 2005, Exam


Showing: 1-8 of 8  
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...
08 May, 2008 Views: 748 Comments: 0
document what is ONLINE INDEX?
Online Index is a feature available after SQL Server 2005, prevously DBAs had to build index during off-peak hours as SQL Server locks data for...
09 Mar, 2009 Views: 513 Comments: 0
document Which Stored procedure will be used to create an alert in database?
sp_add_alert procedure.
21 Feb, 2009 Views: 239 Comments: 0
document which clause specified while creating a stored procedure causes the stored procedure to recomplile every time it is run?
the WITH RECOMPILE clause
21 Feb, 2009 Views: 225 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: 1165 Comments: 0
document Which stored procedure is used to change the password for the distributor?
Sp_changedistributor_password procedure
22 Feb, 2009 Views: 310 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: 689 Comments: 0
document How to know which index a table is using?
SELECT table_name,index_name FROM user_constraints
08 May, 2008 Views: 436 Comments: 0



RSS