Viewing 15 posts - 7,981 through 7,995 (of 13,882 total)
OK, I understand. But will there be the same number of columns for every customer, or will the number of columns vary depending on the number of products for each...
October 28, 2015 at 10:48 am
celine.godines (10/28/2015)
CustomerProductName ValueChargesNewCharges
13AZ 40005056
13BY 30023
13BX 50003536
13BW 16001312
13BV 107009392
13BU 7000109110
And would like to...
October 28, 2015 at 10:26 am
revanappa.shivanagi (10/28/2015)
In my SSIS package , I have changed one of table column name from upper case to lower case for Ex."EMPLOYEEID" to "employeeid".
After changing case i am facing an...
October 28, 2015 at 7:46 am
Thanks Steve, I didn't know about this. Very useful.
October 28, 2015 at 4:43 am
shkoli (10/27/2015)
[ManagementId] [int] NOT NULL,
[FTAManagementNo] [varchar](35) NULL
)
CREATE TABLE [dbo].[MgmtCountries](
[MgmtCountryId] [int] not null,
[CountryId] [int] null,
[ManagementId] [int] null ,
[FTAManagementNo] [varchar](35) NULL
)
i want to get only those ManangementId which is available...
October 28, 2015 at 1:14 am
Have a read here and see whether that helps you at all.
October 27, 2015 at 9:48 am
Even negatives can be coded in a positive way, to help avoid possible double-negative mistakes.
Rather than 'IsInactive', I'd use 'IsDead' or similar.
October 27, 2015 at 6:16 am
I also recommend SQL Compare, though if your databases are developed using VS DB projects, there is a Schema Compare tool built in.
October 27, 2015 at 6:11 am
Check the mappings on your OLEDB destination.
Each of the derived columns should map to its target column.
October 26, 2015 at 4:59 am
Your fact key columns should always have matching entries in their associated dim tables, even if that entry is -1 (unknown, N/A, or whatever default you choose).
Once you have this...
October 26, 2015 at 4:28 am
sqlbaby2 (10/26/2015)
I've data as below
account period01 period02 period03 period04
1111 null ...
October 26, 2015 at 3:29 am
It's a warning, not an error. If you're happy with the suggested alternative, just go ahead.
October 25, 2015 at 12:15 pm
Why use DATEPART(), when you can use YEAR() for this?
October 24, 2015 at 9:56 am
Change it to don't save sensitive and redeploy
October 24, 2015 at 3:03 am
david.dilworth (10/23/2015)
October 23, 2015 at 6:24 am
Viewing 15 posts - 7,981 through 7,995 (of 13,882 total)