Failed to open the explicitly specified database
We have an application loading data into a SQL Server 2008 R2 Express database. The application runs about half way through then terminates with an error saying that SQL login failed for the current...
View ArticleFind out queries taking up more memory
Hi All,Checking if anybody has a tsql script to display top 10 high MEMORY consuming queries?Thank you.
View ArticleSQL Server service crashed [2008 R2]
Hi,Today our SQL Server service crashed with no apparent reason.I don't have any error in the event log.I have a stack dump in the SQL Server Log : 2013-11-28 11:30:37.20 Server **Dump thread -...
View ArticleSQL keeps losing service credentials on server restart
Hi, I have a sql instance that I have to manually reenter the SQL service credentials every time the server is restarted, or the service will not start. I have verified that the SPN is correct. What...
View ArticleContained Databases in SQL Server 2012
what are main features in Contained Databases in SQL Server 2012.
View ArticleHow to understand these sentences in white paper ?
Some general guidelines for page compression are: Query operations such as filtering, joins, aggregates, and sorting see decompressed data, and hence the cost of these operations arenot affected by...
View ArticleFile growth size
Dear All,I wanted to create some databases but I wanted to know how to determine how much file frowth to specify in MB please?Thank you in advance.
View Articlesysutility_mi_collect_and_upload Failed
We have received the following error. Most noted is the 'Out Of Memory'and Caught exception while collecting cpu properties. The complete error is this. However a team member found a bug in...
View ArticleConnecting SQL Server Management Studio to a localy stored file
Hi All,i have a question about connecting SQL Server Management Studio (MS SQL Server 2008) to a localy stored file. My goal is to connect installed M Studio to a .bak file - all done on the same pc....
View ArticleBackup of Job's List only
Goal: Reuse the SQL server agent job's list.Problem: The list contains alot of jobs and I need to reuse the job's list in a another time without recreate it. Is there a possibility to make a backup of...
View ArticleSQL 2005 database mail error!! How to fix it ...
Event Type: Error Event Source: DatabaseMail Event Category: None Event ID: 0 Date: 29-11-2013 Time: 14:08:30 User: N/A Computer: W6000 Description: 1) Exception Information ===================...
View ArticleQuires or Scripts - Jobs Related
Hi Sql Techies,Please Check and Correct My Quires:1) Find Out What are Jobs Running NowSELECT A.Name, A.job_ID, A.Originating_Server,...
View ArticleAverage Disk queue length always high
Hi experts SQL Server is very slow,after i checked in Perfmon,Counter Average disk queue length is always high,what shall i do next.please guide me.please guide me to overcome this one.Thanks -...
View ArticleI want to fire the query which search some word from the column data and...
Following is table 1Activity diagram doc 1.txt Activities Actions Final 2Activity Diagrams doc 2.txt Activities Actions Objects 3Activity Diagrams doc 3.txt Accepting a Time Event the query should be...
View Articlelogshipping wrong database alert
We have a wrong database configured for alert, JKUINMHYU1.JOLRsty should only be a primary database JKUINMHYU2.JOLRsty should be secondary. In the mgmt studio, properties of JKUINMHYU1.JOLRsty,...
View ArticleAvoid or Remove Deadlock
Hi,I have two process running parallel. One process(process1) is deleting rows in table 1. But in another process(process2) table2 is getting inserted with rows.Table2 has table1's primary key as...
View ArticleSNAPSHOT ISOLATION and sys.dm_tran_version_store
I've been playing around with the scripts bellow trying to better understand the snapshot isolation internals, but the behaviour is some times unexpected. I was expecting that every time I would run...
View ArticleDatabase backup got failed because of below error.
Hi All,PFSS,we are taking the backup of the database through maintenance plan wizard. is there any other way without changing the name of database?Thanks,rup
View ArticleMultiple Partitioned Indexed Views
Hi,I have a peculiar problem for which I can't seem to find any info. In a DW scenario I have a fact table which is partitioned. To insert/update the table we switch partitions out, then in per day. It...
View Article