Sql server 2008R2 throws a erro while attachin databse.
TITLE: Microsoft SQL Server Management Studio ------------------------------ Attach database failed for Server 'ADV10602'. (Microsoft.SqlServer.Smo) For help, click:...
View Articleproblems with sys.dm_db_missing_index_group_stats
I have been playing with the dmvs and ran a couple of queries where i knew there were no indexes. I found data in sys.dm_db_missing_index_details, but there was no data in the view...
View ArticleVirtual memory page file
This is a VM.I have a Windows Server 2008R2 with 256GB of ram. Sql server 2012. Max memory 242GB. The OS is set to Automatically manage paging file size for all drives. The No paging file seems to be...
View ArticleMonitoring Disk Space Using an Alert - Part 2
I have my alert working with the following code:SELECT * FROM __InstanceModificationEvent WITHIN 300 WHERE TargetInstance ISA 'Win32_LogicalDisk' AND TargetInstance.FreeSpace < 3221225472 AND...
View ArticlePerformance between SQL 2008 Standard vs Enterprise edition
Hi ALl,I know there are many forum posts on this subject but i kind of want a definitive answer from MSFT or MSFT-affiliated. Using hardware specs (say 64GB, 8 CPU), is there a performance benefit from...
View ArticleAccess denied when trying to start new query on sql server 2008 R2
I have just installed Sql Server 2008 R2 on Windows 8.In Management Studio I can connect to the Sql Server Instance but I get an error when trying to lauch NEW QUERY.The message is :Access denied...
View ArticleDeprecation of Trace -T272
Anyone knows if trace flag -T272 is going to be deprecated? I am using it to avoid the jumping of identity value in SQL 2012...
View ArticleHow to get which sql forcing tempdb data file growth?
our tempdb has a huge data file.i want to find which sql focing the file growth.any help is appreciated.If you haven't all the things you want,be grateful for the things you don't have that you didn't...
View ArticleBACKUPIO and BACKUPBUFFER wait types question
Hi All,Im checking wait stats on a SQL 2008 Standard server, and the top wait types are BACKUPIO and BACKUPBUFFER (24 and 23% respectively). I am backing up about 30GB to a network share and it takes...
View ArticleScript to determine proper Fill Factor
I know there isn't any scripts that are perfect but is there any scripts that analyze your index fill factor and makes suggestions of what they should be?Alan
View ArticleSql server Not Accessable remotly (via internet)
i have gone through many tutorials and all the stuff on internet.what i have done so far1) sql server browers service is running (Local nd network )2) TCP enabled , 1433 port is on3)firewall settings...
View Articledatabase corrupt
Hi all,what the reason database is goes in suspect mode..?what the reason database is corrupted?how can i resolve this issues?
View ArticleDBCC CHECKDB (master): error 2570 in sys.sysbinobjs
Dear experts,After running the DBCC checkdb against master databas with DATA_PURITY argument, we recieved the error 2570 in sys.sysbinobjs. The complete output is the below (it's in spanish but you'll...
View ArticleAre there any negative affects with: SET NOCOUNT ON
http://technet.microsoft.com/en-us/library/ms189837.aspxI wanted to ask if anyone has experienced issues turning on (SET NOCOUNT) in their environment. Plan would be to use it in stored procedures,...
View ArticleFile Groups and Files on intelligent SAN
We have many servers and many databases. We are only using one data file for each database. The reason for this is apparently we have an intelligent SAN that puts the must used files on SSD. My...
View ArticleCompare system procedures between different databases
Hi All, I want to compare system procedures between different databases to identify the modifications. therefore can you kindly tell me the way to do that. Thanks, Robb
View Articlecommunication problem
I have problems with communication between a program inserting /updating data in an MS SQL-database.The updating app. is programmed in SAS and runs every night on a Windows XP as a batch program. The...
View ArticleFULL TEXT Catalog automatically Enables
Hi,I'm disabling full text catalog and everytime it starts automatically when an application services restarts which resides on another application server.What may all be the reason for automatic...
View Article100 % windows CPU utilized by sql server 2008r2
Hi,Our productions servers cpu was 100% utilized. I tried running few queries on it to see cpu consumption on it. But could not understand few of them esp first query in the list below:1.DECLARE...
View Article