SQLAuditing which identify who all are performing Read\Write operations on...
We want to enable SQLAuditing which should identify who all are performing Read\Write operations on the server. What are the best ways to thatRahul
View ArticleFind total space required to successfully restore full database backup.
Hi All,I have a production database running in Full recovery mode. Recently it did not restore because of lack of space on C: drive. The backup size is 42GB. The restore required 135GB on C: drive. We...
View ArticleExtracting SQL server event log
I would like to extract SQL server (event) log information into text file or DB tables so that we can read it with a script everyday.Could you please advise how that can be done?Thanks in...
View ArticleWRITELOG wait time is large while transaction log is put on Fusion IO
Hi experts,<o:p></o:p> Our users complain SAP on SQL becomes slow sometimes recently. I check wait event and find WRITELOG become top 1 in wait events. This never happened before. I use...
View ArticleAdding a linked server with alias
I have to add a linked server now with an alias and with NT authentication. I got below code from a blog - I have few questions here, In general tab, Is that sql_server mandatory or can we give any...
View Articlelogin names from sp_who2
Hi,How do we find out the login names from the o/p of sp_who2 when there are multiple queries are being executed?Best Regards, Arun http://whynotsql.blogspot.com/
View Articletempdb full on new system
Hi,Application is throwing errors.Is there anyway to fix this with out restarting the server on a newly migrated system?Best Regards, Arun http://whynotsql.blogspot.com/
View ArticleSQL Server 2014 In-Place upgrade does not allow for Instance Selection
Hello,I am attempting to perform a SQL Server 2012 to SQL Server 2014 In-Placeupgrade.There are two SQL 2012 named instances installed on the server. My question is "will both of these instances...
View Articlecpu uses 100 % and memory uses 98 % while opening the sql server exe
Dear all,one the my server where cpu uses showing 100% and memory uses showing 98 %, when we stop the services of sql servr it's suddenly down @ 10%.how to fix , this is performance issues i think...
View ArticleThere is insufficient system memory in resource pool 'internal' to run this...
HiWe have a dev environment of SQL 2012 that has 18GB assigned to it. The server has 48GB total and has 2 other instances. For one particular instance, let's call it E1, have a database restored to...
View ArticleHow to Manage Large Tables in sql server 2012
Hi All,I've table processed raw data where every minute 5 lac data received from listener or processor.now we get performance problem. how to manage it. can any one have idea.
View ArticleMsg 2537 running DBCC CHECKDB related to SOUNDEX computed column
We have been seeing Msg 2537 running DBCC CHECKDB for many months. All of the failures are related to computed, persisted columns. All the computed columns with the problem use soundex function and...
View ArticleAlwaysOn
To set up AlwaysOn Feature on cluster environment how many VM's we would require.We have already have 2 VM's for cluster but am not able to configure AlwaysOn. Please Suggest.Thanks In...
View Articlesql nano query in Sql 2014
HIHow to add nanosends in Dateaddfunction in Sql 2014 We are getting the following error (The datepart nanosecond is not supported by date function dateadd for data type datetime). When we use select...
View ArticleSQL Audit
SQL Server 2008 R2:How security log is much secure than application log?j.kumar
View ArticleSQL Auditing
SQL Server 2008 R2:I have created server level auditing and target it to securit log and created one more and target it to application log.I have checked both the logs after those events and found some...
View ArticleCU13 on Managment Reporter.
Hello, when will CU13 be coming out for Management Reporter?
View Articleerror 1069: The service did not start due to logon problems
The local sql server that was working fine earlier does not start now. I have already created tables and accessed them using stored procedures.I get an error 1069: The service did not start due to...
View ArticleHow to export all tables in a database using bcp and sp_msforeachtable?
I'm trying to use sp_msforeachtable and bcp to export all tables in a database. The problem I have is that some of the tables have space in their names. For any tables which have space in their...
View ArticleReplication in Always on Availability groups
I am planning to have AlwaysON Availability Groups setup between Server 1 and Server 2Server 1 -->Publisher-->2014 SQL Enterprise edition-->Windows Std 2012 --> Always on Primary Replica...
View Article