'Notify: Severity 17 Errors' occurred
A database snapshot cannot be created because it failed to start. Msg 7928, The database snapshot for online checks could not be created. Either the reason is given in a previous error or one of the...
View ArticleA fatal error occurred in .NET Framework runtime. SPID = Service Broker...
Hi All, I am having trouble with root cause analysis of a fatal error occurring on one our our SQL2008 R2 Enterprise 64bit production servers.We are experiencing intermittent issue with the SQL service...
View ArticleWhat's the criteria that the indexes would be updated?
I have a Sql Server table which has 5 non-clustered indexes.Question: when I insert a new row into the table, these indexes would be updated immmediately? If not, what's the criteria that these indexes...
View Articlelogin failure error in event log daily
error in event log daily when full backup job starts as------------------------------------------------------------------------------------------------------------------------------------The...
View ArticleActivity Monitor error
Hi,I just started activity monitor on sql server 2008 standard edition X64. When I clicked processes, after some delay there is error message:The activity monitor is unable to execute queries against...
View ArticleOdd behaviour from sys.dependencies
(SQL Server 2008 R2 SP1) Hi all, I have an SSIS package that dynamically builds a set of SQL statements based on the dependencies in a set of procs. The SSIS package makes use of the dm function...
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 2008 filestream file size vs physical file size on disk difference
I have a sql 2008 filestream enabled database. We had a large number of records (400,000) that we have been deleting over the course of the last few months and when I look at sys.master_files for the...
View ArticleNeed material to discuss with DBAs that indexes are not only the production...
Hey guys,I am consulting for one of the clients and recently got into an awkward situation. The DBA told me that the group thinks that application and removal of indexes should only be done by DBAs...
View ArticleSQL Server 2008 R2 Ent Memory Problem
the problem we are having is our SQL Server's memory usage is very strange. What i mean if i use the resource mon it only shows my SQL instance gaining memory in the Commit(7GB of Memory) where the...
View ArticleProvider ran out of memory
Hi,I have linked server to AS400. When I run select * ...... on linked server there is errror: "The OLE DB Provider "IBMDASQL" for linked server "......" reported an error. The provider ran out of...
View ArticleC++ CLR SqlConnection error: "network-related or instance-specific error/"The...
Hi, I am trying to get a connection to a SQL Database running on SQL Server Express 2012. When I connect usingSystem::Security::SecureString^ CStr = gcnew System::Security::SecureString;...
View ArticleView efficient or not
I have a view, if we runs it individually in SSMS, it runs ok, but we have a batch process at night that uses it for each individual. so overall it makes the process slow.Now we change the view to...
View Articlearchive audit log in SQL Server 2008 R2
Hi there,I was just exploring audit features provided in MS SQL Server 2008, i found it interesting and easy to configure, however what i would like to know is that can i configure audit role over...
View ArticleDatabase Mail : Mail Not queued DBMAIL is stopped....
Hello I tried for hours to get my Database mail work, without success, on SQL Server 2005 ent Edition 64bit SP3 in cluster environment I send mail with the test : USE msdb GO EXEC sp_send_dbmail...
View ArticleSplit existing Partition - Grows log file in GBs and take hours to run
Hi,I have an existing table with around 200 Million rows and couple of partitions.I would like to split the partitions e.g. the Latest partition hold the data where date >= '2012-01-01' and I want...
View ArticleCopy SQL Server 2012 database with SMSS
I want to copy a database within the same SQL Server 2012 Developer instance (e.g. from database1 to database1_new). Here are the steps I followed in SMSS * Right click on database > Tasks >...
View ArticleLog Truncation
Hi,I have a database of 'Sql Server 2008R2 Express' with Simple Recovery Model.When I delete lots of database records, the physical size of the log file increases.how can I reduce the size of log file?...
View ArticleExecution Plan
Hi All,I have column1 with datatype varchar(50) and in procedure I am taking bigint.when I check Execution plan then it convert bigint to varchar .My question is any performance related issue while...
View ArticleSqlServerWriter
We have a third party tool Unitrends to backup VM ware (snapshot), we see some backup errors in SQL log, this is mentioned in this thread,...
View Article