Viewing 15 posts - 316 through 330 (of 648 total)
Should I run extented event script at production database? is there any restriction?
thanks
September 18, 2012 at 6:59 am
ok, thanks for reply... I learned today about traceflag no use, if using exented events in SQL 2008.
Pl. confirm...
Does Background process LOCK MONITOR to handle the deadlock and detect automatically...
September 18, 2012 at 6:36 am
Execute the following script in Query Editor to move the tempdb files into a new location:
-- Moving tempdb to a new location
-- Checkout current location and logical names...
September 18, 2012 at 3:19 am
Do you have separate physical disks or just logical drives on the same disk set or SAN attached LUNs, etc?
if just different logical drive on the same disk set,...
September 18, 2012 at 2:48 am
Ceating many subplan instead of configure any one of the HA method between primary & secondary server.
September 18, 2012 at 1:19 am
you need to answer as blow question
what is your server h/w configuration?
how many disk array controller?
what is disk configuration for RAID 0, 5, or 10?
September 18, 2012 at 1:15 am
ok, SQL agent side mirror logs jobs running every 3 minites, I understod the next time intervel history logs display those were 0KB, 0 milliseconds, so everything restored at mirror...
September 17, 2012 at 5:30 am
No, there is sql trace running for capture error results. I thought application side might be issue? pl. check error page here.
September 17, 2012 at 4:49 am
This data and execute statement working fine in SSMS.
whenever call application side working fine at first time, calling next time error throwing like "'Arithmetic overflow error converting numeric... "
Insert statement...
September 17, 2012 at 4:13 am
DDL statements...
exec ChangeTable 'SIL_TRAN_H','Tran_Code|Ref_No|Modify_By|Modify_Dt','1003|2012083014645|37100666|17 Sep 2012 12:25:45'
exec ChangeTable 'SIL_TRAN_H','Tran_Code|Ref_No|Modify_By|Modify_Dt','1004|2012083014645|37100666|17 Sep 2012 12:25:45'
exec ChangeTable 'SIL_TRAN_H','Tran_Code|Ref_No|Modify_By|Modify_Dt','1005|2012083014645|37100666|17 Sep 2012 12:25:45'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|1|4DA-TE-304A/B/C'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|2|30 Aug 2012-14645'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|3|JGDTA'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|4|FCC/PRU'
exec ChangeTable 'SIL_TRAN_D','Tran_Code|Ref_No|Rec_no|column_id|column_value','1003|2012083014645|1|5|553'
September 17, 2012 at 3:29 am
please find the attached sample data for header and detail table
September 17, 2012 at 3:05 am
What does the mirroring status tell you on each occasion for the principal and mirror?
Every occasion for the principal & mirror server status is sychcronized mode.
September 17, 2012 at 1:21 am
I assume that DB Mirror environment is configured such a way that it utilizes synchronous mirroring without automatic failover and no wittness.
If the Mirrorred instance doesnt not receive any responses...
September 12, 2012 at 3:42 am
Perry Whittle (9/12/2012)
are you using the default mirroring timeout value?What is the result of the following query?
select mirroring_connection_timeout from sys.database_mirroring
Yes, currently default mirroring time out values.
query result
mirroring_connection_timeout = 10
September 12, 2012 at 3:10 am
Thanks
one final clarifications, still I am not getting conclusion about LPIM setting.
1.SQL SERVER 2008 on top of Windows 2008 enterprise edition both x86 and x64
2.SQL SERVER 2008 R2 on...
September 11, 2012 at 3:19 am
Viewing 15 posts - 316 through 330 (of 648 total)