Viewing 15 posts - 2,296 through 2,310 (of 3,668 total)
At the end of the day if the app fulfills the business need then it is mission accomplished whether it was written in VB3, 4, 5, 6 or JFDI.NET.
Yes migrating...
September 6, 2006 at 6:22 am
I fully understand your point but from my limited experience with .NET the stories of M$ investing more in .NET than NASA did in the moon shot are entirely believable.
It...
September 5, 2006 at 3:32 pm
Basically, it is a memory hog. If you have less than 1GB forget it.
Also, in the Tools/Options make sure that under the General tab you select "Open Empty Environment"...
September 5, 2006 at 2:24 pm
The big thing with .NET is the framework of 7,000+ functions.
There are a lot of things that .NET does with very little effort that required an good knowledge of the...
September 5, 2006 at 12:26 pm
I 2nd the "work in small teams" part.
It also helps gain a bigger picture of the project so you don't go down a blind alley.
When I develop I...
September 4, 2006 at 3:10 am
The way I would approach this would be to have a user defined table function that splits out your country string and returns a table.
Your query would then become
SELECT *...
August 30, 2006 at 4:04 am
The RedGate software site has an article by "Phil Factor" lamenting the fact that you have to leave your techy past behind you to get into the higher echelons of...
August 29, 2006 at 8:11 am
numeric fields can hold values to 2*10^+-38 where as integers are 2*10^+-31 so if you need more than 4 billion values then numeric fields offer a solution.
Storage size for Numerics...
August 29, 2006 at 7:52 am
As a DBA my main concern is with apps developers who code things up with the assumption that they will have access to the SA password or similarly excessive access...
August 28, 2006 at 4:33 pm
If stress makes you crack then you are damaged for life.
You can x-ray broken bones, examine stitches and wounds, but there is no empirical measure for a broken mind.
It...
August 28, 2006 at 10:41 am
My apologies for "Simplicity Stake". Guess who wrote the article late at night on using a cheap keyboard?
August 28, 2006 at 5:28 am
Back in the days of SQL 6.5 Enterprise Manager was known as Enterprise Mangler.
Personally I prefer to use T-SQL Scripts because I can save them and re-use them without...
August 18, 2006 at 3:49 pm
SELECT DISTINCT will produce 1 record for every occurrence of the items in the SELECT list.
In the first example if you have two shared ID values then only one will...
August 18, 2006 at 3:43 pm
Apart from VB and SQL are there any other current computer languages that are not case sensitive by default?
August 18, 2006 at 3:41 pm
So you are trying to extract the date from a filename and use that as the sorting key.
Where a date cannot be found you are just going to sort by...
August 17, 2006 at 4:03 am
Viewing 15 posts - 2,296 through 2,310 (of 3,668 total)