We wants to know the threshold value (MS-SQL server) which they configured.
Dear All,Users to use the Monitor tool will have configured the threshold value.We wants to know the threshold value (MS-SQL server) which they configured.That is to say, we wish to refer to the...
View ArticleHow to fix Filestream enabled database
I have SQL Server 2008 R2 FileStream enabled Database, when I try to access any value that stored in the filestream I get the following error :Msg 233, Level 20, State 0, Line 0 A transport-level...
View Articlewhy the value for virtual_address_space_committed_kb is different from VM...
select * from [sys].[dm_os_process_memory] DBCC memorystatus()I run the above command ,and found that the value for virtual_address_space_committed_kb is 684964, but VM Commited from DBCC...
View ArticleAdd partitions
SQL 2012I have an existing partition function which has about 50 partitions (by date). As the “last date” approaches, I want to modify the function and add 50 more date partitions so that as new data...
View ArticleSQL Server 2012 Linked Server Object to Access Database Engine
I have a SQL Server 2012 installed with Microsoft Access Database Engine 2010 (64 bit). But I failed to create a linked object to access a .mdb file. It prompts "Cannot initialize the data source...
View ArticleCan we change sql server from default instance to named insatnce?
If so, Please provide the way to do?Thank you.RegardsSushil
View Articlesql server service terminated unexpectedly
A SQL crash has occurred on a clustered SQL Server 2008 R2 SP2 system. The service crashed and restarted itself, any pointers? Error in event log: The SQL Server service terminated unexpectedly. It has...
View ArticleHow to shutdown mirrored database instance normally
Hi experts, Could I shutdown mirrored database instance any time for maintenance? Or is there any procedure to stop mirrored instance normally? Sometimes I found if I just shutdown mirrored database...
View ArticleSQL Server 2012 - frequent "System Health Monitor Thread: Operating system...
We have recently installed a brand new Windows 2008 R2 server and installed SQL Server 2012 (and SP1) on it. We have moved a couple of databases from SQL 2005 to it. Frequently the following is written...
View ArticleBrowse SQL servers on other subnet
Hi!We have several SQL servers located on several subnets, and some users want to be able to use the browse function when they connect to a SQL servers instead of typing in the hostname manually. But...
View ArticleIssue connecting to SQL Server 2012
Hi All, I have sql 2008 installed and now I installed sql 2012 in the same laptop I am using for practice. Installation went well but when I try to open management studio, I see some thing strange. It...
View Articlerestoring status of a database
I have restored a database from a backup, and the restore is OK. I went into it checking security is Ok, tables are OK, Then after a few hours I logged in again, and see the database is at restoring...
View ArticleUPDATE STATISTICS WITH FULL SCAN - High reads than normal
Hi Update statistics when it runs with full sampling, reads high amount of data. my database size is 300GB and update stats is reading TBs of data from the data drive. Did anyone come across...
View ArticleSSMS vs. SQLCMD performance
Hi, I see very different performance when running the below setup in the same set of queries in SSMS and SQLCMD locally on a SQL server 2008 R2 cluster.Scripts to run:create new empty database and one...
View ArticleWindows authentication
Hi,i got this error message when i try to access the database using SQL authentication.Error Message - "A connection was successfully established with the server, but then an error occurred during the...
View ArticleReporting database: AlwaysOn, Mirroring, Replication, write my own
We have a modest server running our main app which is a generic, internal corporate app, more OLTP-ish than anything else, with less than a hundred users who would ever modify data. However there are...
View ArticleCan I manually adjust memory grant for my query?
Hi everybody,I have a query with not optimally estimated cardinalities which results in large tempdb spills (sys.dm_exec_query_memory_grants says the query gets 1,8 Gb. After query is run in a separate...
View ArticleSQL Server Agent fails to start
Hi, My SQL server (box) is mostly rebooted every weekend. I have a SQL server 2005 running on this box with below details:Enterprise Edition 8.00.760 SP3 Most of the times after reboot, the SQL agent...
View ArticleProblem with two jobs affiliated with a sql script
Hello --I am testing a script called dbWarden on our 2008R2 standard server. The URL for the script in question is the following:http://sourceforge.net/projects/dbwarden/I have executed the script, and...
View Article