Services
Hi,What are the services available in sql server? Which services should be there in production?
View ArticlePatching
Hi,Can anyone pls explain how to do patching in steps, and also prerequisites and post patching steps?
View ArticleITIL
Hi,What are ITIL principles, what is the use of it. Pls explain each of them in sql server DBA perspective?
View ArticleDatabase suspect
Hi,What is suspect Database, when the DB will go into suspect mode. How to recover the suspect DB? pls explain clearly in steps?
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 ArticleHow to concat two queries?
Hi All, How to concat these two queries? Select ROW_NUMBER() over(order by Rdl.Character01) as Id,'Project' As Name ,count(rdl.Character01) As Total from ReqHead R, ReqDetail rdl where...
View ArticleLinked 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 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 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 ArticleInner join with like clause
Hi good afternoon everyone!!I'm trying to do a query and I need to know if there is a way to do it , i've read something about tokenize but i didnt understand mutch if it's the solution What I have I...
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 ArticleSYSTEM DATABASE BACKUP
HI,Is there any script to take system backup(MASTER,MSDB,MODEL)Please helpThanks in advance.Regards,Shashikala
View Articlesql server configuration manager
In sql server configuration manager->sql serviceshere not able to see any services and showing 'there are no items to view'.Please let me know what does it mean?ThanksShashikala
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 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 Articleshow second result for multiple records - MSSQL2000
I've got a query that displays the second result for one customer. what i now need to do is show the second result for each customer in a particular list (for example 20 different customers G/1931,...
View ArticleIs SelfJoin slower than loading and accessing from temporary table?
Hi, i have a requirement like if any record of ABC is in the given roll_no then all other records of ABC in the same table also should be moved to same roll_no (with extra two conditions), so i...
View ArticleDatabase Mail Does Not Show In Management Node in sql server 2008 r2
hi guysi have problem regarding to send email to customer using sql server Database MailUnder Management Nodebut problem is that the Database Mail is missing from my Management Nodeplease give me some...
View ArticleSaving money value in sql server
I have an application made in vb.net which is connected to a sql server database, In my databasei have a column for inserting the prices for certain products. While designing that column i set the...
View Article