Help resolving connectivity Issue to SQL Server 2005 x64 SP4
We currently moved our Windows Server 2008 R2 Servers with SQL Server 2005 x64 SP4 to Active Directory. After moving the servers to Active Directory, we noticed that all of our processes that access...
View ArticleTemp db Property issue
Hello team,while i am trying to see sql server temp database properties getting the bellow error message:error message:Note: in this server i have full permission like win level and sql server level SA...
View ArticleDatabase Mail not working from SQL Agent job
I have SQL job setup which has query which sends the query result in e-mail. This query works fine from SSMS and send query result in e-mail using Database Mail. But when I am running this job , job...
View ArticleSQL Server Editions for Columnstore Indexes
I am trying to find out what editions of SQL Server 2012 will allow the use of columnstore indexes. Can I create and use columnstore indexes on the standard edition or do I have to have the BI or...
View ArticlePlan Cache size for SQL Server EXPRESS.
I use SQL EXPRESS on some of our servers. It has a limitation of 1.5GB for memory. How to find Plan Cache size for EACH database in SQL Express?
View ArticleSQL Restarting Automatically by something or someone
Hi,I have encountered a very strange issue in a Production server which is soon to be decomissioned.I manually stop the SQL Services (DB engine, SQL Agent, SSIS, SSAS) and even set their startup type...
View ArticleUser Executes Stored Procedure That Executes sp_send_dbmail; receives email...
Using SQL Server 2012 SP1I have a user that is submitting a procedure that uses sp_send_dbmail. I have also noticed that they have the following code in their procedureDECLARE @rc INT IF NOT EXISTS...
View ArticleSQL Server 2005 Receiving Error every second
I am not a SQL expert by any means, so I hope the community can help me on this.We are receiving the error "A user request from the session with SPID 61 generated a fatal exception. SQL Server is...
View ArticleCumulative update patch 9 for SQL 2012 SP1 doesn't update SQL version number...
I have applied CUP9 to the SQL2012 SP1 server. Update went through successfully and I restarted the server. However, SQL version didn't change to 11.0.3412 as expected, but still shows 11.0.3000. It...
View ArticleLogin failed for user. Microsoft SQL Server, Error: 18456
Hi,I have a windows 2008 with SQL Server 2008 R2 VM on Azure. I am trying to connect to the SQL server for the first time using SSMS, but have not been able it. I have a VPN tunnel, so I am connecting...
View ArticleMonitors: SQL Server: Access Methods: Full Scans/sec
Hello,I created a Monitor:Monitors: SQL Server: Access Methods: Full Scans/secIt appears in Heath explorer on the servers ut is not available in the Performance Data for the Views...What did I miss? I...
View ArticleSQL Server 2012: Can't start database after it crashed with millions of...
Hi All,A long running query with millions of uncommitted transactions was running when the server crashed. When I try to restart SQL Server 2012, I get the following messages in ERRORLOG:2014-03-10...
View ArticleTo get a SYSTEM NAME even using sa or Group login other than Windows...
how to get system name in username when we write a select query Select SUser_sname() in sql server 2008 r2.Actually , requirement is I have to give a sql serevr login to the client.NOTE : I cant...
View ArticleRestore
When i changed a backup path (in Maintenance plan) from one disk(F - Drive) to Another disk (G - Drive), and trying to restore that time i noticed user name have been changed from SA to NT...
View ArticleI have much rows in a single table 2934167078
I have got a new project in which one table has 2934167078 rows and no primary key in the table.Whenever I want to create some maintenance plan the management studio got hang.I want to add a primary...
View Articlecheck point query information
Hello Team,one of my production server i am continually getting this error:[CHECK POINT FREE SPACE QUERY TIME OUT]this information we are getting through third party tools and IT team raise ticket to...
View ArticleUnable to start default LocalDB instance on Windows 8 x86
Cannot start the default LocalDB instance, in our application or by typing in 'sqllocaldb s "v11.0"' on the command line. This issue only occurs on Windows 8 x86. Works fine on Windows 7 x86/64 and on...
View ArticlePowershell - Out-File Error on collection of table objects
Hello all,Getting error on scripting out table objects...works fine with one table but, not many...Error:Out-File : The specified wildcard pattern is not valid: Object[]At P:\Work\Powershell\script out...
View ArticleWhich encryption method does SQL 2012 use?
I have two web pages I think are opposite.http://technet.microsoft.com/en-us/library/bb964742.aspx triple DESwhereas http://msdn.microsoft.com/en-us/library/ms189060(v=sql.110).aspx shows AES I am...
View ArticleHow to verify connection encryption status with minimal permissions?
Hello- My goal is to verify that all connections made by a program are encrypted at program startup. My first idea was to check the connection string for the appropriate tokens, but I wanted something...
View Article