- What is trigger?
- What is Clustered & Non-Clustered Index?
- How many types of triggers are there?
- What is constraints?
- What is the difference between Truncate and Delete?
- What Primary key and Unique key?
- How to join two tables in Sql Server?
- How do you implement one-to-one, one-to-many and many-to-many relationships while designing tables?
- What's the difference between a primary key and a unique key?
- What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
- What is a transaction and what are ACID properties?
- What's the maximum size of a row?
- Difference Between Implict Transaction And Explict Transaction
- what is the diff between a HAVING CLAUSE and a WHERE CLAUSE?
- How to change Database name in SQL Server?
- Difference between Primary key Constraint and Unique key Constraint in SQL Server.
- What is cursor in SQL Server?
- What is #temp table and @table variable in SQL Server?
- How to return XML in SQL Server?
- What is OPENXML in SQL Server?
- What is the use of COALESCE in SQL Server?
- What are joins in SQL Server?
- which Caluse returns only one copy of each set of duplicate rows selected
- What are the types of triggers and how the sequence of firing in text item?
- What is the difference between DELETE and TRUNCATE?
- Some more differences related to Truncate and Delete
- An automatic commit ocurrs under the following circumstances
- What are the properties of the Relational tables?
- How do you optimize stored procedures in SQL Server 2005
- What is DESCRIBE command in SQL Server 2005? What is its purpose? How to use it?
- What is the Maximum number of input and output parameters in Stored procedure in SQL Server 2000 ?
- What are the limits of Sql Server 2000?
- How you can get the last identity value inserted in any table ?
- What is the maximum size of an SQL Server 2000 Database?
- how many database can be created on MSSQL Server 2000
- What are the extensions of these three type of file in above question.
- how you can rename a database ?
- What is the use of @@TRANCOUNT in SQL Server?
- What is the maximum limit for Primary Key?
- What is a Stored Procedure?
- What is an Index?
- What command do we use to rename a db?
- What do you mean by COLLATION?
- What are the OS services that the SQL Server installation adds?
- What is log shipping?
- Where do you think the users names and passwords will be stored in sql server?
- What is a deadlock?
- what is ACID?
- What Is DTS?
- What is Log Shipping?
- What are sequence diagrams? What you will get out of this sequence diagrams?
- What is a tuple?
- What is the purpose of UPDATE STATISTICS?
- What is RAID and what are different types of RAID configurations?
- What are three SQL keywords used to change or set someone’s permissions?
- What is DTC?
- How to get GUID in sql server?
- What is Check Constraint?
- Can we create a Foreign Key with out Primary Key?
- Difference between varchar and char:
- What is blocking in SQL Server?
- What is the use of bit data type and what kind of data is stored into it?
- What is user-defined data type in SQL Server?
- What is user-defined functions in SQL Server?
- What is the use of Keyword WITH ENCRYPTION keyword in SQL Server?
- What is Distributed Queries in SQL Server?
- What is Subquery in SQL Server?
- What are the restrictions of using Subquery in SQL Server?
- How many database(s) can have in an instance of SQL Server 2005 ?
- A fill factor of 0% and 100% means the same thing to SQL Server
- Root Cause for Increasing the Transaction Log.
- Default security model in Microsoft SQL Server ?
- Microsoft SQL Server's default protocol ?
- What is Two-Phase Commit ?
- What is Database snapshot ?
- What is Deferred transaction ?
- What is Dirty pages ?
- What is DRI ?
- What is ETL ?
- What is Fragmentation ?
- What is Lock escalation ?
- What is noise word ?
- What is point-in-time recovery ?
- What is Query binding ?
- What is Roll forward ?
- What is write-ahead log ?
- How do you Copy Databases to SQL SERVER 2005 from various versions (6.0/6.5/7.0/2000) ?
- Number of PRIMARY KEY/FOREIGN KEY Constraints in a Table in SQL Server 2005/2008 ?
- What is 'Self-referencing' tables in SQL Server ?
- To modify a DEFAULT definition, We must first DELETE the existing DEFAULT definition and then Re-CREATE it with the new definition.
- DEFAULT definitions cannot be created on columns defined with the following DATA TYPE ?
- What is Typed vs. Untyped XML in SQL Server ? Explain with an example
- What id the Max Length of nVarchar in SQL Server?
- What is the Max length of varchar variable in SQL Server?
- How to Get SQL Server Version ?
- What are the disadvantages/limitation of the cursor?
- Use of Bulk Copying ?
- The maximum number of columns a table can have in SQL Server?
- What’s the difference between a primary key and a unique key?
- Can UNIQUE KEY in SQL Server 2005 have two or more NULL?
- What is the page size in SQL Server?
- Will COUNT(column) include columns with null values in its count?
- How can we Rollback the Transaction in DataBase?
- How Can we Write the Transaction Block in SQL Server?
- Difference Between Truncate Table and Delete Table Command in SQL Server?
- Which is the best method to get the single value from Database?
- Unique Key is smilar to Priamary Key,except it
- What will be the output of the following code?
Declare @Strings VARCHAR(20)
Select @Strings ='Lakhan Pal Garg'
Select SUBSTRING(@Strings,-9,16 - Which type of datatype is used to store IO Streams in Sql Server?
- Which Statement describe the COALESCE ?
- A table can have maximum of 1024 partitions.
- What is 'NEXT USED' in SQL Server ?
- How do you determine the maximum nested-level of Stored Procedure ?
- Which Function is used to count more than two billion rows in a table?
- Which of the following is a fixed length DataType?
- SQL Server allows for only _____ levels of nesting in CASE expressions.
- Is it possible to create Cluster Index on Unique Key Column?
- You cannot create an Index on a column of the following data type
- All indexes will automatically get deleted(dropped) if the table is deleted?
- How to get a row was inserted most recently in a table?
- How to Get nth Record in a Table?
- What is Row_Number()?
- What is the difference between a Local and a Global temporary table?
- How to get @@ERROR and @@ROWCOUNT at the same time?
- What is a table called, if it has no Cluster Index?
- What command do we use to rename a db, a table and a column?
- Can we use Truncate command on a table which is referenced by FOREIGN KEY?
- Can we use NEWID(), or RAND() in function?
- Can we use "Print" statement in function?
- Which of the following queries generates an error when executed?
DECLARE @x VARCHAR(10), @y VARCHAR(10)
SET @y = ''
SELECT @x/0 -- query 1
SELECT @x/2 -- query 2
SELECT @y/0 -- query 3
SELECT @y/2 -- query 4 - What type of language is the SELECT command in SQL Server?
- Is There any other Methods in SQL Server 2005 to Read XML Data?
- Name the method used in SQL Server to Read XML Data?
- How we can Modify XMl Data in SQL Server 2005?
- How to Insert XML Data into Existing XML Node?
- How we can generate Random number in SQL Server?
- How we can get the List of System Tables in DataBase?
- How we can get the list of user tables?
- How We can Get List of Store Procedures?
- How We Can Get List of Scalar Functions?
- Query to Get List of Table Valued Functions?
- How we can Get List of Triggers?
- Query To Get The Column Name,DataType, And Length of columns in a Tables?
- Query to Select n Rendom Records From a Table in the Database?
- Query to Get List of Views?
- Query to display List of All Databases in SQL Server 2005/2008?
- How to get values of identitycolumn when you are not sure about the column name which is identity column?
- What is the name of store procedure to send Email using SQL Server 2005/2008?
- I need to Add one column in a existing table and the max value of the column can be 10, which data type i need to use for that?
- How we can add Description to the Column using Sql Command?
- How To Update Description Value for a Column in Table using SQL Command?
- How To Delete Description Value for a Column in Table using SQL Command?
- How To Get Description Value for all Column in Table using SQL Command?
- How To Get Description Value for Single Column in Table using SQL Command?
- How we can Create a .SQL File for the Store Procedure in SQL Server 2005?
- How We can get the DB name using SQL Command?
- What is the use of Set NOCOUNT ON;?
- What is the system table that holds the Store Procedure Script?
- How we can implement Row lock explicitly in SQL Server?
- What is the name of the table from which we can get the Locking information in SQL Server?
- Can we use shared lock with Update Statement?
- What is the name of the System table from where we can read the Master Files (.mdf, .ldf) Path?
- Name of the table that contains the Configuration value of SQL Server ?
- What is the Name of table that contains available data type in SQL Server?
- What is the use of WAITFOR in SQL SERVER ?
- What is the name of the Store procedure to get the listing of current users?
- Maximum number of parameters you can pass in a Store procedure in SQL Server 2005?
- Are DDL Triggers available with SQL Server 2005 ?
- How to pass table name as stored procedure parameter in SQL Server 2005 (Write stored procedure) ?
- What is referential integrity in SQL Server ?
- What maximum size of row is allowed in SQL Server ?
- Write a SQL Statement to Get the Definition of the System Store Procedures?
- Write a Query in SQL Server to get the Parameter list of given Store Procedure.
- Which system procedure is used to find out lock details about the databases, it's table and procedures.
- Which system table holds the details of all the processes running on the Microsoft sql server?
- How can we find the open transactions details in sql server?
- What is the name of command in sql server 2005 which is used to kill any process?
- Name of the command to view the current amount of free (unallocated) space in the database in SQL Server?
- What is the command name to shrink the data file and log file size in SQL server 2005?
- What are magic tables?
- What is difference between RANK and DENSE_RANK.
- What will you do if you need to create clustered index on more than one field? Is it possible?
- Can you control concatenation of string values with null values? How ?
- This is used to terminate a query when an overflow or divide-by-zero error occurs during query execution…
- SET NOCOUNT specified settings are in effect at…
- SET OFFSETS specified settings are in effect at…
- To terminate SQL Server immediately, used is…
- Return type of RAND() is...
- Write and justify output of - select nullif('test','test')
- How to get date of 234 days back in SQL?
- What is SIGN() ?
- SQL_VARIEANT datatype column can be any datatype except?
- Which of the following is a Large object Binary Data Type?
- Which of the following is a Large object data type?
- INNER JOIN cannot be used without the
- select COUNT(column_name) from table_name counts only
- Which of the following is a Aggreate Function?
- What will be the OutPut of the following Query?
Select CELING(7.69) as number - How you will create a UNIQUE Constraint when the table is already created?
- what is CHECK Constraint?
- Write query with which you can achieve paging from SQL side.
- How can you insert multiple rows together in a single insert statement for a table?
- Tell name of the system procedure to create and drop linked server in SQL SERVER?
- How will you delete all records of table other then recently added 10 records?
- How can you declare and initialize variables in a single line with SQL Server ?
- Which are the five types of SQL table objects?
- What is XQuery?
- What is sp_XML_Preparedocument procedure?
- What is sp_XML_RemoveDocument procedure?
- What is FOR XML clause in SQL?
- In which table, SQL SERVER stores the user name and password used for connection?
- Does Views occupy memory?
- Clustered Index vs NonClustered Index.
- What is Index?
- Difference between DELETE and TRUNCATE commands ?
- What is the difference between a HAVING CLAUSE and a WHERE CLAUSE ?
- What is COMMIT and ROLLBACK statement in SQL
- What are the different types of Locks
- What is the difference between UNION ALL Statement and UNION
- How to get number of Maximum connection can be establish to SQL
- What is a Join in SQL Server?
- What is the Magic Tables in Sqlserver2000?
- What is the use of COALESCE function in SQL Server ?
- What type of Authentication does Microsoft SQL Server support?
- What is the difference between "dynamic SQL" and "stored procedure" ?
- How to determine the service pack currently installed on SQL Server?
- More than one IDENTITY column per table can be exist in SQL Server . (True /False)
- Is “FOR” available with SQL ?
- What is Wildcard character in SQL Server ?
- What are the major new features in SQL Server 2008 ?
- I have a table with 10 columns. I need to display name column as textfield and Id column as value field in the drop down.
Write the best possible query to get the records. - What is the use of COALESCE function in SQL Server ?
- How do you Change Stylesheet Dynamically using Javascript?
- I need to automate some works in SQL Server depending on the time. How can you do this
- Tell me some system defined procedures
- How do we list all Databases in a server using query?
- How do we List all table names?
- How do we list all column names of a table?
- What are the steps to create a stored procedure?
- What is ASCII method?
- How do we convert money to character?
- How do we find the duplicate records of a table?
- How do we find the last date of current month?
- What is a table variable in T-SQL?
- Tell me the difference between temporary table and table variable?
Which is better? - Write a sample syntax of table variable?
- How to execute the stored procedure?
- What is the use of Dense_Rank in Sqlserver?
- How to rename a database in SQLserver?
- How do we Unlock Particular User in Sql Server
- What is the purpose of DATENAME fucntion?
- What is BCP?
- What is DTS?
- Which one is faster? BCP or DTS?
- Which has more provisions for the export/import functionality? Whether we can customize the data through BCP?
- How do we get Current Months First Day?
- What is compute in sql server?
- What is a COMPUTE BY statement?
- What is the use of @@CONNECTIONS statement?
- What is the use of @@CPU_BUSY statement?
- What is the use of @@LANGID?
- What is the use of @@VERSION statement?
- What is the purpose of @@SERVERNAME statement in T-SQL?
- What is the purpose of @@FETCH_STATUS statement in T-SQL?
- What is Modulo EQUALS statement in SQL server?
- What is the use of @@ROWCOUNT?
- What is the maximum number rows can be returned in SqlServer by the @@ROWCOUNT?
- If the rows are more than 2 billion, how can I set the rowcount?
- How do we handle errors in SQL Server?
- How do we raise the error message?
- Can we have Try catch in Sqlserver?
- What is the syntax of try catch?
- How can we cancel a transaction?
- What is the purpose of @@LANGUAGE statement?
- What is the use of @@IDLE in Transact-SQL?
- What is Replication and Database Mirroring?
- What is OLTP (Online Transaction Processing)?
- When is the use of UPDATE_STATISTICS command?
- What is SQL Profiler?
- What is Log Shipping?
- How to get @@ERROR and @@ROWCOUNT at the same time?
- Can SQL Servers linked to other servers like Oracle?
- What is BCP? When does it used?
- What are sp_configure commands and set commands?
- How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
- What is an execution plan? When would you use it? How would you view the execution plan?
- What is ACID ??
- How can u pick random records from SQL table ?
- Efficiency comparison of EXISTS and IN
- Can you compare two SQL fields with datatype "text" by using equal "=" operator
- What are the three levels of data abstraction?
- What is the output of the following query?
SELECT TRUNC(1234.5678,­2) FROM DUAL; - What is the error in the following command?
DROP TABLE &TABLE_NAME; - What is the use of DATEDIFF function in SQL?
- What is the use of DATEPART function in SQL?
- Which function is used to find the largest integer less than or equal to a specific value?
- What is the use of DESC in SQL?
- Which option is used to drop constraints specified on the table?
- MONTHS_BETWEEN date function is used for what purpose?
- Which command is used to create a table by copying the structure of another table?
- What is the difference between TRUNCATE and DELETE commands?
- What are the privileges that can be granted on a table by a user to others?
- !=, <>, ^= all denote the same operation. It is True of False
- What are the wildcards used for pattern matching?
- Which command displays the SQL command in the SQL buffer, and then executes it?
- Which system table contains information on constraints on all the tables created?
- Which command executes the contents of a specified file?
- Which operator performs pattern matching?
- Is SQL case sensitive?
- What command is used to get back the privileges offered by the GRANT command?
- What is the default language of SSIS Script Task?
- How many maximum Clustered indexes on a table ??
- Is primary key Clustered or Non - Clustered Index in MS SQL
- What is fixed-length & variable-length characters? Tell me their differences??
- What is Powershell ?
- What is SqlBulkCopy in ADO.NET?
- How do you map a column in SqlBulkCopy?
- What is a cube?
- What is the full form of KPI?
- In Analysis service what is the technology used define the expressions?
- How To know your SQL Server Version in SQL command prompt ?
- What is the use of xml datatype in SQL Server?
- What is the maximum size of data we can store in the image type of SQL?
- What is the difference between .rdl and .rdlc report.
- Can we create DTS Package in DTS package in SQL Server 2005 or higher version?
- What is SSIS
- Can we write Scripting Language like VB Script and JavaScript in SSIS Package?
- Name of the containers in SSIS?
- Can we use Oracle Database as source or destination Database in SSIS?
- Adding months to a Date in SQL ??
- Adding minutes to a date ??
- Adding year to a date ??
- How to get the month value/month part from the given Date?
- How to get the Day part from the given Date?
- How to get the year part from the given Date?
- How to get the number of quarter from given date?
- Which function is used to convert the integer value into spaces?
- Which function performs the opposite function of CEILING function in SQL Server?
- Why FLOOR function is used?
- Which function is used to know the database name by giving the database ID?
- How to know the ID of a database?
- Which function is used to perform a full text search on a column?
- Which function is used to know the current active user within the host Operating System?
- What is the use of MOD function?
- Name the full-text predicates in SQL server
- Name the ROW-Valued-Functions in Full Text Search
- What are the various transaction isolation levels ?
- What are the variuos lock types ?
- How can we check the locks defined in a DB ?
- Which function is used to know the database property in SQL Server.
- What is the use of CHAR function?
- What is the use of APP_NAME()?
- Can we create Web service in SQL Server 2005?
- will the increase in the size of viewstate will affect the performance of the page?
- What is the page size of Index Page ?
- Name the table where the Index information is saved
- Which Editor we can use to create the SSIS Packages?
- How we can check the database permission for any user?
- How we can deploy SSIS?
- What the value of Identity_Insert to be set for letting the insertion in the identity column ?
- Can we have option to use configuration file in dts package?
- Can we use Configuration file in SSIS Packages?
- Name of the task that is used to execute batch file in SSIS package?
- Which Task in SSIS is used to perform operation on a file or directory?
- What is the result of "SELECT 2/2/4" in SQL ?
- Difference between Table Variable (@tbl) and temporary table (#temp or ##temp
) - Can we execute "BCP" command directly in the SQL Server Management studio?
- Can we restore the database forcefully when it is in use via SQL script?
- Is it possible to find out .mdf and .ldf file name from the backup(.bak) file? If yes, then how?
- Select * from table1,table2
- How we can specify the first day of the week?
- How to get the value of first day of the week?
- What is Tabular Value Function ?
- What is two-phase commit?
- How many Evaluation Modes are there in "SQL Server 2008 - Policy Based Management" ? Which mode is manual ?
- What is the Product code (Internal Code) for "SQL Server 2005", "SQL Server 2008" and "SQL Server 2008 R2" ?
- What is the difference between Host_Name() and ServerProperty('MachineName') Functions ?
- How will you Enable / Disable Resource Governor Using T-SQL in SQL Server 2008 ?
- What is the use of "SET NOCOUNT ON;" in SQL Server?
- How will you calculate maximum range of "INT" Data Type ?
- When will you go for SQL Server Authentication instead of Windows Authentication ?
- When will SQL Server throw an Error: "MSSQLSERVER ERROR 576" ?
- What is Instance-aware and Instance-unaware Services in SQL Server ?
- What is the difference between following two statements ?
1. SELECT 'DotnetFunda' 'SQL Server'
2. SELECT 'DotnetFunda' = 'SQL Server' - What is "Locking" concept in DBMS?
- What is a "dead lock"?
- What is "Functional Dependency"?
- Difference between Database Migration and Upgradation ?
- How will you validate whether the linked server properly configured / not ?
- SQL Server connection is terminated after the query completes. Why ?
- What is constant folding ?
- What is Forced Service ?
- Which objects can not be specified "FORCESEEK" table hint from the following list ?
- A Foreign Key constraint can be defined to reference the columns of Non Primary key column ?
- What is Self-referencing table ?
- Can a FOREIGN KEY constraint reference the column in tables in the different database ?
- How to identify the "Full-Text search Installed or Not" on your current instance of SQL Server ?
- What are the key points to be followed when implementing Full-Text Search on View ?
- How to Enable / Disable the Full-Text Index created on a View / Table ?
- What is Delegation in SQL Server ?
- What is "Double Hop" in SQL Server ?
- How to respond to a Full Transaction Log Error in SQL Server ?
- Maximum How many Row(s) will be there in Sys.Indexes view for Each table in SQL Server 2008/2008 R2 ?
- What does the Group By clause mean when used in databases?
- What do these keywords mean with respect to Sql Server?
a) @@Identity
b) @@Rowcount
c) @@Error - What is Stored Procedure? What is the advantage of these?
- What is error handling in stored procedures of SQL Server 2008?
- Describe how you can optimize stored procedures in SQL Server?
- Describe what is trigger in SQL Server?
- How can you describe RDBMS?
- I could not see the Maintenance Plans when I login into my LoginID, But its showing in some other LoginId, Why ?
- How to run Maintenence Plan using script ?
- How to execute a SQL Job using script ?
- How to identify the SQL Server Start/Restart Date & Time ?
- How to identify the Total/Available/Used Physical Memory in database server using script ?
- Which SQL Server Profiler event enables to trace the users involved in Deadlock cycle ?
- How do you install SQL Server to take advantage of Microsoft Server Clustering ?
- What are the various options to move the data/databases ?
- What are the restrictions apply to compressed backups ?
- How to enable compressed backup ?
- What are the performance counters used to monitor the Backup I/O performance ?
- What is Network model?
- Explain about the hierarchical model of database?
- Explain what is object oriented databases?
- Explain about XML databases?
- Write disadvantage of File Processing System and what are the advantages of Database over File Processing System?
- Define Rollback and Rollforward?
- Define Concurrency and Concurrency control? Explain what are the different techniques?
- What is a Database Transaction?
- What is the difference between a Database Administrator and a Data Administrator?
- What is difference between SUBSTR and INSTR in the SQL?
- What is the difference between =, == and ===?
- What is a VIEW in Sql Server?
- How the SELECT statement parsed/executed by the SQL Server engine ?
- What is the purpose of Model database ?
- Can we work on both (After) and (InsteadOf) Triggers in SQL on a single table?
- How will you create a DML Trigger?
- Difference between Backup Dump and Backup Device ?
- To identify the Expiration date of database backup file
- What is the exact use of PIVOT in sql server ?
- What do you meant by an UnPivot element in sql server?
- Limitations of using AWE Memory in SQL Server
- Difference between PAD_Index and FillFactor ?
- What are the Advantages of using SQL Triggers ?
- What are the Disadvantages of using SQL Triggers ?
- What is UNIQUE KEY constraint
- What are cross joins?
- What is a view?
- What are the index combination's a table can have?
- What is an index?
- How the indexing is getting worked?
- Difference between VARCHAR and NVARCHAR
- What is normalization?
- What is the maximum number of parameters SQL Stored procedure can have?
- Difference between "RID" and "KEY" lock(s) in SQL Server
- Which recovery model is required for a replication in SQL Server ?
- What are the advantages of using Stored procedure
- Difference between char and varchar data types in Sql Server?
- Difference between Triggers and Stored procedures
- Whiach of these statements is not supported in Dynamic cursors?
- Can we reset the identity column?
- What are derived Tables?
- Which of these statements cannot be written inside the block
Begin tran
Commit Tran - What is set_quoted_identifier?
- Difference between Identity column and Primary Key?
- What are the different authentications in sql server
- What are computed Columns?
- Difference between count(*), count_big(*) and count(<some columnname>
- Name the sql function that returns the sql object identification number?
- Difference between HAVING and WHERE Clause
- Difference Between Union and Union All
- What are all the SQL Server JOBs involved in LogShipping - SQL Server
- Can we use order by clause when defining a view?
- What is the difference between Stored Procedure and Function?
- Which of these must be there in the delete command?
- How to insert a single row only in a table
- Difference between local and global temporary tables:?
- What are the steps you will take to improve performance of a poor performing query?
- Can we use TOP with UPDATE and DELETE on partitioned views?
- What are SQL SERVER INTEGRATION SERVCIES(SSIS) ?
- How to find SQL SERVER SCRIPTING DUPLICATES ?
- what is Schemabinding View.
- How many Foreign key can i have in my MS sql table ?
- How many tables can be used in a single SELECT statement ? Have you tested that ?
- In MSSQL What is ISNULL() function? how do we use it?
- For execution of DML statement in a view, view need to contain ?
- sql statement which returns all columns of table with no row(assuming that table has more than 3000 row).
- What does this return ?
declare @adress varchar = 'India'
select @adress - What are Deterministic and Non deterministic Functions?
- Can you set firing order in triggers and in instead of triggers?
- Can we alter the flow of the execution in SQL Server ?
- Reverse string with out using in build function
- What is the purpose of "sp_resetstatus" system stored procedure ?
- What are all the ways to connecting Locally on the Server ?
- How to force the protocol(NamedPipe or TCP/IP) connection when connect locally on Server ?
- In SQL Server, between Windows Authentication and SQL Server Authentication, which one is trusted and which one is untrusted?
- Once we switched from SIMPLE Recovery model to FULL or BULK_LOGGED recovery model, what are all the recommendations ?
- Difference between Composite , Candidate and alternate keys ?
- Delete duplicate rows on table with/without primary key in Sql Server 2005
- Which character is said to be WildCard Character in SQL ?
- When we are transferring records from one database to another database so now if we use SqlBulkCopy class to transfer the records then which scenario we need to handle ?
- What are CRUD operations in database?
SQL Server Interview Questions
List of SQL Server Interview Questions. To get the answers of these SQL Server Interview Questions. click here.
