SQL Server- Large Pages Use WITHOUT trace flag 834
I read Bob Ward's post on SQL server and Large Pages (http://blogs.msdn.com/b/psssql/archive/2009/06/05/sql-server-and-large-pages-explained.aspx). He mentions that even without trace flag 834...
View ArticleIn order for the new setting to take effect for max worker thread do we need...
I want to change the max worker thread value to 0 [as of now its >0] for few of my server and after setting up the value to 0, do I need to recycle sql services in order to new setting to take...
View ArticleSQL Server 2008 Extended Event Predicate to target a specific stored procedure
Hi,Could I request for an example of using the extended events predicates to target a specific stored procedure?I am trying to gather as much information when a specific procedure errors or times...
View ArticleGetting many FlushCache messages in SQL Error log
Hello,Since few days ago I am getting several messages like the one below. Any idea what should I do? FlushCache: cleaned up 6611 bufs with 6381 writes in 90940 ms (avoided 462 new dirty bufs) for db...
View Articlehow to avoid the loss of users during backup and restore activity
Hi,I have a database with 100+users . If i restore the DB from some other environment, the entire Db is restored including the users. So my old 100+ users where not able to connect to the databases. Is...
View Articlesys.dm_os_wait_stats
Sometimes i had problem with slow working of sql server.After reading some article i find about running sys.dm_os_wait_stats. In my sql server i ran query select * fromsys.dm_os_wait_stats order by...
View ArticleQueries and stored procedures running slowly.
Hi,I have noticed that AX performance seems pretty poor so ran a Profiler trace. From it I can see that some stored procedures are taking a long time to run. The below is an example. this particular sp...
View ArticleAdd language to FullText Semantic search
I've been reading about new Semantic Indexes in Sql 2012, and it seems like tailor-made for my needs.Unfortunately I hit the wall while trying to implement it in my project.The wall is content of...
View ArticleIdle connections: problem or not?
SQL Server Version: SQL Server 2008 R2 SP2 Enterprise 64 bit on Windows 2008 Enterprise Avg Number of Active Connections: 5Avg Idle Connections:350Avg Batch Size/sec: 550I want to know that whether or...
View ArticleWhen to Use Clustered Index and Non Clustered Index
When to Use Clustered Index and Non Clustered Index in SQL Server 2005?Give the Scenario's and give examples?
View ArticleSQL Server 2012 Domain Service Accounts
Hi,I am using virtual box and have created a VM for a Domain Controller, a SQL Server and Sharepoint. The DC is up and running fine. I have the SQL Server server itself added to the domain. The issue I...
View Articleerror when Attach a Database in SQL Server ,,
hello to all of you ,,actually i get trouble when i attach Database in SQL Server 2008 ,,it display message with.. { TITLE: Microsoft SQL Server Management Studio ------------------------------ Attach...
View Articleblocked process report overhead?
Is there much over head associated with?1. Enabling the blocked process report in SQL 2008 (blocked process threshold set to 28 seconds)2. Running profiler trace against the blocked process event...
View ArticleSQL Server Alias Configuration
Hello,I have a question to create a SQL Server Alias to move an SQL Cluster instance to a new hardware.Our environment looks like, that we have a Windows Server 2008 R2 Cluster Installation. On this...
View ArticleDataSet Reading Problem in Thread
I have the Bulk XML Doument which has 10000 students record (assumption) as follows:<school><student...
View ArticleBlob data pages have a lot of unused space.
I have a table with blob data that has a truckload of unused space that I can't get rid of. SELECT * FROM sys.dm_db_index_physical_stats (DB_ID(N'Test_dbname'), OBJECT_ID(N'tableName'), NULL, NULL...
View ArticleSSPI handshakes failed
Hi,We have following error in error log:SQL Error Log: 17806: SSPI handshake failed while establishing a connection with integrated security.How to resolve it?Thanks
View Article2012 missing msxmlsql.dll
With SQL 2012 SP1 on windows 2012, we are getting an error (in sql server error log) Failed to verify Authenticode signature on DLL [instance install root]\MSSQL\Binn\msxmlsql.dllthat DLL is not there,...
View ArticleUnable to export the file
Hi,I have used .Net project to insert one image file into my_schema.dbo.user_master.photo_file with user_id = 4.I've got SQLState = S1000, NativeError = 0 Error = [Microsoft][SQL Server Native Client...
View Articledatabase size big difference between original and restored for sharepoint
our sharepoint database wss_content on production server is 12GB, after we restore the site by stsadm -o restore -urlhttp://restored sharepoint site url/ -filename "backup file of original site.dat"...
View Article