After re-installing SQL Server 2012; Unable to connect to database engine
After re-installing SQL Server 2012 on a Windows Server 2008 R2 server, I cannot connect to Database Engine due to the following exception. Please advice.
View ArticleAn error occurred while executing batch. Error message is: Exception of type...
I am getting this error repeatedly on SQL Server 2008 on Windows machine when i run a simple query which involves close to ~ 10 million records. select sum(a.test) from (select COUNT(*) as test from...
View ArticleConvert SCSM 2012 SQL Collation
Hello, I would like to convert the collation of my Service Manager Database which is in Latin_General_CI_AIThe desired collation is SQL_Latin1_General_CP1_CI_AS & the version of my SQL is 2008 R2...
View ArticleError while switching from partition nedto non paritionned table due to ansi...
Good morning,I'm trying to switch a partition from a partitionned table to a non partitionned table.The non partitionned table has been created with the exact same script and when I generate the create...
View Articlesys.databases.is_cleanly_shutdown has the value 0 for all databases of all...
On a server, sys.databases.is_cleanly_shutdown has the value 0 for all databases of all instances. Except for this, everything seems to work fine; databases are all in a normal state. I tried to stop...
View ArticleHigh wait time PREEMPTIVE_OS_GETDISKFREESPACE
2075863121599547011410 I am working with an application experience poor performance. It has been recommended that we purchase better hardware to address the poor performing application. I am...
View Articledear all
The questions which i am asking might be very funny but there is lot of confusion among them, so experts please explain these questions.what is application support, production support,development...
View ArticleCompare system procedures between different databases
Hi All, I want to compare system procedures between different databases to identify the modifications. therefore can you kindly tell me the way to do that. Thanks, Robb
View ArticleCan't access existing SQL Server 2012 DB instance on VM
Hi - I am trying to login to a SQL Server 2012 database on a vm server. I am an admin on the vm server and can successfully remote in to the server. When I pull up SQL Server Management Studio, I am...
View ArticleQuery taking double the time from a client machine
We have part of the application always failing from a very long running query. We were able to extract a sample SQL to simulate the operation of that query and have found the following .. (this query...
View ArticleCan you restore logs from a SQL Server 2008 R2 Enterprise database to a SQL...
Hi, Can you restore logs from a SQL Server 2008 R2 Enterprise database to a SQL Server 2008 R2 Standard database?ThanksPam
View ArticleFilegroup can't be removed
I got the following error when i try to remove the filegroups. I have remove all the files before running removing filegroups script, but still met the error.Msg 5042, Level 16, State 12, Line 1 The...
View Articlesp_send_dbmail remote file access
I have found similar posts to my problem but so far no answers...according to BOL"Database Mail uses the Microsoft Windows security context of the current user to control access to files. Therefore,...
View ArticleSQL Server 2014 CTP on a desktop/laptop?
Looks like the above option is not possible. Could you confirm?mysorian
View ArticleSQL Profiler Duration Column
The profler shows a certain Duration for a stored procedure, called from a remote client, of say 55 seconds. If I copy the SP call from the Profiler and paste it into SSMS, the exection time is 1...
View Articlexp_cmdshell not working, returns NULL
Hi,xp_cmdshell is intermittent working recently.It was working fine, and we just upgraded from 2005 to 2008 3weeks ago. just recently (within this week) we got this problem that xp_cmdshell returns...
View Articleproblems with sys.dm_db_missing_index_group_stats
I have been playing with the dmvs and ran a couple of queries where i knew there were no indexes. I found data in sys.dm_db_missing_index_details, but there was no data in the view...
View ArticleSQL Server 2012
Hi All,I'm hoping I am posting this to the right group and if not, then please excuse me :0)...I just had someone ask me about certification material for 2012 (i.e., transcenders etc.)I always did good...
View ArticleVirtual memory page file
This is a VM.I have a Windows Server 2008R2 with 256GB of ram. Sql server 2012. Max memory 242GB. The OS is set to Automatically manage paging file size for all drives. The No paging file seems to be...
View ArticleMonitoring Disk Space Using an Alert - Part 2
I have my alert working with the following code:SELECT * FROM __InstanceModificationEvent WITHIN 300 WHERE TargetInstance ISA 'Win32_LogicalDisk' AND TargetInstance.FreeSpace < 3221225472 AND...
View Article