Viewing 9 posts - 1 through 9 (of 9 total)
Hi,
I have the same problem and I use your solution.
IT'S WORK !
Thanks for all 🙂
To resume the solution is :
- Stop the Report Server Service
- TRUNCATE TABLE...
March 4, 2015 at 4:22 am
Perfect !
Thnaks U very much ! 😀
August 6, 2014 at 6:37 am
And I want that ContactID and AdressID is only (Primary Key), as that :
C001 - AD001 - AC001 - ACCOUNT 001
C002 - AD002 - AC002 - ACCOUNT 002
C003 - AD003...
August 6, 2014 at 6:23 am
Okay, but with your solution I have a problem.
ContactID and AdressID is my Primary Kay.
So with this solution, I have this Result :
C001 - AD001 - AC001 - ACCOUNT 001
C001...
August 6, 2014 at 6:04 am
Thanks for your reply.
As that :
ALTER TRIGGER [dbo].[TI_Creation_Contact_dansSLX]
ON [dbo].[_IMPORT_FILES_CONTACTS]
AFTER INSERT
AS
BEGIN
SELECT ACCOUNTID,
ACCOUNT,
FROMInserted
BEGIN
...
August 6, 2014 at 4:20 am
Hi Eirikur Eiriksson,
Thanks for your solution but with my Reporting it's not appropriate to create a Temporary table
But Thanks 🙂
Sean Pearce, I like you !
You're soultion is good and...
July 16, 2014 at 6:06 am
Hi Eirikur,
Thanks for your reply.
But, I do not think that answers my problem because I don't master on my parameter.
This request comes of Reporting, and the parameter is a choice...
July 16, 2014 at 2:34 am
Hello,
I just want to connect my server with a SQL script to not run twenty times the same manipulation "Login, database engine, my server connect" every morning.
I would like to...
February 5, 2013 at 4:02 am
Viewing 9 posts - 1 through 9 (of 9 total)