Viewing 15 posts - 151 through 165 (of 223 total)
Frank,
Wait till your kids are old enough and they will even teach you how to use it - mine taught me!!
It is real...
February 24, 2005 at 6:50 am
Let's retry that last one so it actually helps:
SELECT RecordType, CASE WHEN RecordType = 20 THEN (Quantity_Ord * -1)
ELSE Quantity_Ord END AS Quantity_Ordered
FROM...
February 23, 2005 at 8:30 am
Lana,
Try this approach:
SELECT (FieldName * -1) FROM TableName
February 23, 2005 at 8:24 am
You could alos try:
SELECT Table_Name, Column_Name, Data_Type ,Collation_Name
FROM information_schema.COLUMNS
WHERE Collation_Name IS NOT NULL
February 23, 2005 at 8:08 am
Jay,
I could see the firearm industry being next! I have never understood how it can be considered the sellers responsibility to make sure the buyer doesn't use their product for...
February 23, 2005 at 7:37 am
I stand corrected,
The article I was referring to was for SPIM not SPAM!
http://news.com.com/U.S.+makes+first+arrest+for+spim/2100-7355_3-5584574.html
February 23, 2005 at 7:31 am
Frank,
As a matter of fact it was either the end of last week or the beginning of this week that they arrested a man for spamming IM of all things....
February 23, 2005 at 6:11 am
And fresh from the Chicago Tribune!!
More than 5,000 Illinois residents are at risk after their personal data was compromised in a massive fraud.
February 22, 2005 at 7:53 pm
Sounds like it's time for the RFID factor to start kicking in!! Stick the Mac Address of the chip in as the Unique Identifier and have at it! (Course -...
February 22, 2005 at 5:31 pm
Ross,
Try this:
Set oCn = DTSGlobalVariables.Parent.Connections("MyUDLTest")
oCn.UDLPath = fully qualified path & "MyUDL.udl"
February 22, 2005 at 1:11 pm
Chris,
I am not that familiar with Domino/Lotus Notes but could this be a permission issue?
February 22, 2005 at 12:28 pm
Don't know of a way to send the PRINT results to a client - without assigning it to another variable at least.
February 21, 2005 at 7:43 pm
Could be a permission issue (easiest to check at least)
February 21, 2005 at 7:34 pm
February 21, 2005 at 7:32 pm
Viewing 15 posts - 151 through 165 (of 223 total)