Viewing 15 posts - 766 through 780 (of 931 total)
Interesting, I never thought of this. I thought it is per year.
January 24, 2011 at 4:58 am
Another advantage is in companies which have dedicated teams for managing SSIS packages and database engine. In these cases, if we have a separate instance for SSIS packages then the...
January 24, 2011 at 4:26 am
I am not sure if you have tried using the below DMV's for querying tempdb.
You may try to collect some information as well from the below.
sys.dm_db_file_space_usage
sys.dm_db_task_space_usage
sys.dm_db_session_space_usage ...
January 21, 2011 at 6:31 am
Yes Gail, I agree with you.
We could information related to object creation, object deletion etc. but not DML.
January 21, 2011 at 1:42 am
I think the default trace must be running on your instance. This usualy rolls over after around 20 MB.
If the deletion happened recently, may be you could find what...
January 20, 2011 at 3:59 am
Please post the exact error message.
January 20, 2011 at 3:50 am
You could use some DMVs to find out what exactly is consuming space in tempdb among these : - user objects, internal objects, and version stores
Below DMV's will give you...
January 12, 2011 at 8:45 pm
Very good effort Ron. You have handled a tough topic with lot of care. Thanks.
January 10, 2011 at 5:30 am
I also did a SQL FULL backup first and ran the above and still no shrink.
Doing a "BACKUP............WITH TRUNCATE ONLY" doesn't exist in SQL 2008.
Taking FULL backup of database will...
January 6, 2011 at 11:48 pm
I messed up the earlier quote option
mohammed moinudheen (11/15/2010)
Yep,If you database log file still online/accessible ,then you can take the tail of log and you can restore the PIT..
[/quote]
But what...
November 15, 2010 at 3:16 am
Yep,
If you database log file still online/accessible ,then you can take the tail of log and you can restore the PIT..[/quote]
But what if the log backup that you already have...
November 15, 2010 at 3:14 am
I think I confused the question. Here, the transaction log backup itself is corrupt. Is it possible to rectify the corruption in the transaction log and still use the log...
November 15, 2010 at 2:20 am
Viewing 15 posts - 766 through 780 (of 931 total)