SQL Server 2005 IO Problem
We have a database of 60 Gb the performance of it is very low. I want to find out if there is any IO problem with the server. I have run the below WITH DBIO AS ( SELECT IVFS.database_id AS db,...
View ArticleRESTORE DB WITH STANDBY= 'File Path' [Without any data is taking over 1 hour...
I have a log shipping solution setup where the secondary db is setup to recover in standby mode so my users can query the db. I started running into issues where as the db was restoring logs, a user...
View Articlean application open huge number of connections
Hello, i have an application connected to SQL server 2008 x64 SP2 and open huge number of connection in spite of the medium number of users are really using this connection i took random 5 min it was...
View ArticleSQL Server 2012 Express Edition : does DBMSSOCN work and is it allowed?
We have customer reps out in the field who connect to our legacy SQL Server 2000 database at headquarters via various ASP.NET applications. The web apps on the web server connect to the SQL Server...
View ArticleStored procedure failed in linked server
hey all I created linked server in local machine and accessing table from remote server using Linked server, while i am running any select, update or insert it running successfully,but if i run any...
View Articlehow long sql server will wait to allocate the memory when doing sort/hash
If sort large volume of data, then sql server prefers to allocate a large memory to sort them all in memory, say one sort need 30G. And the sql server has 300G, but only 5G is left as all others are...
View ArticleQuestion abount SQL 2012 Standard Database Engine problem
Hi, Recently i have configure SQL server cluster, after all the installation and configure done. When i'm try to login to my database. I saw something wrong about my database engine. It suppose have a...
View Articlestored procedure for rebuild indexes
hi all this is my rebuild index query, i schedule it in sql server agent (jobs),but it getting failed my stored procedure here : USE [databasename] GO StoredProcedure [dbo].[sp_RebuildIndexes] SET...
View Articlegetting dependencies for objects in all database leverl
HI, can any one help me out,i want to delete one table from production before delete the table i want check the table dependent object on server level Regards Ramesh.m
View ArticleSQL 2012 ColumnStore Index min, max values and dictionary values
Hi, I have a fact table partitioned by date with a clustered index on date and product along with a ColumnStore Index on all columns. The table has approx. 250000000 rows of data. I am trying to figure...
View ArticleDBCC CHECKDB Error
Dears, I have a problem in WSUS Server that will not sync up with the Microsoft web site for about 3 weeks now. i found the problem in the database. After execute DBCC CHECKDB, this message is...
View ArticleSQL Server Agent job running query only sends half results to file
I have an SQL Server Agent job running every day at 9am to run a query and using the Advanced tab in the specific step to run the query I send the output of the query to a CSV file. However, when...
View ArticleBig Data resources
Hi Experts, I'm hearing a lot about big data these days but i couldn't find enough resoures about how to implement it on windows platform or any link related to how it could be implemented on SQL...
View Article