Viewing 15 posts - 256 through 270 (of 712 total)
Is your backup and application using this DB is working fine?
Regards
Durai Nagarajan
June 17, 2013 at 10:20 am
allow_page_locks is a bit field try =1 and proceed
Regards
Durai Nagarajan
May 29, 2013 at 3:11 am
Denesh Naidoo (5/28/2013)
Hi All,Is it possible to configure SQL Server 2008 R2 database mail to add a signature to all e-mails sent out
Thanks
Denesh
Try setting the @body_format='HTML' and format your html...
Regards
Durai Nagarajan
May 28, 2013 at 11:27 pm
perfect lynn, i got it and i never faced it during daylight savings shift.
Regards
Durai Nagarajan
May 28, 2013 at 10:35 pm
one more
Regards
Durai Nagarajan
May 28, 2013 at 10:23 pm
Can you go through this.
http://www.sqlservercentral.com/Forums/Topic518826-360-1.aspx#bm518862
Regards
Durai Nagarajan
May 28, 2013 at 10:15 pm
Possible i faced one with same scenario as my account locked that time.
I changed it to a service account it is fine now but you have to run once manually.
Regards
Durai Nagarajan
May 28, 2013 at 10:09 pm
For example a job which runs daily and is in sysjobactivity as starting in 2010 but never finished will just show as normal for it's day to day routine in...
Regards
Durai Nagarajan
May 22, 2013 at 9:48 pm
it doesn't show these old jobs
what do you mean by this?
These jobs are not there now or you want job history details or others?
Regards
Durai Nagarajan
May 22, 2013 at 3:14 am
homebrew01 (5/21/2013)
Regards
Durai Nagarajan
May 21, 2013 at 11:15 pm
durai nagarajan (5/21/2013)
If you are trying to get job status try that data using SysJobHistory table with run_Status.
I'm not just trying to get the status, I'm looking for jobs that...
Regards
Durai Nagarajan
May 21, 2013 at 9:14 pm
SELECT
database_id, object_name(object_id), object_id, index_id, partition_number, index_type_desc,
alloc_unit_type_desc, index_depth,
index_level, avg_fragmentation_in_percent, fragment_count, avg_fragment_size_in_pages, page_count,
avg_page_space_used_in_percent, record_count, ghost_record_count, version_ghost_record_count, min_record_size_in_bytes,
max_record_size_in_bytes, avg_record_size_in_bytes, forwarded_record_count
FROM ...
Regards
Durai Nagarajan
May 21, 2013 at 6:26 am
can you mask the query and post it which you are trying to run from sql 2005.
Regards
Durai Nagarajan
May 20, 2013 at 11:13 pm
good , you found it on your own.
Regards
Durai Nagarajan
May 20, 2013 at 11:11 pm
dineshvishe (5/20/2013)
reatart Sql Aget and see.Any problem,Let me know.
please dont suggest to restart servers as it will affect production instead have to identify the root cause for it.
From...
Regards
Durai Nagarajan
May 20, 2013 at 11:09 pm
Viewing 15 posts - 256 through 270 (of 712 total)