SQL Server Agent job between 2 instances fails with Error 18456 - Login...
Hi,SQL Server version: 2012 EEOS: Windows 2008 R2 EnterpriseIn my server, i have 2 instances, and I am trying to configure a SQL Server Agent job to query one table in Instance A, and insert some...
View ArticleTable Size Increased after Column Store Index Rebuild (even though partition...
Hi,I have a large table (about 60GB) with a Clustered Column Store Index (156 columns). The table is alsopartitioned (using SQL Server 2014 Developer Edition).After the table was being populated with...
View ArticleIntegrated Security
I have create a .Net project with SQL 2012 In webconfig connection string look like below :<add name="DefaultConnection" connectionString="Data Source=xxxxxx ;Initial Catalog=xxxx User...
View ArticleHow much RAM supports SQLSERVER 2000 in windows server 2008
Hi All,How much RAM supports SQLSERVER 2000 in windows server 2008.
View ArticleHierarical Query Performance
Hi Folks,I need a quick help from you. I have a hierarical query that is used in the front-end application.WITH EMP ([EMP_ID],[NAME], [MANAGER_NAME] ,[MANAGER_ID], [CHGS]) AS ( SELECT...
View ArticleMS DTC: Transaction is aborted from Transaction Statistics
The Application, SQL server 1 and SQL server 2 are locating in the same computer. Almost of the transactions are aborted.Server: Windows Server 2008 R2 Enterprise SQL Server: Microsoft SQL Server 2008...
View Article[Forum FAQ] How to send a notification when a SQL Agent job is started
IntroductionWhen I schedule the job, we can set the notification to send the email to the operator when the job succeeds/fails/completes.However, if the job fails to execute on its schedule time due to...
View Articledatabase compatibility
Hi ,I wanted to know if the database compatibilty in sql server can change on its own without someone changing it ?and also if there is a way to know who did the change in compatibilty ?Thanks Arindam
View ArticleNeed to check multiple sql servers access using batch file.
I have 90 sql servers instances on which i have to check these are accessible or not for me, but its hard to connect one by one instance via SSMS & check i am able to connect sql server or not. for...
View ArticleSQL Server Always On Multiple Instances
I have 2 instances on 2 server for each I have the default set up and then an instance called Test.i.e. Server1, Server2 and Server1/Test, Server2/TestI have set up "Always on", on the default...
View Articlecreate date type data using integer
I need create a temp table in my stored procedure for start date and end of each months for example at run time,MyMonth StartDate EndDate 1 1/1/2014 1/31/2014 2...
View ArticleExtended events - asynchronous_file_target
Hi,Is there some way to clear or force a rollover on files of asynchronous_file_target of an extended events session ?Thank you!Dennes - Se resolveu, classifique a mensagem, por favor -...
View ArticleAdjust Backup Retention Period
Ola Hallengren's SQL Server Maintenance Solution and it is working out great. I would like to reduce the period for which database backups are retained. I believe that the job that does this is...
View ArticleAugust SS DBE Guru - Festival of the Awesome SS DBE
It's here at last!The August round of the TechNet Technical Guru Competition!The quality and quantity of entries has been beyond our wildest expectations lately, with epic posts and useful snippets...
View ArticleConnecting to server
I am trying to get this set up and i can not get it to connect, i have SQL Server Management Studio 2012. nothing i have found and tried is working to get it to connect. I am on a home network and do...
View ArticleUnreasonable big table size
We are using SQL 2008 R2 Ent. We found a table (no index) with 4 records eat up 30GB data. The table has only 5 columns. The potentially column caused the problem is nvarchar(max) to store XML data....
View ArticleThe server was unable to load the SSL provider library needed to log in
Hello All,When I am trying to login to my default SQL 2008R2 SP2 instance in windows 2003 server via ssms, I am getting the below errorA connection was successfully established with the server, but...
View ArticleDelete failing silently
Has anyone come across a situation where a delete statement doesn't give an error, but also doesn't delete the rows specified?Yes the rows exist as outside the scope of the running application, we can...
View ArticleUnderstanding Statistics io and Logical reads - is logical reads information...
Hi,This question arises during a performance test - on SQL Server 2012 with SP2.In the following example, table has only column and that is of data type INT.When inserted 592 records of data type INT...
View Articleerrors in the index job
Hi all,my index job is failed from the last few days with the error "Msg 1222, Lock request time out period exceeded. [SQLSTATE 42000]". how can i trouble shoot this issue. we are using Ola's custom...
View Article