Unable to find the description of the resolved issue in KB
The following query runs for 10 mins on tbl with 1 mill records on sql server 2012 RTM, and for 1.5 min on sql server 2012 build 3128. dbcc freeproccachedbcc dropcleanbuffers goselect*FROM"Demo...
View ArticleAlter table rebuild
Hi all. I am using the followingAlter table testing rebuildhowever there is syntax error:Msg 102, Level 15, State 1, Line 1 Incorrect syntax near 'REBUILD'.I am using SQL 2005.
View ArticleStrange results from sys.partitions system view
There is a strange problem on some of new upgraded sql server 2012 servers,for example:use testDB go select partition_id,object_id,index_id,partition_number,rows from sys.partitions where object_id =...
View ArticleBest way to query extended events file in sql server 2012
Hello all,is there any best way to xquery extended events async file i am having hard time sorting out data in GUI and using xquery.Any help highly appreciated.thanks,ashwin.
View ArticleAbout transaction
Hi,I want know the below sentence is true?In transaction "commit" enter by user and DBMS can abort or commited this.
View ArticleBetter Performance WITH RECOMPILE option
Is performace gain when executes a stored procedure using the WITH RECOMPILE option ?Why ?dmpcal
View ArticleCannot restart SQL Server Agent - SQL Server 2008 Express
HiI don't know if this affected it but we had a auto notification to change our work passwords the other day, I then couldn't get my local SQL express to logon using domain login.I then went into SQL...
View ArticleBAckup checksum and page checksum
Hi All,We have database which is currently facing CPU issues. Hardware team is working on it. To avoid the extra CPU cost,We are considering to disable Checksum and Enable torn_page_Detection. And...
View ArticleA significant part of sql server process memory has been paged out. This may...
Hello Friends,We are using SQL 2012 X 64 bit standards and windows server 2012 x 64 bit standards edition .we have configured two SQL 2012 instance on this server.There are 32 GB ram for this...
View ArticleError - sp_migrate_user_to_contained cannot be used to copy a password to an...
Hi,I am using SQL Server 2012 and using contained database features.I need to take db backup from SQL Server 2008 and restore on SQL Server 2012 and i have to use contained database features.But when i...
View ArticleHow can i run a powershell scripts from SQL Agent for SQL 2008 R2
Hi All.I am trying to run a powershell script which stops a service via SQL Agent, at the moment the scripts says that it completes however the service isnt being stopped, I know SQL 2008 R2 only has...
View ArticleGet notifiied when someone accesses a database
I want to be notified when anyone accesses a database.Alan
View Articletrigger does not fire after record gets updated to a null value
i have as sql server after trigger created sql server 2008when a record gets updated to null value, there is no trigger firing, pls guidethanks much
View ArticleMemory Dump when creating Extended Event
Hi, I have an unknown problem with SQL Server 2012 SP1. In my instance that alwaysON configured on , when i create a custom extended event, memory dump exception will occured every 1 minute and users...
View ArticleJob history retention
Hi, I have job history setting like this:I would like to see keep backup history for long time (this job setup last year). But I can only see job history earliest at 04/17 this year.Does anyone have...
View ArticleRestore history of particular table or Export/Import history of table
I want to know when particular table was got restored or when was the data got import in to table. Export/Import history of table Rahul
View ArticleJob History Retention
Hello All,I have 34 jobs on my sql server production environment. Some of them run almost once every 10 mins. The issue is I am only able to hold only one entry in the jobhistory for any job (whether...
View ArticleRe: Collation Concept in SQL
Hi, I need a small clarification regarding collation concepts. 1) When a column is added with "Latin1_General_CI_AI" 2) When a column is added with "SQL_Latin1_General_CP1_CI_AS"Will you please...
View ArticleSQL Job history
Hi All. My setting for Agent log history keeps default:Maximum job history log size: 1000Maximum job history rows per job: 100Now I have a Job (two steps) run every 5 mins a time from 4:00pm to 6:00pm...
View Article