SQL authentication error
Hi,I cannot login used ODBC driver. I have an error listed bellow:Error: 18456, Severity: 14, State: 58.Login failed for user ''. Reason: An attempt to login using SQL authentication failed. Server is...
View Articlewhenever I do some changes in maintenace plan then automatically the job...
Hi Friends,I have a windows login 'win\avo' in disabled state in sql server 2008.As per request of admin I have changed the job owner of all the jobs to 'win\xav'.But whenever I do some changes in...
View ArticleIndex tuning advice with DMV as source
Hi allI have a DMV which looks at the index information on my production server. In this view, I have around 3 weeks worth of data concerning the number of seeks, lookups, scans and updates each index...
View Articleriorganizzare tutti gli indici di un database su sql
Salve a tutti,ho un database sql express da 4gb, e da un pò di tempo su alcune operazioni va in timeout. Ho pensato di effettuare una ricostruzione degli indici, cosa che per la verità ho fatto uno ad...
View Article'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 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 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 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 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 ArticleExtended event status change
Hi Please see my Extended event script to capture the deadlock detailsCREATE EVENT SESSION [Monito_DeadLock] ON SERVER ADD EVENT sqlserver.lock_deadlock ( ACTION ( sqlserver.client_app_name,...
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 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 ArticleUnable to connect to sql server 2012 named instance:error 26
To brief a little, I have created 2 VM's; both VM's have same h/w and s/w configuration. They are running Windows server 2012.Have installed SQL Server 2012 on them; both installation have 2 named...
View ArticleList Partitioning in SQL Server 2012
Hi I got a requirement to partition the table on year, the column datatype is int and the values are like 03,04,05,06,07,08,09,10,11,12,13,14 etc..Does SQL Server only supprts RANGE partitioning?Can...
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 ArticleThe provider ran out of memory
When I try to open excel file, I get the following error(the same is if i try it with linked server):SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'Excel 12.0;Database=c:\Temp\excelFile.xlsx',...
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 Article