GeekInterview.com
  I am new, Sign me up!
 

SQL Server FAQs


SQL Server FAQs

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

 
 SQL Server FAQs
Sorting Options :  

How can we rename a Database with query? 
Latest Answer: Syntax of renaming the database:sp_renamedb old_database name new_database nameEg:  name of the database is tree. Now if you need to change the database as three. So the query for changing the database as follows:sp_renamedb tree three ...
Read Answers (2) | Asked by : seemu123

What is the buffer size of SQL query output row? 
View Question | Asked by : seemu123

How to deny delete and drop permission to the user for the particular database in SQL Server 2005. 
Latest Answer: USE [PARENTDB] GO DROP SCHEMA [USER] GO USE [DB]GO DROP USER [USER] GOor in GUI SQL SQL server Managment Studio go to your DB open it's security section up. . select users folder .. select user adn press delete on the keyboard .. ...

How are SQL Server databases physically stored under Windows 2000? 
View Question | Asked by : Renjusha

How we will access a table of one server from a stored procdure in other server? 
Latest Answer: You can access this through the following syntax[Another Server IP].[Database Name].[Owner].[Table Name]e.g.[XXX.XXX.XX.XX].[myDB].[DBO].[EmployeeMaster] ...
Read Answers (1) | Asked by : Raman4u

How to transfer data from a text file to SQL table, Which is the best method to do that? 
Latest Answer: By using OPENROWSET commandExample:                   INSERT INTO dbo.ImportTestSELECT * FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=C:ImportData.xls', ...
Read Answers (1) | Asked by : Veeramma

How To Define Unique Key in SQL Server  
Latest Answer: CREATE TABLE product(pid INT PRIMARY KEY,pname VARCHAR(10),invoiceid INT 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

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

Ask A Question
Go Top
 Sponsored Links

 
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
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape