April 10, 2008 at 5:57 am
Hi Could any one tell me the answers for these questions.
1. how do we troubleshoot a datbase if it is in suspect mode.What is the reason for a database to be in suspect mode.
2. how can we move a file from C drive to D drive, so that the file location in C drive is completely moved .
3.In a particular primary file group there are many objects.
How can we move some of the objects from this primary file group in to another file group.
4. can we install a sql server on a remote server so that it will not ask any inputs like domain name, authentication modes. .
5.If we want to implement clustering , can we use the virtual ip address on clustering as the ip address of our system or we have to use another ip address for clustering
6. In 2000 we have DTs package.can we run the same DTS package in 2005.
April 10, 2008 at 6:06 am
April 11, 2008 at 10:03 am
q2: alter database ... file = new directory and filename
q3: alter index and table with option on to select on which filegroup it should be stored
q5: the cluster itself will have a virtual address which can be used
q6: yes most can still be run there is an integration services migration wizard avaiable
May 14, 2015 at 6:23 pm
Please gothrough below link,
SQL interview Questions and answers
-------------------------------------------------------------------------------------
CodeGuys,
Check my website for frequently asked interview questions and answers.
http://www.techieclues.comMay 14, 2015 at 11:50 pm
CodeGuys (5/14/2015)
Please gothrough below link,
There are a number there that are wrong. They're great for figuring out who, in an interview, went memorising questions from the internet and who actually knows their stuff.
For example, DBCC stands for Database Console Command, not Database Consistency Checker.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 15, 2015 at 9:33 pm
sandhyarao49 (4/10/2008)
Hi Could any one tell me the answers for these questions.1. how do we troubleshoot a datbase if it is in suspect mode.What is the reason for a database to be in suspect mode.
2. how can we move a file from C drive to D drive, so that the file location in C drive is completely moved .
3.In a particular primary file group there are many objects.
How can we move some of the objects from this primary file group in to another file group.
4. can we install a sql server on a remote server so that it will not ask any inputs like domain name, authentication modes. .
5.If we want to implement clustering , can we use the virtual ip address on clustering as the ip address of our system or we have to use another ip address for clustering
6. In 2000 we have DTs package.can we run the same DTS package in 2005.
These look like DBA interview questions.
If we told you, you would simply memorize, perhaps badly. You need to do all these things to understand them. Get yourself a copy of the Developer's Edition and start learning.
To be honest, if you haven't done the first 3 a dozen times each before you apply for a job in the world of SQL Server, you need to study a whole lot more before you consider applying for the job.
You should also learn how to use Google. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply