Creating Alias in SQL Server Cluster
Team,I have got one question regarding alias in SQL Cluster.I have installed SQL Instance (ABC) on Active / Passive Cluster. I am accessing this via SSMS with name ABC.I wanted an alias ( with...
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 Articlehow to convert bigint to datetime format
I have dates in the below format20181109-bigintI wanted it like 11/09I have done it below waystuff(convert(VARCHAR(8),CONVERT(datetime,convert(char(8),t1.datekey)),11),1,3,'')but it was properly...
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 ArticleWait stats
Can anyone provide more information regarding the PREEMPTIVE_OS_WAITFORSINGLEOBJECT wait type?I have a client with and Informatica session that BULK INSERTS a flat file from a Linux server to SQL...
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 ArticleNative JSON support in Next SQL Server Release
Dear Team, With 9.3 and upcoming 9.4 release PostgreSQL has started supporting JSON data type. Oracle is following it in their 12c release, when can we expect this in MS SQL? Also will it cover native...
View ArticleInconsistent character length
I have a table with a column that is a data type of NVARCHAR(50) used to hold ip addresses and hex values. I am seeing that the length of 270 of the values are inconsistent with the values that are...
View ArticleError: 18456
HI All, I am facing this issue in my SQL server cluster. rror: 18456, Severity: 14, State: 11.2010-10-19 02:56:59.380 Logon Login failed for user <Server name>\User1'. Reason: Token-based server...
View ArticlePage Life Expectancy and plan cache hit ratio
We have a SQL Server (2008 Standard 64 bit on Windows 2008 R2) that is kind of a data warehouse - let's call it SQLReport. It contains replicated data from an OLTP environment. That data has SSRS...
View ArticleError when u^grading from SQL Server 2005 to SQL Server 2014
Hello everyone,Could you help me, i have an error when i try to upgrade my SQL Server 2005 Enterprise Edition to SQL Server 2014 Enterprise Edition,All of prerequisits are available and i dont have a...
View Articlehow to add database to catalog in linked server ?
How to add database to catalog in linked server?
View Articleoptimize for ad hoc workloads
Good morning,I'm trying to determine if the symptoms I'm seeing with one of our database instances would appropriate the application of the "optimize for ad hoc workloads" configuration option.5 or 6...
View ArticleActive directory
Hi Everyone,How the data in active directory gets stored?Are the data getting stored in SQL Server?I have googled is, but didnt found any articels. Thanks,Karthi K
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 ArticleSplit over 2TB?
Our database structure is so that 95% of the storage is used by 1 table. This table Is partitioned and indexed. This is working fine and we can handle big volumes with datbases over 5-6 TB.Now one of...
View ArticleDatabase Shrink Error: 8985
Hi All,Version: Microsoft SQL Server 2008 (SP3) - Enterprise Edition.While performing the DB Shrink, I get the following error on both the editionsEnterprise and Developer. Recently I have upgraded the...
View ArticleRepair DBF file
Please, tell me how and what to repair DBF file so that it is not damaged?When you try to display records from a table (BROWSE) message is displayed: Table ..... \ *. Dbf has become corrupted. This...
View Article