Viewing 15 posts - 2,956 through 2,970 (of 4,820 total)
Briceston (12/30/2016)
I have two tables that I'm trying to reconcile the dollar amounts. However, I'm encountering some issues when the data does not align perfectly based on the fields...
January 2, 2017 at 1:36 pm
Alan.B (1/2/2017)
I have seen the REPLACE performance issue and agree 100%.
Why any splitter? You can just use CHARINDEX/SUBSTRING (note my earlier example) which will beat the pants off any...
January 2, 2017 at 1:17 pm
farooq.hbs (12/26/2016)
Need a help on one SSIS package.
Wanted to move master and child two tables data from source to destination by coping the new Identity column value from master...
January 2, 2017 at 1:01 pm
mightycaptain (1/1/2017)
id can be repeated. The date for the same...
January 2, 2017 at 10:01 am
Robert Frasca (1/2/2017)
January 2, 2017 at 8:38 am
Robert Frasca (12/22/2016)
This is the connection string: Data Source=localhost;Initial Catalog=RESDataMart;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;
It's a perfectly valid connection string...
January 2, 2017 at 8:12 am
Jeff Moden (12/28/2016)
January 2, 2017 at 7:15 am
v.razaghzadeh (12/22/2016)
I have made changed the records and below are sample results from each tables in my script:
Sale_Basket:
223066019201610202722123456781062.95
223066020201610202120234567891041.95
22306602420161020D15311223521101000.95
22306602520161020D1521234567810480.95
2230660262016102028125246514710130.95
2230660272016102022271247898710271
2230660352016102028121234567810270.5
22306603720161020D1231451234610152.95
22306603920161020D124164532151087.95
22306604320161020D125138521451080.95
Rewards_SpendActivity:
2230660246666666
2230660272345678
2230660371111111
1555487988888888
999999996666666
888888881111111
777777779999999
666666663827370
2230660393827370
2230660435555555
map_SiteBusinessManager
2120Mens GF
D125Mens LG
D152Womens
D125Womens
D124Sport
D123mens GF
D125mens LG
D126mens LG
2190Sports
2215Menswear GF
Sale_Line
223066037186667668D1251232016102012900
155548798191555490D1231452016102010900
9999999919156109822151652016102019.9500
88888888191561099D4471462016102014.9500
777777771915611722190123201610202000
10078922719156117321901452016102054.500
777777771915660572120167201610202.9100
1007911191915660582215168201610203.900
100791119191566059D123196201610201.200
1007911191915660602215196201610202.200
dim_Site
Site_CodeChannel_Code
2212 ...
December 22, 2016 at 7:17 pm
DK13 (12/22/2016)
December 22, 2016 at 4:46 pm
pgoldy (12/21/2016)
December 21, 2016 at 3:26 pm
Sonny Childs (12/21/2016)
DECLARE @sql VARCHAR(max)
DECLARE @DateStart DATETIME
DECLARE @DateEnd DATETIME
SELECT @DateStart = MIN(SysStartTime)
,@DateEnd = GETDATE()
FROM SchemaName.TableName
SELECT...
December 21, 2016 at 3:15 pm
TheSQLGuru (12/21/2016)
sgmunson (12/21/2016)
whenriksen (12/21/2016)
CELKO (12/19/2016)
The best teachers I ever had were the ones that humiliated me when I was blindly stupid and could not get the basic concepts.
Here you just...
December 21, 2016 at 3:03 pm
frederico_fonseca (12/20/2016)
David, as per the link I added (from the manuals) there are indeed ways to do it - JDBC from what i...
December 21, 2016 at 11:06 am
kchaplin (12/21/2016)
December 21, 2016 at 8:30 am
v.razaghzadeh (12/20/2016)
thanks for the reply. Can oyu please advise if you would like me to send you a line of result for ech table is this what you...
December 21, 2016 at 8:17 am
Viewing 15 posts - 2,956 through 2,970 (of 4,820 total)