How you can change a cross join into an inner join?
What is the difference between constraints and triggers?
To automatically record the time on which the data was modified in a table, which data type should you choose for the column?
Diffrent types of function
What is change tracking in sql server?
which table keeps the locking information? : Sql server administration
Which table keeps the locking information?
If i am handling 150 servers then how to check the active jobs of all the servers?
What is indexing a document?
please can anyone answer this query Table 1 has 2 columns: EmployeeId,Age Table 2 has 2 columns: EmployeeId, Region Write SQL to Find the region who has the oldest person
Can we shrink data file in sql server?
can you tell me some sites name for sql server 2000 commands with example??? plz reply soon.
Suppose in a situation if two list boxes are there and if you select multiple options based on that the options related to those selected items should display in second list box. Again if we select multiple items in second listbox then the related to those selected items should display . In this scenario how will you design database,tables?