Instance of Sql server
what is instance failure in ms sql server ?if it occurs is it possible for recover the instance ?bhagee
View ArticleData purity check
Is there any way to check Data purity check option has enabled for DB or not? I know there is command DBCC DBINFO ('DB Name') can fulfil my requirement, however I am hesitating to run this command in...
View ArticleIndexing issue
1)Did update statistic also rebuild index for solving index defagmentation?2) I already did the index rebuilding and also try to drop and recreate indexing but somehow the index defagmentation level...
View ArticleDatabase Failures
What are the causes of Database Failures ?If Failures occurs what are steps to recover db?bhagee
View ArticleFull database backup except one table.
I'm trying to figure out how to backup a database except one table on a database with simple recovery model. The closest thing I can find is to have that table in a separate file and file group but...
View ArticleDbcc commands Error
While executing DBCC Commands i am getting following error DBCC results for 'Adventure Works'. Service Broker Msg 9675, State 1: Message Types analyzed: 14. Service Broker Msg 9676, State 1: Service...
View ArticleSQL 2008 R2 Express Clustered Index corruption
Hi,we have a strange problem on one of our server. It is an SQL 2008 R2 all updates are installed(SP3). The DB and log is about 2 GB, in the last weeks we get very often an curruption of an clustered...
View ArticleServer and Instance
What is mean by 'server','instance' in MSSQLServer 2005What is mean by 'server ','instance ' in mssqlserver 2008R2 ?could anyone explain in simple way?bhagee
View ArticleHow to Increase the Accessing Speed
Dear All,The Accessing of Website is very slow for Clients. How to Increase the Access Speed for Clients. Please send the List of activities have to do for increasing the performance.
View ArticleWhat all reports DBA can have
Hi Team, I have experience of SQL Development, however I have just got assigned responsibility of DBA. Can anyone will help me to understand SQL SERVER DB performance measures values. I would like to...
View Articleissue regarding schema and SP
Hello All,One of our client have issue related to schema and Stored procedure.on a database, when we check the stored procedure by using (select * from sys.procedures where name='logout') it gives 2...
View ArticleMicrosoft SQL server error:233
I am getting this error when connecting to sql. I cant get into my databases now- its pretty ugly. "A connection was succesfulyl established with the server, but then an error occured during the login...
View ArticleHow to konw the reason why sql server resarted.
Sql service is restarted.At logs we didn't get any information.There is no no os reboot.How to know the reason for sql restart.
View ArticleSql Server 2012 error log message information
Hi Team,i am installed sql server 2012 two months back, to day i check the sql server error log it showing below error message.Note : I my SQL server there is no SSIDB.error log message:2014-12-02...
View ArticleSQL Server Assertion: File: , line=5512
Hi All,We are using Sql Server 2005 Express , we got the below exception of Sql Server Assertion2014-11-17 00:26:12.59 spid51 Error: 17066, Severity: 16, State: 1. 2014-11-17 00:26:12.59 spid51...
View ArticleMsg 3013, Level 16, State 1, Line 3 BACKUP DATABASE is terminating abnormally
Hi All,This is on sql server 12.0.2254. I started getting error messages when our maintenance plan for backups ran. Digging through the backup plan log file yielded the following...
View ArticleError 18456 Severity 14 State 38
Hi,I am using SQL Server 2012. I find below messages popping up in my error log after every minute.Login Failed for user "domain\abc": Reason failed to open the explicitly specified database AAZ...
View ArticleLog Shipping Vs Mirroring
Define Log shipping and mirroring ?What are the main differences between Log shipping and Database Mirroring?bhagee
View Articlesyntax error for option(maxrecursion 0)
hi all,i have a function and if i execute it within sp i'm getting recursion error The statement terminated. The maximum recursion 100 has been exhausted before statement completion.when i included...
View ArticleNamed instances and port nr
Hi, I created a named instance on a SQL server for a specific application.Some users need to connect to this instance now to read some data. They connect to the 'servername\instancename' on port...
View Article