How to provide login information for a new odbc dsn?
How do I install only the client tools of sql server 2000?
How global temporary tables are represented and its scope?
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
What is difference between drop truncate and delete?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
How to transfer Logins from SQL Server 2000 to 2005
This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?
What the different types of Replication and why are they used?
How do I find sql server instance name?
What is the stuff?