Viewing 15 posts - 50,026 through 50,040 (of 59,078 total)
I don't know, Steve... Good peoplem like yourself, keep saying that good enough is enough. That refactoring code should be carefully considered. That you need to get things...
June 14, 2008 at 5:16 pm
Marios Philippopoulos (6/14/2008)
- string manipulation, regular expressions etc. (performance)
- OS-level operations, previously possible only using xp_cmdshell (more granular security, ...
June 14, 2008 at 9:57 am
Aw crud... I was testing Kevin Boles code from his response above, and I found an error in my own code... I'd left a SELECT TOP in some of the...
June 14, 2008 at 9:46 am
Thanks for the feedback... glad you found a work around.
June 13, 2008 at 10:57 pm
If you notice, there's a (6) footnote marker... The style with the "Z" is valid only when converting from VARCHAR to DATETIME... not when converting DATETIME to VARCHAR. Dunno...
June 13, 2008 at 10:54 pm
Like RockMoose did... no cursor... no loop... no RBAR from UDF usage. Slightly different take though... for ,, I return a Null... for , , I return a blank.
Borrowing...
June 13, 2008 at 10:41 pm
Tech_Newbie (6/13/2008)
If...
June 13, 2008 at 9:40 pm
Correct... the DATETIME datatype has a resolution of 3.3 milliseconds.
June 13, 2008 at 9:31 pm
I'd sure be willing to try if you'd post your distance function, the CREATE TABLE statements for the two tables, and attach the data for all 25 stores and a...
June 13, 2008 at 9:25 pm
sharma (6/13/2008)
I had created a .fmt file
It shows error as invalid column number.
How...
June 13, 2008 at 9:02 pm
It might be a little bit slower than a whole bunch of math, but it sure is simple thanks to STR...
DECLARE @FloatDateTime FLOAT
SET @FloatDateTime = 20080613023001...
June 13, 2008 at 8:53 pm
I wouldn't worry about how long it takes to create the initial space. The important part is that you create as large a piece as you think you'll need...
June 13, 2008 at 8:25 pm
It's one of the most frequently asked questions, ever... 😉
June 13, 2008 at 8:18 pm
Viewing 15 posts - 50,026 through 50,040 (of 59,078 total)