Viewing 15 posts - 31 through 45 (of 60 total)
Hi,
you can use HTML tags to format your @MSG variable.We send html-formatted mails for other purposes.
April 28, 2010 at 4:56 am
hi,
you may use bcp to export MSSQL data and then use sqlldr to import.
April 28, 2010 at 3:34 am
hi,
you should avoid using prefix sp_ in your stored procedures. this is not related to your execution error, but just wanted to inform you.
April 26, 2010 at 2:46 am
within application truncating a table is not possible. but somehow tables are being truncated.
before truncating i want to check if tablename exists in truncate_table.if not table name and user info...
April 21, 2010 at 8:03 am
hi,
you may use cursor to get all values deleted.
April 21, 2010 at 2:34 am
Hi,
If DB goes down so frequently DMVs will not be helpful. for a high-loaded system profiler might be a problem.
April 21, 2010 at 2:09 am
Hi,
CXPACKET wait type indicates that there is parallelism issue.
either query is using optiom MAXDOP or max degree of parallelism parameter is different than 1.
we had same problem. setting...
April 21, 2010 at 1:43 am
Hi,
by joining DMVs and Procedure type objects you may find which SPs has never been executed.
sys.sysobjects-- xtype =P
sys.dm_exec_query_stats --execution_count
dm_exec_sql_text --objectid
April 21, 2010 at 1:05 am
We have 3 Standby databases,2 of them are for disaster recovery one in same location and one at remote.
the other one is used for reporting. For the reporting database sometimes...
April 21, 2010 at 12:36 am
I see ,thank you. I will try to figure it out.
April 20, 2010 at 8:29 am
thanks,
You are right time difference is 3 hours. I have configured LS for a new db, no change it still uses UTC time as you said.
Can UTC be changed somewhere?...
April 20, 2010 at 8:04 am
Time Zone is GMT+2 and LogShipping has been configured via SSMS with default next-next setup.
April 20, 2010 at 7:31 am
Viewing 15 posts - 31 through 45 (of 60 total)