Re: having a bit trouble in shrinking the transaction logs
This is not a recommended practice. Auto-shrinking the transaction log is likely to cause performance degradation on the server, as it will forever be growing and shrinking. A better option would be to...
View ArticleRe: having a bit trouble in shrinking the transaction logs
Hi SS, Please check Paul's post about autoshrink:Auto-shrink – turn it OFF! - Paul S. Randal Regards,Eduardo
View ArticleRe: having a bit trouble in shrinking the transaction logs
Hi Eduardo / Matt Thanks for your information. We have enable the Auto Shrink option in our environment more than 10 SAP DB instances( MS Sql 2008 R2 servers in Standalone & Windows Failover...
View ArticleRe: having a bit trouble in shrinking the transaction logs
Why? What benefit does autoshrinking the log provide?
View ArticleRe: having a bit trouble in shrinking the transaction logs
Hi Matt 1. Main benefit is Space management to release the unused space in DB Log, 2. Performance improvement to read & write the transaction log 3. If the DB log space is full then SAP system may...
View ArticleRe: having a bit trouble in shrinking the transaction logs
Hi Matt/Sri Ram, Thnak you for you imminence support and guidance , the issue has been resolved as I simply changed --ALTER DATABASE model SET RECOVERY SIMPLE-- from Full typed this query "DBCC...
View ArticleRe: 2 DB instances - 1 SAP application server
Yes! Raja its only for one ztable with clog and blog fields.
View ArticleRe: SMux Provider: Physical Connection is not usable [xFFFFFFFF]
Hi Manas, In case you're still facing this kind of disconnection after this, please prepare a performance log as per note 1478133 and open an incident support for BC-OP-NT-ESX. We can forward this to...
View ArticleRe: Post Installation Steps After Homogeneous Copy
Hi Sel, I just found a blog post of Eduardo about the topic 2: Wondering why your transport tools ... Regards,Luis
View ArticleRe: monitoring tcodes
Hi Ravi, Please check out below links which explains daily monitoring actvities with tcodes: For ABAP stack monitoring :...
View ArticleRe: 2 DB instances - 1 SAP application server
Hi Cisco, 1) You can connect your SAP application server to an external database running SQL Server through DBCON: Note 1601608, and also this blog post: How to access an external Microsoft SQL Server...
View ArticleRe: Setup for HA - SAP NW / MSSQL
Hello Jan, Your variables should look like:MSSQL_DBNAME=<SID>MSSQL_SCHEMA=<sid>MSSQL_SERVER=<listener>;MultiSubnetFailover=yes I would also recommend to use the conn_opts as mentioned...
View ArticleRe: 2 DB instances - 1 SAP application server
Hi Cisco You can perform Normal SAP instalaltion either Standalone or Distributed system with MS Sql 2012 DB, and do the DB replication to another instance using MS Sql 2012 Alwayon with 4 secound...
View ArticleRe: having a bit trouble in shrinking the transaction logs
Hi Matt Thanks for your valuable support & information about the DB Auto shrink. I will check and get back to you incase of any query's RegardsSriram
View ArticleRe: 2 DB instances - 1 SAP application server
Hi Cisco, In that case i would prefer to go with archiving as you can still access those contents and able to use the table at SAP level. Otherwise you can consider using the external database as...
View ArticleSteps to Homogeneous Copy for High Availability System
Dear All I am doing the homogeneous copy from Window 2003/SQL2005 HA to Windows 2012/SQL2012 HA. I have performed the following steps successfully: Step1. Installed Windows OS in new system.Step2....
View ArticleRe: Steps to Homogeneous Copy for High Availability System
Hello Sel, Please go through SAP document. http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/508e36c5-5914-2b10-a795-d25997cf3270?overridelayout=t… You can find steps releated to MSCS...
View ArticleRe: Steps to Homogeneous Copy for High Availability System
Hi Sel, SQL Server plays little part in the whole system copy process. I would say that for the database only the backup/restore and the detach/attach. The rest is played by the SWPM. I've asked...
View ArticleRe: Steps to Homogeneous Copy for High Availability System
Hi Sel Could you check this SCN thread Failover cluster installation | SCN RegardsSS
View ArticleHow to recover corrupted database file?
I run MSDE on a Windows XP Server and i found that my database was marked as "suspect" by Enterprise Manager and its icon become gray.I detach that database and try to re-attach it but there is an...
View Article