GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

SQL Server FAQs


SQL Server FAQs

Questions: 56
Comments: 78
 SQL Server FAQs Tags
 Showing Questions 11-20 of 56 Questions
<< Previous 1 [2] 3 4 5 6 Next >>
 Sponsored Links

 
 SQL Server FAQs
Sorting Options :  

What is tail log backup? Where can we use it? 
Latest Answer: Tail Log Backup is the log backup taken after data coruption (Disaster). Though there is file corruption we can try to take log backup (Tail Log Backup). This will be used during point in time recovery.Consider a scenerio where in, we have full backup ...
Tags : Backup

How to deny insert, update, delete, update permissions for a specific user of a specific user database? 
Latest Answer: So what context is the user in?  A role a datareader? Datawriter?You want no permissions?USE Drop USER  In a role?EXEC sp_droprolemember 'rolename' , 'Member'single objects?Revoke SELECT, ...
Read Answers (1) | Asked by : rsurya

How to display list of tables from a particular database in MS-SQLHow to display description of that particular table? 
Latest Answer: Submit a query on the SYS.TABLES table to get all of the data about the tables in a specific database.  Be sure to specify the database that you are targeting.USE -- Specify your target database name (without the brackets)GO SELECT ...

What is the difference between Subqueries and Joins? Which is better and Why? Give an example of each. 
Latest Answer: Join is a Methodology to get a data from more than one table, its work under the condition. Example: If we want to display the Employee no and his Department no SELECT Empno,Deptno FROM Emp,Dept ...

What is the Difference between Attach and Restore of a Database? 
Latest Answer: Database attach is faster as compaired to Database Restore. SO if you have both options then may be you can choose Database attach than Database Restore. ...
Tags : Restore

How many levels a trigger can be nested? Explain about nested triggers. 
Latest Answer: There are up to 32 nested trigger levels. ...

How optimisation and Performance in Sql Server 2000 can be achieved?What are the steps involved? 

How we can pulish the connectivity of SQL query to the HTML file or web page? Please Explain. 
Latest Answer: Normally connection of SQL file to a web page can be done in two ways1. Through the code2. In web config fileIf we give through the code, we need to alter the relevant pages, where as if we give through web config , this will be a common file and will ...

Latest Answer: For primary key if that record is being refered by some other (Child Table)  sql server won't let you to delete that record.While creating relationship if you had mention "Delete Cascade" option and then if you delete the ...

It's working in MySQL but not in SQL-Server. 
Latest Answer: Use a procedure which will delete record from child table first and then it will delete the same record from parent tableSame thing can be achieved using cascade delete and cascade update, this feature was not there in sql server 7.0 ...
Read Answers (3) | Asked by : kathir

View page << Previous 1 [2] 3 4 5 6 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape