Viewing 15 posts - 871 through 885 (of 1,127 total)
i ran DTA against the query and it did create a non-clustered index with "INCLUDE" on all columns. What does this mean?
September 6, 2010 at 10:09 am
steve-893342 (9/2/2010)
select @SQLString ='select ''' + @db_name + ''' as databse,type_desc,create_date,modify_date from [' + @db_name + '].sys.procedures
where create_date > @create_date
order...
September 6, 2010 at 12:18 am
yup i figured that out by few tests..thanks
September 5, 2010 at 8:59 pm
Jeffrey Williams-493691 (9/4/2010)
September 5, 2010 at 8:58 pm
Jeffrey Williams-493691 (9/4/2010)
September 5, 2010 at 8:52 pm
thanks a Ton. Steve that is what exactly happened, we didn't knew that snapshots were happening which broke our differential backups. Thanks
September 5, 2010 at 8:51 pm
Ok. But the snapshot backup is just 5 mb. If you look at the order which i have mentioned in the first post based on that how can i restore....
September 4, 2010 at 1:21 pm
thanks Steve and Jeff. It makes sense now. I looked at many different microsoft articel but i couldn't find the exact syntax to take a snapshot backup. Do you know...
September 3, 2010 at 8:03 pm
ok,..seems like i didn't phrase the question right. There is full backup taken on every sunday and daily differential backups and log backups every two hours. Now my question is...
September 3, 2010 at 9:50 am
there is no error, what values should we compare to see if the backups are in order or not. For obvious reasons i cant post the results. thanks
September 1, 2010 at 11:56 pm
Nevyn (9/1/2010)
declare @db_name nvarchar(max),@SQLString nvarchar(max)
declare @create_date datetime
set @db_name='TestDB'
set @create_date = '2009-08-20'
--select @SQLString ='select @db_name'
--exec (@SQLString)
select @db_name
select @SQLString ='select ' + @db_name + ' as databse,type_desc,create_date,modify_date from [' + @db_name +...
September 1, 2010 at 4:03 pm
Update, sorry was looking at the wrong directory. I do see the log files but i do not see an entry for when the server was stopped.
August 31, 2010 at 10:14 am
This is generic error in SSAS 2005 saying evaluation has expired. This is fixed in SSAS 2008.
August 31, 2010 at 9:33 am
thanks everyone. This was for a dev environment, but i was just trying get thoughts from other DBA's about VM.
August 31, 2010 at 8:16 am
Viewing 15 posts - 871 through 885 (of 1,127 total)