Viewing 10 posts - 1 through 10 (of 10 total)
Thank you very much for your help!
You've just helped me understand a little bit more on SQL srv.
[]
--
Bruno
May 24, 2005 at 11:01 am
THX for the link!
I had already checked it out....
I was just looking for an article with stuff to watch out for!
THX anyway again!
May 23, 2005 at 7:23 pm
THX!
Has I suspected I've just stumbled on yet another error on the execution of the DTS.
Here's the problem:
Insert error: Column name or number of supplied values does not match table...
May 20, 2005 at 12:21 pm
THX for your help!
I've just seen your post, and it was exactly what I did prior to viewing your post!
The object reference on the view was "conso.conso.clients", and I changed...
May 20, 2005 at 11:04 am
I'm specifying the owner of the obbjects, still...it pops up the same error!
May 20, 2005 at 9:34 am
Are you saying I should classify all views and tables with the specific owners?
Should this be done with the syntax:
"owner.object"
btw, should the correct syntax be:
"db.owner.object"
on all objects?
--
THX!
May 20, 2005 at 9:12 am
This is the SQL Statement the task on the DTS executes:
execute dm_conso.load_tmp_clients_affaires
This is the error that pops up:
Could not use view or function 'v_client_affaire' because of binding errors.
Invalid object name...
May 20, 2005 at 8:39 am
The problem was exactly that, the owner wasn't specified.
I fixed that, but now I'm having yet another problem, which is described on a new topic: 'DTS exec error!'
If you could...
May 20, 2005 at 8:27 am
THX!
That's what I did and it worked, now I've got another problem:
One of the tasks on my DTS is execute a stored procedure, and when I execute it an error...
May 20, 2005 at 3:48 am
Thx for the reply!
The first task on my DTS is as follows:
truncate table dm_conso.dim_base_natural
truncate table dm_conso.dim_campanha
truncate table dm_conso.dim_caracteristicas_cabelo
truncate table dm_conso.dim_codigo_postal
truncate table dm_conso.dim_escalao_idade
truncate table dm_conso.dim_fonte_contacto
truncate table dm_conso.dim_local_compra
truncate table dm_conso.dim_modo_contacto
truncate table dm_conso.dim_motivo_contacto
truncate...
May 17, 2005 at 6:39 am
Viewing 10 posts - 1 through 10 (of 10 total)