Viewing 15 posts - 1 through 15 (of 77 total)
Ran DBCC SHRINKFILE (1, TRUNCATEONLY);
with not much success. I am trying to shrink this d/b because I am taking backup of it and restoring it to another server daily.
July 21, 2015 at 4:18 pm
Thanks for your reply.
You're saying:
Question you should ask yourself is 380GB a problem? Properly maintained it's quite possible your DB will never grow anywhere near that size and...
July 21, 2015 at 3:11 pm
Since I asked a question, I just couldn't find a native to sql server solution that would work and will be easy to implement.
My data (json) is coming from...
June 4, 2015 at 10:39 am
Thanks Jeff,
2008 server (A) runs under "local system" account
2012 server (B) runs under "qa" account
Do I need to add "local system" to the "administrator" group on server B?
Thanks,
June 2, 2015 at 12:05 pm
Thanks for reply, but I wanted the result to state:
A 9.5
B 4.5
C 2.5
as I think it is 90th percentile for each DEPT
March 25, 2015 at 11:33 am
Thanks for reply. I just found this same article.
Problem is: I am going to have millions of records in json format and wonder if it would work because of what...
November 5, 2014 at 3:54 pm
Thanks for reply. How can I check that?
--drop table ep
create table ep (text varchar(100))
insert into ep values (
'german
shepherd
dog'
)
select ?????
update:
I see it now. I redirected output to text and see that...
October 14, 2014 at 4:52 pm
Thanks Greg. I am not familiar with SSIS ... yet. Will have to look into it.
September 17, 2014 at 10:43 am
At this point, I simply look at the job history to determine the max time it ever ran for.
Not ideal, but it works.
July 17, 2014 at 11:48 am
Thanks for reply, but each job has different "normal" execution time, so a proposed query won't work.
July 15, 2014 at 2:34 pm
Viewing 15 posts - 1 through 15 (of 77 total)