Viewing 15 posts - 16 through 30 (of 47 total)
GSquared (2/25/2010)
UTC would be better, in my opinion, than local time.
As I understand it, the Dot Net development team now wish that that had stored all times as UTC/GMT and...
February 26, 2010 at 4:29 am
TimJL (2/26/2010)
February 26, 2010 at 4:25 am
nicolasallan (2/25/2010)
... beware of the ORDER BY gotchya. ... I believe this is a SQL Server bug..?
If it is a bug and you can create a script...
February 25, 2010 at 7:53 am
Steve Jones - Editor (2/17/2010)
I do think it's unfair that we cannot buy an older product that meets our needs.
I agree.
February 17, 2010 at 10:18 am
I tried the following:
declare @table table (id int, [name] varchar(10), gender char(1))
declare @MaleNames varchar(255)
insert into @table values (1,'John','M')
insert into @table values (2,'Sue','F')
insert into @table values (3,'Jane','F')
insert into @table values (4,'Mark','M')
insert...
February 17, 2010 at 7:52 am
An excellent question! Thank you for posting it!
February 16, 2010 at 1:50 am
>All we need is for MS to fully test and roll up the CUs into a SP on at least a yearly basis, just seems lately their attention has been...
February 14, 2010 at 11:12 pm
"TRUE or FASLE" - good question but in need of a spell check!
A simple experiment with "fasle" shows that the spell check ignores words in capitals!
February 8, 2010 at 10:43 pm
I have cited your editorial on the Service Pack availability at http://forums.asp.net/p/1515682/3625549.aspx#3625549
I note that as of writing this that 882 people have voted for Service Pack 4 for SQL Server...
January 18, 2010 at 10:43 pm
Steve Jones - Editor (12/27/2009)I'd stick with SPs. One a year seemed like too few, but I'd be happy if we could just get that one.
I also look forward to...
December 29, 2009 at 2:55 pm
Steve
May I suggest that you post your suggestion on the MS Connect site at https://connect.microsoft.com/dashboard/?wa=wsignin1.0 and post the URL of your suggestion to this thread.
Anybody with...
December 21, 2009 at 3:46 pm
>I guess, then, that you would enjoy COBOL and be tickled pink by RPG-400.
In its particular domain, RPG was (and is) a very powerful programming language. A matching records program...
November 17, 2009 at 10:47 pm
Viewing 15 posts - 16 through 30 (of 47 total)