Viewing 12 posts - 46 through 57 (of 57 total)
On my SQL 2008 server (using the Master database so no question of compatibility level) this fails with the previously mentioneed "GetBytes function" error.
use master
DECLARE @Date AS DATE=GETDATE()
SELECT @Date...
August 25, 2009 at 11:40 am
I'd like to seee the explanation expanded to explain that select convert(money,'0,.0')
would work, and that is why isNumeric is returning true (i.e. that isnumeric is ignoring the comma because...
August 7, 2009 at 11:47 am
jo.owens (4/28/2009)
I need to pull a file daily from an sftp server. Any suggestions on how to do that?
I hvaen't done so yet, but it's likely that I...
June 25, 2009 at 7:16 pm
Mark D Powell (6/11/2009)
June 11, 2009 at 1:42 pm
James Rochez (6/11/2009)
AndyK (6/11/2009)
June 11, 2009 at 9:39 am
Tao Klerks (6/8/2009)
john.arnott (6/8/2009)
Hmm... could this be why so many people post to the thread without (apparently) reading anything that has gone before? Could/should the site implement a "negative points...
June 8, 2009 at 12:06 pm
mtassin (6/5/2009)
Try this on.While BOL says that it's +2 to store it, but that refers to in memory storage as well.
-snip-
Notice datalength is the same for a variable, table variable,...
June 5, 2009 at 1:08 pm
DBA Cabuloso (6/5/2009)
DECLARE @onechar as varchar(1)
DECLARE @onechar as char(1)
not to a table.
And the space allocated to both is equal.
Pay attention...
June 5, 2009 at 12:02 pm
Jack Corbett (4/27/2009)
john.moreno (4/27/2009)
This example is based on actual SQL code written by a developer (who shall remain anonymous) who was exceptionally proud to have figured out this entire routine...
April 27, 2009 at 12:19 pm
This example is based on actual SQL code written by a developer (who shall remain anonymous) who was exceptionally proud to have figured out this entire routine on his own....
April 27, 2009 at 11:36 am
Viewing 12 posts - 46 through 57 (of 57 total)