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: 53
Comments: 71
 SQL Server FAQs Tags
 Showing Questions 1-10 of 53 Questions
[1] 2 3 4 5 6 Next >>
 Sponsored Links

 
 SQL Server FAQs
Sorting Options :  

How to transfer data from a text file to SQL table, Which is the best method to do that? 
Latest Answer: 1. Use BCP.exe to load data from text file into table 2. Use DTS Dataa Pump Task to load data into table from flat file ...
Read Answers (1) | Asked by : Veeramma

How To Define Unique Key in SQL Server  
Latest Answer: Unique ...

Explain what is Distributed deadlock? 
View Question | Asked by : shiraz

What is the different between Logging and Transaction? 
View Question | Asked by : shiraz

How to join same fields of four tables at SQL Server? 
View Question | Asked by : kadhar

What are the types of authentications supported SQL Server 
Latest Answer: Sql Server supports two types authentications1)Windows Authentication2)SQL Server Authentication ...

How to define unique key in table? Is it possible to define one primary key and one unique key in a single table? 
Latest Answer: You can make one (or more) columns unique in a table by defining a UNIQUE NONCLUSTERED index on the column. ...

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 ...

View page [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 (?)

 
Expert Members
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

 




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