Viewing 15 posts - 31 through 45 (of 47 total)
>Compared to that, adjusting to C# or VB syntax is not much of a issue.
Once the Framework is understood, converting from one language to another is a matter of a...
November 16, 2009 at 1:29 pm
If VB.NET has OPTION STRICT set ON, then the code produced is equally as efficient as C#!
There is are plenty of C# programmers who decry VB.NET whereas the reverse is...
November 14, 2009 at 1:30 pm
I agree that aggregate functions make little sense for IP Addresses.
This is a very important discussion for developers such as myself as originating IP addresses need to be logged...
November 3, 2009 at 6:36 am
Thankyou (Ladies and) Gentlemen
for this ongoing discussion. Recent items have shown me the need to make further comparions on what is the best way to store an...
November 2, 2009 at 4:43 am
>Now I'm going to test the retrieval of the varbinary(4) back to a string.. When I'm all done I will attach the code for all.
Have you done this?
October 29, 2009 at 7:47 am
It would be very interesting to benchmark the CLR solution v the TSQL solution.
August 25, 2009 at 2:56 pm
Both the original article and this thread have been very useful. I now need to reconsider my designs for web databases where audit logging of the apparent IP address...
August 23, 2009 at 9:50 am
>I've always liked storing IP's as binary(4) - still 4 bytes, but simpler conversions:
Under what licence (if any) are you releasing your code?
May it be included in a project relese...
August 23, 2009 at 9:04 am
Thank you. I will just document that the ALTER permission is required.
August 7, 2009 at 11:14 am
>If you're returning rows of data, just use a result set. But if you're returning a single row with only a few columns, output parameters are faster. It requires less...
July 24, 2009 at 6:50 am
Please have a look at:
http://msdn.microsoft.com/en-us/library/ms143505%28SQL.90%29.aspx
July 24, 2009 at 4:24 am
I also have this problem. I have increased the size of the decimal column C to 38, 14 - maximum size and an excessive amount of precision.
If I do a
April 18, 2007 at 4:18 am
450 GB on my new server
40 Gb on each of my laptops
200 Gb by USB connect HDD
150Gb on my Wide PC
and 2 * 200 Gb awaitiing installation into older...
January 27, 2007 at 7:28 am
The problem turned out to be that after setting up the notfication as in MSDN example at
http://msdn2.microsoft.com/en-us/library/62xk7953.aspx, I had omitted the equivalent line to
command.ExecuteReader(); // Execute...
October 23, 2006 at 5:40 am
Viewing 15 posts - 31 through 45 (of 47 total)