Viewing 15 posts - 1,126 through 1,140 (of 7,636 total)
RBarryYoung (12/24/2009)
Jeff Moden (12/24/2009)
December 24, 2009 at 8:36 pm
Jeff Moden (12/24/2009)
December 24, 2009 at 8:30 pm
Great review, Jeff and I totally agree. An excellent book by a great writer, SQL expert, supportive resource, and all-around excellent guy. 🙂
December 24, 2009 at 8:11 pm
Not familiar with this particular problem, however, my first guess would be that the FTP connection is getting "hosed" (timed-out, interrupted, disconnected, etc.) and because of the highly synchronous nature...
December 24, 2009 at 3:02 pm
SELECT [tblGL code percent cost allocation].[Load ID],
Min([tblGL code percent cost allocation].[GL Code]) ...
December 24, 2009 at 2:24 pm
Gift Peddie (12/23/2009)
RBarryYoung (12/23/2009)
December 24, 2009 at 1:43 pm
Gift Peddie (12/24/2009)
RBarryYoung (12/24/2009)
Gift Peddie (12/23/2009)
RBarryYoung (12/23/2009)
I don't suppose there's a way to implement your example in VB.net, is there? (I don't know of any...
December 24, 2009 at 1:20 pm
RBarryYoung (12/24/2009)
Jeff Moden (12/23/2009)
December 24, 2009 at 12:23 pm
Jeff Moden (12/23/2009)
December 24, 2009 at 12:04 pm
Gift Peddie (12/23/2009)
RBarryYoung (12/23/2009)
I don't suppose there's a way to implement your example in VB.net, is there? (I don't know of any way to directly...
December 24, 2009 at 12:02 pm
C# "[font="Courier New"]yield break[/font]"? Yikes!
I don't suppose there's a way to implement your example in VB.net, is there? (I don't know of any way to directly emulate [font="Courier New"]yield...
December 23, 2009 at 4:13 pm
Note you can handle UTF-8 in SQL Server, only if you have some facility (iFilter, etc.) if it is written explicitly *for* UTF-8. The normal old VARBINARY() parsing, matching,...
December 23, 2009 at 4:01 pm
sbowell (12/23/2009)
December 23, 2009 at 3:55 pm
laldopatakhaire2008 (12/23/2009)
December 23, 2009 at 3:52 pm
Viewing 15 posts - 1,126 through 1,140 (of 7,636 total)