Viewing 15 posts - 8,566 through 8,580 (of 13,882 total)
Those additional spaces seem to have been collapsed/removed somehow.
Are you questioning the results of the following?
if 'Diane Watson' = 'Diane Watson'
select 'Matched'
else
select 'No...
March 25, 2015 at 9:18 am
LightVader (3/25/2015)
And the ones that would only do so because I wrote the comments first to document the process and then wrote code that implemented the process.
That's pretty much...
March 25, 2015 at 8:12 am
Actual rows and Est rows are very different. Are your statistics up to date?
March 24, 2015 at 4:33 am
We really need to see the DDL for the table and its indexes.
Also, can you explain what you mean by this:
..which results on half the table for first part of...
March 24, 2015 at 3:50 am
Perhaps you can run some SQL after the transfer to set the job statuses?
March 24, 2015 at 3:43 am
Vertigo44 (3/23/2015)
March 23, 2015 at 12:57 pm
Snargables (3/23/2015)
March 23, 2015 at 9:37 am
Snargables (3/23/2015)
it's not actuallt converting anything when it anything over e-5. or under however u want to look at it.
Try these
select cast( '1.550e-6' as float) * 100000
select '1.550e-6' *...
March 23, 2015 at 8:22 am
Snargables (3/23/2015)
it's not actuallt converting anything when it anything over e-5. or under however u want to look at it.
It is converting from varchar to float.
March 23, 2015 at 8:20 am
I'm not sure why it is displayed in exponential notation, but it is still a float and appears to have the right value.
If you use decimal instead, I think that...
March 23, 2015 at 8:19 am
Snargables (3/23/2015)
select cast( '1.550e-6' as float)
?????????
returns 1.55E-06
????????
select cast( '1.550e-5'...
March 23, 2015 at 8:10 am
Eric M Russell (3/23/2015)
abhas (3/23/2015)
DATE_MODIFIED column is there.
If DATE_MODIFIED is populated when the row is initially inserted, and it's updated consistently by the application, and it's indexed, then that's...
March 23, 2015 at 7:57 am
Lowell (3/23/2015)
Phil Parkin (3/23/2015)
Is there a 'DateCreated' column in your source data?
or is there an incremental primary key in the Oracle source that you can just select fromOracle where the...
March 23, 2015 at 7:15 am
If you type
Me.Connections.
does Intellisense give you any options at all?
March 23, 2015 at 6:38 am
Viewing 15 posts - 8,566 through 8,580 (of 13,882 total)