|
We use SourceSafe 6.0d and have a DB that is about 1.6GB. We haven't had any problems yet, and there is no plan to change source control programs right now, but how big can the SourceSafe database be before it becomes an issue?
Thanks
Started by WACM161 on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
The utility finds occasional fixes to perform, but actual use has been basically problem.
Developers.
|
|
I'm solving Sphere's Online Judge Prime Generator using the Sieve of Eratosthenes.
My code works for the test case provided. But.. as the problem clearly states:
The input begins with the number t of test cases in a single line (t<=10). In each of ...
Answer Snippets (Read the full thread at stackoverflow):
Here's your problem:
boolean, your numbers might....
If that is not good enough, then you need to allocate more memory
There is a BigDecimal as well, if you need decimal numbers to be large as well .
With the big numbers you are describing.
|
|
I am going to need some help from you guys on this one.
My issue is that the hole in the base of my (c22) mast, Which normally holds the pin for stepping the mast with the boom/gin pole, has sheared in a way that makes the hole unusable... Does anyone...
Started by DiverDarren on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at chryslersailors):
When I step the mast, I just put the big bolt through the bracket and mast with a washer, install apart so the lifting is in a big....
My mast step is a big stainless U.
Sorry for your troubles Darren.
Like your avatar pic! cool job.
|
Ask your Facebook Friends
|
Hello.
I have to parse csv (txt extension) file. It is delimited with ',' and has all values in "".
First problem. If file has name like this firstpart.secondpart.txt executing the reader throws exception saying that Microsoft Jet engine couldn't find...
Started by 3P on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This may help: http://stackoverflow.com/questions/2248604/speed-up-insert-mdb/2248978#2248978.
It is fast/efficient and easy to use.
I found the JET CSV reading functionality difficult to use, and now use this open source CSV reader instead .
|
|
I thought that I'll be clever and use subquery to get my report in one go. But after running into problems and reading documentation I saw that my approach does not work in MySQL. My inner query returns ~100 records and outer query scans 20000 records...
Started by Riho on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Try using an INNER JOIN (something like this):
SELECT p1.surname ,p1.name,p1.id,r1.start_date,r1.end_date,c1.short_name FROM ejl_players p1 INNER JOIN ( SELECT p.id FROM ejl_players p LEFT JOIN ejl_registration r ON (r.player_id = p.id) LEFT JOIN ejl_... .
|
|
Hi,
Here is my code, which creates 2d array filled with zeros, array dimensions are (795,6942):
function zeros($rowCount, $colCount){ $matrix = array(); for ($rowIndx=0; $rowIndx<$rowCount; $rowIndx++){ $matrix[] = array(); for($colIndx=0; $colIndx...
Started by spacemonkey on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Is great when it comes to developping web-sites, but is not suited to every kind of problem).
|
|
Hi, i am an amateur website developer and am not that informed on the differences in site rendering by the various browsers. I use firefox to develop and I guess I shouldn't be.
http://womenssoccerclub.com/pages/twocolumn_2.php?t=April%20-%20May%20200...
Started by Ian McCullough on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Josh
I think you should definitely check your ....
Solution is to paste your text into notepad first which will clear the formatting .
Have you pasted some content from word - if you have that will bring along all the funny formatting that you are seeing .
|
|
Is it a big problem? I'm affraid the string breaks there
Started by Macedo on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at tennis-warehouse):
It's not a big deal at that location none of my customers have a string ....
Is that a misweave I see there? Maybe it's just the camera angle .
Thought it looked sloppy, but never had a problem.
I used to worry about it, too.
Pro Staff.
|
|
And you think you've got BIG HGF problems ~ how about this?
0-330 mph in a few seconds then ... :(
Only in Amurika! ...:rofl:
Started by MGJohn on
, 19 posts
by 9 people.
Answer Snippets (Read the full thread at mg-rover):
:)
8000hp apparently....
Threw part of his shattered car down in disgust...
Wow thats some explosion! I liked the cool way the driver emerged terminator style from the fireball remnants of his car no doubt well cheesed off as he was in front when it happened .
|
|
I'm interested in what constitutes a big team and what ratio of developers, Architects, Testers, Managers etc.
Does anyone have any figures for team sizes on well known projects like windows or SQL Server for instance?
Started by Dog Ears on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Self-interests, and the large number may not cause a problem, but, that having those types of people be as big as necessary for the project at hand, when I read "big" I get the impression you are looking for "how much is too big....
|