Linked Server
Hi,What is linked server in sql server? In which situation we use it? pls tell me 2 examples? And what is OLE DB data sources?
View ArticleTempDB
Hi,Can anyone pls tell what is tempdb?What objects will be there in tempdb?How tempdb stores the data?What to do If tempdb full?..Pls explain all the above questions?
View ArticleRebuilding index
Hi,What happens to tempdb when we rebuild the index in online? and also explain same with offline?
View ArticlePerformance Tuning
Hi,What is performance tuning? What are the activities that DBA should do for performance tuning?
View ArticleDatafile
Hi all,If datafile is deleted then how can we recover the deleted file datafile?
View ArticleDatatypes
Hi all,What are the datatypes available in sql server 2008 and explain each of them and how much data they stores?
View Articleindexes
Hi all,What is clusterd index and non clustered index? Difference between clustered and nonclustered?What is heap table?Why we can't use more than one clustered index per table?What is the use of using...
View ArticleLog file full
Hi all,If logfile is full in primary server Db that is logshipped then what are the steps we need to follow ot resolve it?And also explain the same case with mirroring?
View ArticleLogfile
Hi,How to recover the corrupted logfile?How to getback the missing logfile?What error numbers we will get for corrupted logfile and for missing logfile?Pls explain above questions......
View ArticleTail log backup
Hi,What is online tail log backup and offline tail log backup? Pls explain both with examples and commands?
View ArticleRoles
Hi all,Pls explain each server roles and database roles?What is the role to assign to take backup?What is the role to assign to execute jobs?What is the role to assign to run stored procedures?What are...
View ArticleNEEDED: More Answerers
We need more Answerers! Let me know if you've been part of this community pretty consistently for at least 6 months, have answered at least 100 questions (with at least 1,000 Recognition Points) and...
View ArticleSqlserver sqlbrowser is missing
Hi i have installed sqlserver 2008 R2 Version ,after installing i can't able to see sql server browser in sql server services (in sqlserverconfigurationmanager) and also i can't able to view Services...
View ArticleOrdering changes... ???
Hello,Could somebody explain me why the ordering has been changed ? In these two examples. First Query returns order by empid, but why it changes in the second one ? Why everything in order by...
View ArticleSQL QUery
You need to find duplicate account’s in an Account table. The Account table has 15 columns in it. What is the problem with this query?SELECT*FROM AccountWHERE CreateDate>'2/1/2013'GROUPBY...
View ArticleRestoring Database and Master from 2000 to 2005
I have a machine that runs SQL Server 2000 with 1 database. I've backed up the database and the master database and I want to restore the database on a different machine with SQL Server 2005. I'm going...
View Article