Viewing 15 posts - 16 through 30 (of 65 total)
So, is it normal for a t-log to be over 10GB even though you are doing a t-log backup? If so, is there a way to manage the t-log...
August 22, 2011 at 12:00 pm
Grant Fritchey (8/18/2011)
EjSQLme (8/18/2011)
Grant Fritchey (8/17/2011)
August 22, 2011 at 11:32 am
Jeff Moden (8/18/2011)
August 22, 2011 at 11:13 am
Grant Fritchey (8/17/2011)
August 18, 2011 at 3:52 pm
bitbucket-25253 (8/17/2011)
You may find the reason by reading this article by Gail Shaw:http://www.sqlservercentral.com/articles/Transaction+Log/72488/
Thanks for the article; it is a nice article. I went through, but as the article indicated,...
August 18, 2011 at 3:50 pm
Perry, thank you for the instruction. I'll try that and report back the results.
April 8, 2011 at 6:19 am
george sibbald (4/7/2011)
what exactly do you want moved to the D drive? the system databases, all databases, or the binaries as well (e.g. the binn directory)
I want to move all...
April 8, 2011 at 6:12 am
I just looked at it, but not sure how? How would the file system task help me?
December 2, 2010 at 11:25 am
Thanks, that worked
select *
from table
where (location IN ('1234', '2456', '4567', '4567')
OR location LIKE '90%')
November 23, 2010 at 10:56 am
I got you... Thank you for your help!
November 23, 2010 at 7:05 am
The middle date part I mean the time in the middle on the same date. As I indicated on my example, there are about four the same dates with...
November 22, 2010 at 1:50 pm
If you do: select * from #EETime order by PersonID the last column is code, which is not part of the StartTime and EndTime.
TimeID ...
November 11, 2010 at 12:55 pm
Hey Craig this was very slick and complex (not sure what you did in the case statement)... thanks.
How would I add the codes in this query. For...
November 11, 2010 at 6:53 am
This is the DDL, but didn't know where to go after that with the below code:
CREATE TABLE #EETime
(TimeID ...
November 9, 2010 at 1:49 pm
Viewing 15 posts - 16 through 30 (of 65 total)