Viewing 15 posts - 46 through 60 (of 96 total)
I just check it agian but I still get the ERRORS;
SSIS package "C:\Visual Studio Projecten\Integration Services Project1\Integration Services Project1\Incident categorie Question.dtsx" starting.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase...
December 3, 2013 at 5:38 am
Tnx alot 🙂 I just see that my column incident_ref was in my database int but it must be varchar TNXXX ALOT 🙂 for the quick anwser 🙂
December 2, 2013 at 12:54 pm
By selecting a customer I get a follwoing error (ofcourse I get this when I matching a Nvarchar with a INT value)
September 30, 2013 at 1:52 am
I just make a dataset 2 with the following Syntax;
select sectn_dept.dept_sc
from incident
join sectn_dept
on incident.sectn_dept_id = sectn_dept.sectn_dept_id
join sectn
on sectn_dept.sectn_id = sectn.sectn_id
join branch
on sectn.branch_id = branch.branch_id
where branch.stat_flag = 'n' and dept_sc LIKE...
September 30, 2013 at 1:42 am
rpt2ssrs (8/22/2013)
Take a look at Crystal Migration Services.
http://www.crystalmigration.com[/quote%5D
Why must I pay for a service if I can do it on my...
August 22, 2013 at 2:23 pm
karim.boulahfa (8/15/2013)
I use een expression for a group. Here is the syntax. ( I use this before );=iif(fields!item.stat_flag.Value = "n", "Actief", "Inactief")
But getting following error;
Found that I did not select...
August 15, 2013 at 7:08 am
HanShi (8/15/2013)
Sorry, I was too much copying...Remove the COLLATE commands from all ID fields. Only leave the COLLATE commands on the VARCHAR fields.
August 15, 2013 at 5:31 am
HanShi (8/15/2013)
CREATE VIEW v_WhatsUp_AssystAS
SELECT nDeviceID COLLATE Latin1_General_CI_AS
, nDefaultNetworkInterfaceID COLLATE Latin1_General_CI_AS
, item_id COLLATE Latin1_General_CI_AS
, item_keya COLLATE Latin1_General_CI_AS
, nDeviceGroupID COLLATE Latin1_General_CI_AS
, sGroupName COLLATE Latin1_General_CI_AS
, nDefaultNetworkInterfaceID COLLATE Latin1_General_CI_AS
, sNetworkName COLLATE Latin1_General_CI_AS
FROM WhatsUp_Assyst_replicatie.dbo.device
, WhatsUp_Assyst_replicatie.dbo.item
,...
August 15, 2013 at 5:10 am
John Mitchell-245523 (8/15/2013)
August 15, 2013 at 4:52 am
HanShi (8/15/2013)
- Like Jeff mentioned: do you really need a duplicate of all the data in the four...
August 15, 2013 at 3:51 am
Eric M Russell (8/14/2013)
create view v_WhatsUp_Assyst
as
SELECT nDeviceID, nDefaultNetworkInterfaceID FROM WhatsUp_Assyst_replicatie.dbo.device
union all
SELECT nDeviceID,...
August 15, 2013 at 1:18 am
The problem what i have is that i can use these qeurys but it overlapping when i make this qeury a job to update my table everytime..
Like when i do...
August 15, 2013 at 1:05 am
Louis Hillebrand (8/14/2013)
Use the case to get the correct character in front (or an empty string), and then add the incident_ref in 5...
August 14, 2013 at 2:06 am
Viewing 15 posts - 46 through 60 (of 96 total)