SlideShare a Scribd company logo
1 of 18
KAASHIV INFOTECH
The Asia, India, Tamil Nadu Book Of Record
Holders
SQL SERVER –Booklet 9
- Gives you the interview tips in SQL Server
SQL SERVER Interview Questions-2014
KAASHIV INFOTECH
Welcomes you to the Expert Voice Corner
Mr.J.Venkatesan Prabu
Venkatesan Prabu Jayakantham (venkat) has more than 8 years experience in the
Microsoft Technologies such as VB.Net, ASP.Net, C#.net, SSIS, SSAS, ADO.Net, etc.,
He is the Managing Director of KAASHIVINFOTECH
(http://www.kaashivinfotech.com/),a software company in Chennai. Before that, he
worked in HCL Technologies (India and Australia) for six years as Project Lead. As a
service motive, Venkat contributed more than 700 articles which is read by the
developers in 170 countries (400 developers per day)
(http://venkattechnicalblog.blogspot.com/). Aligned with KaaShiv InfoTech’s mission,he
met more than 20,000 young minds and spreaded Microsoft Technologies / Career
guidance programs. Venkat won many awards in his career, which includes Prestigious
Microsoft MVP (Most Valuable Professional) award for the years
2008,2009,2010,2011,2012,2013 and won many awards. List of other awards in his
career,
Microsoft certified Smart .Net Candidate in 2004
Most valuable member for dotnetspider site in 2007
HCL SQL Subject Matter expert (SME - SQL Server) for the year (2008,2009)
HCL Special contribution award winner on Dotnet skills for year(2008) HCL
SQL Knowledge Champion for the year 2009
Mind Cracker MVP on SQLServer –2010 for the year 2010,2011
INETA champion - Gold Member – 2010 for the year 2010 HCL Service
Contribution Award for the year 2010
Leading Lights "Rising Star" award from Common Wealth Bank, Australia for the
year 2010
TECHNICAL CERTIFICATION
Cisco certified Network Associate (CCNA) – 2004
 Microsoft Certified Application Developer (MCAD) – 2005
ACKNOWLEDGEMENT
I would like to thank my family members for their support and encouragement.
Without their support it would be impossible for me to publish this e-book. I would
also like to thank my KaaShiv InfoTech team for their support to publish this e-
book.
DISCLAIMER
All rights reserved. No part of this book may be copied, adapted, abridged or
stored in any retrieval system, computer system, photographic or other system or
transmitted in any form or by any means without the prior written permission of
the copyright holders. Any breach will entail legal action and permission without
further notice.
 
 
 
 
1. How many files can a Database contain in SQL Server? How
many types of data files exists in SQL Server? How many of those
files can exist for a single database?
A Database can contain a maximum of 32,767 files.
There are Primarily 2 types of data files Primary data file and Secondary data
file(s)
There can be only one Primary data file and multiple secondary data files as
long as the total # of files is less than 32,767 files
2. What is DCL?
DCL stands for Data Control Language.
3. What are the commands used in DCL?
GRANT, DENY and REVOKE.
4. What is Fill Factor?
Fill Factor is a setting that is applicable to Indexes in SQL Server. The fill
factor value determines how much data is written to an index page when it is
created / rebuilt.
5. What is the default fill factor value?
By default the fill factor value is set to 0.
6. Where do you find the default Index fill factor and how to change
it?
The easiest way to find and change the default fill factor value is from
Management Studio, right-click the SQL Server and chooses properties. In the
Server Properties, choose Database Settings, you should see the default fill
factor value in the top section. You can change to a desired value there and
click OK to save the changes.
The other option of viewing and changing this value is using sp_configure.
7. What is a system database and what is a user database?
System databases are the default databases that are installed when the SQL
Server is installed. Basically there are 4 system databases: Master, MSDB,
TempDB and Model. It is highly recommended that these databases are not
modified or altered for smooth functioning of the SQL System.A user database
is a database that we create to store data and start working with the data.
8. What are the recovery models for a database?
There are 3 recovery models available for a database. Full, Bulk-Logged and
Simple are the three recovery models available.
9. What is the importance of a recovery model?
Primarily, recovery model is chosen keeping in view the amount of data loss one
can afford to. If one expects to have minimal or no data loss, choosing the Full
recovery model is a good choice. Depending on the recovery model of a
database, the behaviour of database log file changes. I would recommend you
read more material on log backups and log file behaviour and so on to
understand in depth
10. What is Replication?
Replication is a feature in SQL Server that helps us publish database objects
and data and copy (replicate) it to one or more destinations. It is often
considered as one of the High-Availability options. One of the advantages with
Replication is that it can be configured on databases which are in simple
recovery model.
11. What the different types of Replication and why are they used?
There are basically 3 types of replication: Snapshot, Transactional and Merge
Replication. The type of Replication you choose depends on the requirements
and/or the goals one is trying to achieve. For example Snapshot Replication is
useful only when the data inside the tables does not change frequently and the
amount of data is not too large, such as a monthly summary table or a product
list table etc. Transactional Replication would useful when maintaining a copy of
a transactional table such as sales order tables etc. Merge Replication is more
useful in case of remote / distributed systems where the data flow can be from
multiple sites, for example sales done at promotional events which might not be
connected to the central servers always.
12. What the different components in Replication and what is their
use?
The 3 main components in Replication are Publisher, Distributor and Subscriber.
Publisher is the data source of a publication. Distributor is responsible for
distributing the database objects to one or more destinations. Subscriber is the
destination where the publisher’s data is copied / replicated.
 
13. What the different Topologies in which Replication can be
configured?
Replication can be configured in any topology depending keeping in view of the
complexity and the workload of the entire Replication. It can be any of the
following:
Publisher, Distributor and Subscriber on the same SQL Instance.
Publisher and Distributor on the same SQL Instance and Subscriber on a
separate Instance.
Publisher, Distributor and Subscriber on individual SQL Instances.
14. How do you open a Cluster Administrator?
From Start -> Run and type CluAdmin (case insensitive) and the Cluster
Administrator console is displayed OR you can also go to Start -> All programs
-> Administrative Tools -> Cluster Administrator
15. What are the different ways you can create Databases in SQL
Server?
T-SQL; Create Database command.
Using Management Studio
Restoring a database backup
Copy Database wizard
KaaShiv InfoTech Offers Best Inpant Training in Chennai.
 
The training at KAASHIV INFOTECH focus on developing the
technical oriented concepts that turn graduates into employable assets. Handled only
by professionals from MNC companies, we know how to equip you with strong
technologies fundamentals.
INPLANT TRAINING SCHEDULE FOR CSE/IT/MCA STUDENTS
Day Programme
 Day 1 BigData (Practical Demos)
Day 2
Windows 8 App Development (Practical
Demos)
Day 3
Ethical Hacking (Facebook
Hack,Server/Website Hacking(20
Attacks)
Day 4
Cloud Computing (Live Server
Demo,Live Pjt Implementation)
Day 5
CCNA (-Networking-Router
Configurations Practical Demo)
INPLANT TRAINING SCHEDULE FOR ELECTRONIC/ELECTRICAL/EIE STUDENTS:
Day Programme
Day 1 Embedded System  (Embedded Program Designing ,Chip Burning)
Day 2
Wireless System  (Device Designing,Controlling Fans with Wireless
Sensors)
Day 3 CCNA  (-Networking-Router Configurations Practical Demo)
Day 4 Ethical Hacking  (Facebook Hack,Server/Website Hacking(20 Attacks)
Day 5 Matlab  (Capture Image,Processing, Animate Images-Practical Demos)
MECHANICAL/CIVIL INPLANT TRAINING SCHEDULE:
Day Programme
Day 1 Aircraft Designing
Day 2
Vehicle Movement in
Airports
Day 3 3D Packaging Designs
Day 4 3D Modeling
Day 5 3D Window Shading
Tags: inplanttraining in chennai,Best inplanttraining Program in Chennai
Anna Nagar,Best and Effective inplanttraining Program in Chennai at Anna
Nagar ,inplanttraining Program for Engineering Students , inplanttraining Program for Arts
and Science Students , inplanttraining Program for BE Students , inplanttraining Program
for Information Technology Students ,inplanttraining Program in Chennai , Best and
Effective inplanttraining Program in Chennai,Best and good inplanttraining Program in
Chennai,inplanttraining Program for Computer Science Students, inplanttraining Program
for Electronics and Communication Students,inplanttraining Program for Electrical and
Electronics Students , inplanttraining Program for Engineering Studentsin anna nagar ,
inplanttraining Program for Arts and Science Students in anna nagar,Effective
inplanttraining Program,Effective and Free inplanttraining Program,best inplanttraining in
chennai near rountana,best inplanttraining for engineering students in chennai,best
inplanttraining in anna nagar,inplanttraining for arts and science students in tamil nadu,best
inplanttraining for arts and science students in anna nagar near rountana,best
inplanttraining for ug graduates,best inplanttraining for pg graduates,best inplanttraining for
b.e/b.tech students,best inplanttraining for ug graduates in chennai,best inplanttraining for
ug graduates in anna nagar,best inplanttraining for ug graduates in tamil nadu,best
inplanttraining for pg graduates in chennai,
best inplanttraining for pg graduates in anna nagar,best inplanttraining for pg graduates in
tamil nadu,inplanttraining for cse students,inplanttraining for it students,inplanttraining for ece
students,inplanttraining for eee students,inplanttraining on android in chennai,inplanttraining
on java in chennai,inplanttraining on embedded systems in chennai,inplanttraining on matlab
in chennai,inplanttraining on .net in chennai,inplanttraining on android in anna
nagar,inplanttraining on java in anna nagar,inplanttraining on embedded systems in anna
nagar,inplanttraining on matlab in anna nagar,inplanttraining on .net in anna nagar,best
summer inplanttraining for arts and science ug graduates in chennai,best summer
inplanttraining for arts and science pg graduates in chennai,best summer inplanttraining for
engineering ug graduates in chennai,best summer inplanttraining for engineering pg
graduates in chennai,best summer inplanttraining for arts and science ug graduates in anna
nagar,best summer inplanttraining for arts and science pg graduates in anna nagar,best
summer inplanttraining for engineering ug graduates in anna nagar,best summer
inplanttraining for engineering pg graduates in anna nagar,best inplanttraining for mba
graduates in chennai,best inplanttraining fo mca graduates in chennai,best inplanttraining for
mba graduates in anna nagar,best inplanttraining for mca graduates in anna nagar,best
summer inplanttraining for mba graduates in chennai,best summer inplanttraining for mca
graduates in chennai,best summer inplanttraining for mba graduates in anna nagar, best
summer inplanttraining for mba graduates near rountana,best summer inplanttraining for mca
graduates near rountana
Address:
KAASHIV INFO TECH
Shivanantha Building,
X41, 5th Floor,2nd Avenue,
(Near Ayyappan Temple)
Anna Nagar, Chennai = 600040.
Send Us Your Request Email To arun@kaashivinfotech.com,
kaashiv.info@gmail.com,
venkat@kaashivinfotech.com
Contact Number : 9840678906 ;; 9003718877 ;; 9962345637 ;
Visit our other websites:
http://inplanttrainingchennai.com/ - Inplant Training Portal
http://inplanttrainingchennai.com/ - Internship Portal
jobsanddumps.com – Job Portal
https://plus.google.com/u/0/108546120202591604585
 
https://plus.google.com/u/0/b/110228862465265998202/dashboard/overvie
https://plus.google.com/u/0/b/117408505876070870512/dashboard/overvie
https://plus.google.com/u/0/b/104468163439231303834
/dashboard/overview
 
https://plus.google.com/u/0/b/117640664472494971423/dashboard/
overview
KaaShiv InfoTech Facebook Page
 
https://www.facebook.com/KaaShivInfoTech
 
Inplant Training Program in Chennai
 
https://www.facebook.com/pages/Inplant-Training-Program-in-
Chennai/1402097696706380
Internship in Chennai
https://www.facebook.com/pages/Internship-in-Chennai-
KaaShiv/1446147235603704
Inplant Training
https://www.facebook.com/pages/Inplant-Training/256116284550327
 

More Related Content

What's hot

Mssql database repair when DBCC CHECKDB fails
Mssql database repair when DBCC CHECKDB failsMssql database repair when DBCC CHECKDB fails
Mssql database repair when DBCC CHECKDB failsmssqldatabase repair
 
Sigmod 2013 - On Brewing Fresh Espresso - LinkedIn's Distributed Data Serving...
Sigmod 2013 - On Brewing Fresh Espresso - LinkedIn's Distributed Data Serving...Sigmod 2013 - On Brewing Fresh Espresso - LinkedIn's Distributed Data Serving...
Sigmod 2013 - On Brewing Fresh Espresso - LinkedIn's Distributed Data Serving...Mihir Gandhi
 
Ebook12
Ebook12Ebook12
Ebook12kaashiv1
 
MySQL Workbench Tutorial | Introduction To MySQL Workbench | MySQL DBA Traini...
MySQL Workbench Tutorial | Introduction To MySQL Workbench | MySQL DBA Traini...MySQL Workbench Tutorial | Introduction To MySQL Workbench | MySQL DBA Traini...
MySQL Workbench Tutorial | Introduction To MySQL Workbench | MySQL DBA Traini...Edureka!
 
New Mysql Embedded Guide Wp Nov2012
New Mysql Embedded Guide Wp Nov2012New Mysql Embedded Guide Wp Nov2012
New Mysql Embedded Guide Wp Nov2012hybris2000
 
Chris resume.docx(updated)
Chris resume.docx(updated)Chris resume.docx(updated)
Chris resume.docx(updated)CHRISTOPHER MADU
 
Introduction to Java Enterprise Edition
Introduction to Java Enterprise EditionIntroduction to Java Enterprise Edition
Introduction to Java Enterprise EditionAbdalla Mahmoud
 
DBM 380 EDU Education Planning--dbm380edu.com
DBM 380 EDU Education Planning--dbm380edu.comDBM 380 EDU Education Planning--dbm380edu.com
DBM 380 EDU Education Planning--dbm380edu.comWindyMiller8
 
Queues, Pools and Caches paper
Queues, Pools and Caches paperQueues, Pools and Caches paper
Queues, Pools and Caches paperGwen (Chen) Shapira
 

What's hot (12)

Mssql database repair when DBCC CHECKDB fails
Mssql database repair when DBCC CHECKDB failsMssql database repair when DBCC CHECKDB fails
Mssql database repair when DBCC CHECKDB fails
 
Sigmod 2013 - On Brewing Fresh Espresso - LinkedIn's Distributed Data Serving...
Sigmod 2013 - On Brewing Fresh Espresso - LinkedIn's Distributed Data Serving...Sigmod 2013 - On Brewing Fresh Espresso - LinkedIn's Distributed Data Serving...
Sigmod 2013 - On Brewing Fresh Espresso - LinkedIn's Distributed Data Serving...
 
Ebook12
Ebook12Ebook12
Ebook12
 
Resume
ResumeResume
Resume
 
MySQL Workbench Tutorial | Introduction To MySQL Workbench | MySQL DBA Traini...
MySQL Workbench Tutorial | Introduction To MySQL Workbench | MySQL DBA Traini...MySQL Workbench Tutorial | Introduction To MySQL Workbench | MySQL DBA Traini...
MySQL Workbench Tutorial | Introduction To MySQL Workbench | MySQL DBA Traini...
 
New Mysql Embedded Guide Wp Nov2012
New Mysql Embedded Guide Wp Nov2012New Mysql Embedded Guide Wp Nov2012
New Mysql Embedded Guide Wp Nov2012
 
Database connectivity in ci
Database connectivity in ciDatabase connectivity in ci
Database connectivity in ci
 
Chris resume.docx(updated)
Chris resume.docx(updated)Chris resume.docx(updated)
Chris resume.docx(updated)
 
Introduction to Java Enterprise Edition
Introduction to Java Enterprise EditionIntroduction to Java Enterprise Edition
Introduction to Java Enterprise Edition
 
JDBC-Introduction
JDBC-IntroductionJDBC-Introduction
JDBC-Introduction
 
DBM 380 EDU Education Planning--dbm380edu.com
DBM 380 EDU Education Planning--dbm380edu.comDBM 380 EDU Education Planning--dbm380edu.com
DBM 380 EDU Education Planning--dbm380edu.com
 
Queues, Pools and Caches paper
Queues, Pools and Caches paperQueues, Pools and Caches paper
Queues, Pools and Caches paper
 

Viewers also liked

SRI-LMB Newsletter Vol.3 Issue 2, Year 2015
SRI-LMB Newsletter Vol.3 Issue 2, Year 2015SRI-LMB Newsletter Vol.3 Issue 2, Year 2015
SRI-LMB Newsletter Vol.3 Issue 2, Year 2015Sri Lmb
 
ERGONOMIC EVALUATION OF LAWN MOWER OPERATION FOR COMFORT IN RIVERS STATE, NIG...
ERGONOMIC EVALUATION OF LAWN MOWER OPERATION FOR COMFORT IN RIVERS STATE, NIG...ERGONOMIC EVALUATION OF LAWN MOWER OPERATION FOR COMFORT IN RIVERS STATE, NIG...
ERGONOMIC EVALUATION OF LAWN MOWER OPERATION FOR COMFORT IN RIVERS STATE, NIG...IAEME Publication
 

Viewers also liked (20)

1420 - Innovations in Implements: Processes Followed by WASSAN
1420 - Innovations in Implements: Processes Followed by WASSAN1420 - Innovations in Implements: Processes Followed by WASSAN
1420 - Innovations in Implements: Processes Followed by WASSAN
 
1403- Experiencias del SRI en RD
1403- Experiencias del SRI en RD1403- Experiencias del SRI en RD
1403- Experiencias del SRI en RD
 
0429 Development of System of Rice Intensification for Rice Production in China
0429 Development of System of Rice Intensification for Rice Production in China0429 Development of System of Rice Intensification for Rice Production in China
0429 Development of System of Rice Intensification for Rice Production in China
 
Feasibility of SRI Application in Korea for Reduction of Irrigation Requireme...
Feasibility of SRI Application in Korea for Reduction of Irrigation Requireme...Feasibility of SRI Application in Korea for Reduction of Irrigation Requireme...
Feasibility of SRI Application in Korea for Reduction of Irrigation Requireme...
 
1430 - Application of SRI Principles in Sustainable Rice Production in Bhutan
1430 - Application of SRI Principles in Sustainable Rice Production in Bhutan1430 - Application of SRI Principles in Sustainable Rice Production in Bhutan
1430 - Application of SRI Principles in Sustainable Rice Production in Bhutan
 
0416 System of Rice Intensification: An Opportunity for Raising Productivity ...
0416 System of Rice Intensification: An Opportunity for Raising Productivity ...0416 System of Rice Intensification: An Opportunity for Raising Productivity ...
0416 System of Rice Intensification: An Opportunity for Raising Productivity ...
 
0846 SRI Experiences in Bhutan
0846 SRI Experiences in Bhutan0846 SRI Experiences in Bhutan
0846 SRI Experiences in Bhutan
 
1009 Learning about positive plant-microbial interactions from the System o...
1009 Learning about positive   plant-microbial interactions from the System o...1009 Learning about positive   plant-microbial interactions from the System o...
1009 Learning about positive plant-microbial interactions from the System o...
 
SRI-LMB Newsletter Vol.3 Issue 2, Year 2015
SRI-LMB Newsletter Vol.3 Issue 2, Year 2015SRI-LMB Newsletter Vol.3 Issue 2, Year 2015
SRI-LMB Newsletter Vol.3 Issue 2, Year 2015
 
1412 - Performance of the USHA Weeder in Rice and Other in Crops in Nepal
1412 - Performance of the USHA Weeder in Rice and Other in Crops in Nepal1412 - Performance of the USHA Weeder in Rice and Other in Crops in Nepal
1412 - Performance of the USHA Weeder in Rice and Other in Crops in Nepal
 
0409 The System of Rice Intensification (SRI): Capitalizing on Existing Yield...
0409 The System of Rice Intensification (SRI): Capitalizing on Existing Yield...0409 The System of Rice Intensification (SRI): Capitalizing on Existing Yield...
0409 The System of Rice Intensification (SRI): Capitalizing on Existing Yield...
 
1510 - Farmer Adaptation of System of Rice Intensification (SRI) Methods in t...
1510 - Farmer Adaptation of System of Rice Intensification (SRI) Methods in t...1510 - Farmer Adaptation of System of Rice Intensification (SRI) Methods in t...
1510 - Farmer Adaptation of System of Rice Intensification (SRI) Methods in t...
 
ERGONOMIC EVALUATION OF LAWN MOWER OPERATION FOR COMFORT IN RIVERS STATE, NIG...
ERGONOMIC EVALUATION OF LAWN MOWER OPERATION FOR COMFORT IN RIVERS STATE, NIG...ERGONOMIC EVALUATION OF LAWN MOWER OPERATION FOR COMFORT IN RIVERS STATE, NIG...
ERGONOMIC EVALUATION OF LAWN MOWER OPERATION FOR COMFORT IN RIVERS STATE, NIG...
 
1501 - System of Rice Intensification Research Perspective in Nepal
1501 -  System of Rice Intensification Research Perspective in Nepal1501 -  System of Rice Intensification Research Perspective in Nepal
1501 - System of Rice Intensification Research Perspective in Nepal
 
1326- SRI and Labouring bodies
1326- SRI and Labouring bodies1326- SRI and Labouring bodies
1326- SRI and Labouring bodies
 
0412 Development of System of Rice Intensification for Rice Production in China
0412 Development of System of Rice Intensification for Rice Production in China0412 Development of System of Rice Intensification for Rice Production in China
0412 Development of System of Rice Intensification for Rice Production in China
 
0923 System of Rice Intensification at the Asian Institute of Technology
0923 System of Rice Intensification at the Asian Institute of Technology0923 System of Rice Intensification at the Asian Institute of Technology
0923 System of Rice Intensification at the Asian Institute of Technology
 
1404 - SRI: Introduction to KGVK and Usha Martin University
1404 - SRI:  Introduction to KGVK and Usha Martin University1404 - SRI:  Introduction to KGVK and Usha Martin University
1404 - SRI: Introduction to KGVK and Usha Martin University
 
1407 - Experience in building inter-row weeders for small-scale farmers
1407 - Experience in building inter-row weeders for small-scale farmers1407 - Experience in building inter-row weeders for small-scale farmers
1407 - Experience in building inter-row weeders for small-scale farmers
 
Sri garuda implements
Sri garuda implementsSri garuda implements
Sri garuda implements
 

Similar to Ebook9

Sql interview question part 10
Sql interview question part 10Sql interview question part 10
Sql interview question part 10kaashiv1
 
Sql interview question part 2
Sql interview question part 2Sql interview question part 2
Sql interview question part 2kaashiv1
 
Sql interview question part 2
Sql interview question part 2Sql interview question part 2
Sql interview question part 2kaashiv1
 
Ebook5
Ebook5Ebook5
Ebook5kaashiv1
 
Sql interview question part 5
Sql interview question part 5Sql interview question part 5
Sql interview question part 5kaashiv1
 
Sql interview question part 7
Sql interview question part 7Sql interview question part 7
Sql interview question part 7kaashiv1
 
Sql interview question part 6
Sql interview question part 6Sql interview question part 6
Sql interview question part 6kaashiv1
 
Ebook6
Ebook6Ebook6
Ebook6kaashiv1
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6kaashiv1
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6kaashiv1
 
Ebook6
Ebook6Ebook6
Ebook6kaashiv1
 
Sql interview question part 8
Sql interview question part 8Sql interview question part 8
Sql interview question part 8kaashiv1
 
Ebook8
Ebook8Ebook8
Ebook8kaashiv1
 
Sql interview question part 4
Sql interview question part 4Sql interview question part 4
Sql interview question part 4kaashiv1
 
Sql interview question part 4
Sql interview question part 4Sql interview question part 4
Sql interview question part 4kaashiv1
 
Kaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions PresentationKaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions Presentationkaashiv1
 
Sql interview question part 12
Sql interview question part 12Sql interview question part 12
Sql interview question part 12kaashiv1
 
Sql interview question part 12
Sql interview question part 12Sql interview question part 12
Sql interview question part 12kaashiv1
 
Symphony Driver Essay
Symphony Driver EssaySymphony Driver Essay
Symphony Driver EssayAngie Jorgensen
 

Similar to Ebook9 (20)

Sql interview question part 10
Sql interview question part 10Sql interview question part 10
Sql interview question part 10
 
Sql interview question part 2
Sql interview question part 2Sql interview question part 2
Sql interview question part 2
 
Sql interview question part 2
Sql interview question part 2Sql interview question part 2
Sql interview question part 2
 
Ebook5
Ebook5Ebook5
Ebook5
 
Sql interview question part 5
Sql interview question part 5Sql interview question part 5
Sql interview question part 5
 
Sql interview question part 7
Sql interview question part 7Sql interview question part 7
Sql interview question part 7
 
Sql interview question part 6
Sql interview question part 6Sql interview question part 6
Sql interview question part 6
 
Ebook6
Ebook6Ebook6
Ebook6
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6
 
Ebook6
Ebook6Ebook6
Ebook6
 
Sql interview question part 8
Sql interview question part 8Sql interview question part 8
Sql interview question part 8
 
Ebook8
Ebook8Ebook8
Ebook8
 
Sql interview question part 4
Sql interview question part 4Sql interview question part 4
Sql interview question part 4
 
Sql interview question part 4
Sql interview question part 4Sql interview question part 4
Sql interview question part 4
 
Kaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions PresentationKaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions Presentation
 
Sql interview question part 12
Sql interview question part 12Sql interview question part 12
Sql interview question part 12
 
Sql interview question part 12
Sql interview question part 12Sql interview question part 12
Sql interview question part 12
 
Symphony Driver Essay
Symphony Driver EssaySymphony Driver Essay
Symphony Driver Essay
 
12363 database certification
12363 database certification12363 database certification
12363 database certification
 

More from kaashiv1

Sql interview-question-part-9
Sql interview-question-part-9Sql interview-question-part-9
Sql interview-question-part-9kaashiv1
 
Ebook9
Ebook9Ebook9
Ebook9kaashiv1
 
Sql interview question part 9
Sql interview question part 9Sql interview question part 9
Sql interview question part 9kaashiv1
 
Sql interview question part 1
Sql interview question part 1Sql interview question part 1
Sql interview question part 1kaashiv1
 
Sql interview question part 3
Sql interview question part 3Sql interview question part 3
Sql interview question part 3kaashiv1
 
Sql interview question part 1
Sql interview question part 1Sql interview question part 1
Sql interview question part 1kaashiv1
 
Ebook3
Ebook3Ebook3
Ebook3kaashiv1
 

More from kaashiv1 (7)

Sql interview-question-part-9
Sql interview-question-part-9Sql interview-question-part-9
Sql interview-question-part-9
 
Ebook9
Ebook9Ebook9
Ebook9
 
Sql interview question part 9
Sql interview question part 9Sql interview question part 9
Sql interview question part 9
 
Sql interview question part 1
Sql interview question part 1Sql interview question part 1
Sql interview question part 1
 
Sql interview question part 3
Sql interview question part 3Sql interview question part 3
Sql interview question part 3
 
Sql interview question part 1
Sql interview question part 1Sql interview question part 1
Sql interview question part 1
 
Ebook3
Ebook3Ebook3
Ebook3
 

Recently uploaded

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 

Recently uploaded (20)

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 

Ebook9

  • 1. KAASHIV INFOTECH The Asia, India, Tamil Nadu Book Of Record Holders SQL SERVER –Booklet 9 - Gives you the interview tips in SQL Server SQL SERVER Interview Questions-2014
  • 2. KAASHIV INFOTECH Welcomes you to the Expert Voice Corner Mr.J.Venkatesan Prabu Venkatesan Prabu Jayakantham (venkat) has more than 8 years experience in the Microsoft Technologies such as VB.Net, ASP.Net, C#.net, SSIS, SSAS, ADO.Net, etc., He is the Managing Director of KAASHIVINFOTECH (http://www.kaashivinfotech.com/),a software company in Chennai. Before that, he worked in HCL Technologies (India and Australia) for six years as Project Lead. As a service motive, Venkat contributed more than 700 articles which is read by the developers in 170 countries (400 developers per day) (http://venkattechnicalblog.blogspot.com/). Aligned with KaaShiv InfoTech’s mission,he met more than 20,000 young minds and spreaded Microsoft Technologies / Career guidance programs. Venkat won many awards in his career, which includes Prestigious Microsoft MVP (Most Valuable Professional) award for the years 2008,2009,2010,2011,2012,2013 and won many awards. List of other awards in his career,
  • 3. Microsoft certified Smart .Net Candidate in 2004 Most valuable member for dotnetspider site in 2007 HCL SQL Subject Matter expert (SME - SQL Server) for the year (2008,2009) HCL Special contribution award winner on Dotnet skills for year(2008) HCL SQL Knowledge Champion for the year 2009 Mind Cracker MVP on SQLServer –2010 for the year 2010,2011 INETA champion - Gold Member – 2010 for the year 2010 HCL Service Contribution Award for the year 2010 Leading Lights "Rising Star" award from Common Wealth Bank, Australia for the year 2010 TECHNICAL CERTIFICATION Cisco certified Network Associate (CCNA) – 2004  Microsoft Certified Application Developer (MCAD) – 2005
  • 4. ACKNOWLEDGEMENT I would like to thank my family members for their support and encouragement. Without their support it would be impossible for me to publish this e-book. I would also like to thank my KaaShiv InfoTech team for their support to publish this e- book. DISCLAIMER All rights reserved. No part of this book may be copied, adapted, abridged or stored in any retrieval system, computer system, photographic or other system or transmitted in any form or by any means without the prior written permission of the copyright holders. Any breach will entail legal action and permission without further notice.        
  • 5. 1. How many files can a Database contain in SQL Server? How many types of data files exists in SQL Server? How many of those files can exist for a single database? A Database can contain a maximum of 32,767 files. There are Primarily 2 types of data files Primary data file and Secondary data file(s) There can be only one Primary data file and multiple secondary data files as long as the total # of files is less than 32,767 files 2. What is DCL? DCL stands for Data Control Language. 3. What are the commands used in DCL? GRANT, DENY and REVOKE. 4. What is Fill Factor? Fill Factor is a setting that is applicable to Indexes in SQL Server. The fill factor value determines how much data is written to an index page when it is created / rebuilt.
  • 6. 5. What is the default fill factor value? By default the fill factor value is set to 0. 6. Where do you find the default Index fill factor and how to change it? The easiest way to find and change the default fill factor value is from Management Studio, right-click the SQL Server and chooses properties. In the Server Properties, choose Database Settings, you should see the default fill factor value in the top section. You can change to a desired value there and click OK to save the changes. The other option of viewing and changing this value is using sp_configure. 7. What is a system database and what is a user database? System databases are the default databases that are installed when the SQL Server is installed. Basically there are 4 system databases: Master, MSDB, TempDB and Model. It is highly recommended that these databases are not modified or altered for smooth functioning of the SQL System.A user database is a database that we create to store data and start working with the data.
  • 7. 8. What are the recovery models for a database? There are 3 recovery models available for a database. Full, Bulk-Logged and Simple are the three recovery models available. 9. What is the importance of a recovery model? Primarily, recovery model is chosen keeping in view the amount of data loss one can afford to. If one expects to have minimal or no data loss, choosing the Full recovery model is a good choice. Depending on the recovery model of a database, the behaviour of database log file changes. I would recommend you read more material on log backups and log file behaviour and so on to understand in depth 10. What is Replication? Replication is a feature in SQL Server that helps us publish database objects and data and copy (replicate) it to one or more destinations. It is often considered as one of the High-Availability options. One of the advantages with Replication is that it can be configured on databases which are in simple recovery model.
  • 8. 11. What the different types of Replication and why are they used? There are basically 3 types of replication: Snapshot, Transactional and Merge Replication. The type of Replication you choose depends on the requirements and/or the goals one is trying to achieve. For example Snapshot Replication is useful only when the data inside the tables does not change frequently and the amount of data is not too large, such as a monthly summary table or a product list table etc. Transactional Replication would useful when maintaining a copy of a transactional table such as sales order tables etc. Merge Replication is more useful in case of remote / distributed systems where the data flow can be from multiple sites, for example sales done at promotional events which might not be connected to the central servers always. 12. What the different components in Replication and what is their use? The 3 main components in Replication are Publisher, Distributor and Subscriber. Publisher is the data source of a publication. Distributor is responsible for distributing the database objects to one or more destinations. Subscriber is the destination where the publisher’s data is copied / replicated.  
  • 9. 13. What the different Topologies in which Replication can be configured? Replication can be configured in any topology depending keeping in view of the complexity and the workload of the entire Replication. It can be any of the following: Publisher, Distributor and Subscriber on the same SQL Instance. Publisher and Distributor on the same SQL Instance and Subscriber on a separate Instance. Publisher, Distributor and Subscriber on individual SQL Instances. 14. How do you open a Cluster Administrator? From Start -> Run and type CluAdmin (case insensitive) and the Cluster Administrator console is displayed OR you can also go to Start -> All programs -> Administrative Tools -> Cluster Administrator
  • 10. 15. What are the different ways you can create Databases in SQL Server? T-SQL; Create Database command. Using Management Studio Restoring a database backup Copy Database wizard
  • 11. KaaShiv InfoTech Offers Best Inpant Training in Chennai.   The training at KAASHIV INFOTECH focus on developing the technical oriented concepts that turn graduates into employable assets. Handled only by professionals from MNC companies, we know how to equip you with strong technologies fundamentals. INPLANT TRAINING SCHEDULE FOR CSE/IT/MCA STUDENTS Day Programme  Day 1 BigData (Practical Demos) Day 2 Windows 8 App Development (Practical Demos) Day 3 Ethical Hacking (Facebook Hack,Server/Website Hacking(20 Attacks) Day 4 Cloud Computing (Live Server Demo,Live Pjt Implementation) Day 5 CCNA (-Networking-Router Configurations Practical Demo)
  • 12. INPLANT TRAINING SCHEDULE FOR ELECTRONIC/ELECTRICAL/EIE STUDENTS: Day Programme Day 1 Embedded System  (Embedded Program Designing ,Chip Burning) Day 2 Wireless System  (Device Designing,Controlling Fans with Wireless Sensors) Day 3 CCNA  (-Networking-Router Configurations Practical Demo) Day 4 Ethical Hacking  (Facebook Hack,Server/Website Hacking(20 Attacks) Day 5 Matlab  (Capture Image,Processing, Animate Images-Practical Demos)
  • 13. MECHANICAL/CIVIL INPLANT TRAINING SCHEDULE: Day Programme Day 1 Aircraft Designing Day 2 Vehicle Movement in Airports Day 3 3D Packaging Designs Day 4 3D Modeling Day 5 3D Window Shading
  • 14. Tags: inplanttraining in chennai,Best inplanttraining Program in Chennai Anna Nagar,Best and Effective inplanttraining Program in Chennai at Anna Nagar ,inplanttraining Program for Engineering Students , inplanttraining Program for Arts and Science Students , inplanttraining Program for BE Students , inplanttraining Program for Information Technology Students ,inplanttraining Program in Chennai , Best and Effective inplanttraining Program in Chennai,Best and good inplanttraining Program in Chennai,inplanttraining Program for Computer Science Students, inplanttraining Program for Electronics and Communication Students,inplanttraining Program for Electrical and Electronics Students , inplanttraining Program for Engineering Studentsin anna nagar , inplanttraining Program for Arts and Science Students in anna nagar,Effective inplanttraining Program,Effective and Free inplanttraining Program,best inplanttraining in chennai near rountana,best inplanttraining for engineering students in chennai,best inplanttraining in anna nagar,inplanttraining for arts and science students in tamil nadu,best inplanttraining for arts and science students in anna nagar near rountana,best inplanttraining for ug graduates,best inplanttraining for pg graduates,best inplanttraining for b.e/b.tech students,best inplanttraining for ug graduates in chennai,best inplanttraining for ug graduates in anna nagar,best inplanttraining for ug graduates in tamil nadu,best inplanttraining for pg graduates in chennai,
  • 15. best inplanttraining for pg graduates in anna nagar,best inplanttraining for pg graduates in tamil nadu,inplanttraining for cse students,inplanttraining for it students,inplanttraining for ece students,inplanttraining for eee students,inplanttraining on android in chennai,inplanttraining on java in chennai,inplanttraining on embedded systems in chennai,inplanttraining on matlab in chennai,inplanttraining on .net in chennai,inplanttraining on android in anna nagar,inplanttraining on java in anna nagar,inplanttraining on embedded systems in anna nagar,inplanttraining on matlab in anna nagar,inplanttraining on .net in anna nagar,best summer inplanttraining for arts and science ug graduates in chennai,best summer inplanttraining for arts and science pg graduates in chennai,best summer inplanttraining for engineering ug graduates in chennai,best summer inplanttraining for engineering pg graduates in chennai,best summer inplanttraining for arts and science ug graduates in anna nagar,best summer inplanttraining for arts and science pg graduates in anna nagar,best summer inplanttraining for engineering ug graduates in anna nagar,best summer inplanttraining for engineering pg graduates in anna nagar,best inplanttraining for mba graduates in chennai,best inplanttraining fo mca graduates in chennai,best inplanttraining for mba graduates in anna nagar,best inplanttraining for mca graduates in anna nagar,best summer inplanttraining for mba graduates in chennai,best summer inplanttraining for mca graduates in chennai,best summer inplanttraining for mba graduates in anna nagar, best summer inplanttraining for mba graduates near rountana,best summer inplanttraining for mca graduates near rountana
  • 16. Address: KAASHIV INFO TECH Shivanantha Building, X41, 5th Floor,2nd Avenue, (Near Ayyappan Temple) Anna Nagar, Chennai = 600040. Send Us Your Request Email To arun@kaashivinfotech.com, kaashiv.info@gmail.com, venkat@kaashivinfotech.com Contact Number : 9840678906 ;; 9003718877 ;; 9962345637 ; Visit our other websites: http://inplanttrainingchennai.com/ - Inplant Training Portal http://inplanttrainingchennai.com/ - Internship Portal jobsanddumps.com – Job Portal https://plus.google.com/u/0/108546120202591604585   https://plus.google.com/u/0/b/110228862465265998202/dashboard/overvie https://plus.google.com/u/0/b/117408505876070870512/dashboard/overvie
  • 17. https://plus.google.com/u/0/b/104468163439231303834 /dashboard/overview   https://plus.google.com/u/0/b/117640664472494971423/dashboard/ overview KaaShiv InfoTech Facebook Page   https://www.facebook.com/KaaShivInfoTech   Inplant Training Program in Chennai   https://www.facebook.com/pages/Inplant-Training-Program-in- Chennai/1402097696706380 Internship in Chennai https://www.facebook.com/pages/Internship-in-Chennai- KaaShiv/1446147235603704