Viewing 12 posts - 16 through 27 (of 27 total)
the (+) operator in an Oracle join condition should be translated into an outer join
January 30, 2012 at 1:16 pm
line 455 is missing:
$results5 |convertto-html -Title
it should read:
$results5 |convertto-html -Title "Backup Status" -Head $a -Body "<H2> ERRORSoutLIST </H2>" | out-file $workingdir\errors.html
December 19, 2011 at 2:53 pm
glad you mentioned Relational, Inc. Otherwise one would get the impression that M$ invented everything that is in the current Sql standard. Especially now that Sql Server 2008...
October 21, 2011 at 7:54 am
can you try the same query on the db server machine? If it not slow there , then it is not the database 🙂
March 25, 2011 at 9:56 am
Joe,
I just don't see how to do the duplication with a value that varies by row.
February 18, 2011 at 1:33 pm
chris,
my calendar shows april 15 2011 as the 3rd friday of the month, as april fools day is the 1st
February 18, 2011 at 1:14 pm
Hi Andy,
Any chance that you can move your articles out of the future and into the present? The first article has a posting date of 2011/03/30 and...
February 17, 2011 at 11:15 am
Q from another noobie,
is there a way to escape the '<' and '>' so that it doesn't get converted to > and <?
I am using FOR XML PATH to...
November 22, 2010 at 9:30 am
If by career you mean moving up in the management ranks at a single company, that went out with the depression-era generation. If by career you mean continuous learning...
August 20, 2010 at 7:18 am
It depends....
If you are looping thru an OLTP system, then there is locking overhead with a cursor that you want to avoid.
If you are looping thru a reporting system that...
June 22, 2010 at 12:39 pm
dead nuts on! gui tools are great only if you understand where the data is coming from and the limitations of the data. I know many developers who...
September 15, 2009 at 9:20 am
Viewing 12 posts - 16 through 27 (of 27 total)