Viewing 15 posts - 16 through 30 (of 34 total)
Yes, that'll do it. Thanks!
October 5, 2010 at 10:14 am
That could work. How do I do the "associate the company name with it" bit?
September 25, 2010 at 5:54 am
This is an interesting method. But the problem is that on the first page, the "report header" items appear BELOW the "page header" items.
September 24, 2010 at 2:21 am
One the user has selected a client, the @Client parameter is populated with the value of ClientID from the query. I can then use the @Client parameter variable in the...
September 24, 2010 at 12:29 am
Thanks again for your reply and input, I appreciate it. Sorry if it comes across as harsh, but I have some contrary ideas to your suggestions. Ultimately, though, this is...
September 14, 2010 at 2:56 pm
Thanks for your input.
"it seems to me that the only error that could be raised that would crash the trigger would be the renaming of the table the trigger uses,...
September 14, 2010 at 2:11 pm
Thanks for the suggestion. I tried using a TRY..CATCH block it but it did not change the behaviour: the event that caused the trigger to fire is also rolled back....
September 14, 2010 at 12:47 pm
I should be moere specific.
I know how to drop a database, but what I am after is how to remove everything that was set up when you run through the...
August 12, 2010 at 9:13 am
No? I used to get the "Invalid object name" error at compile-time several months ago. But something has changed and now I don't.
May 21, 2010 at 5:28 am
The reason for using a CLR trigger is make the auditing generic. The generic CLR trigger inserts any changed fields into one standard auditing table. Also, by calling the generic...
March 26, 2010 at 2:56 am
Thanks for the suggestion. I tried it, but SSIS gives me the error:
Parameter Information cannot be derived from SQL statements with sub-select queries. Set parameter information before preparing command.
March 25, 2010 at 4:47 am
I cannot try that because each table has an ID field, and I need to refer to the ID field in the DELETE query.
This is very frustrating - it is...
March 25, 2010 at 2:37 am
Hi, thanks for the suggestion. I tried it, but it also given an error, a different one. This one is:
The multi-part identifier "HouseFacilityGroup.HouseId" could not be bound.
Again, the revised DELETE...
March 24, 2010 at 4:12 pm
This is an OLE DB Command transformation within a Data Flow task.
March 24, 2010 at 3:06 pm
You're right, the data gets clobbered.
What I meant to say was that I want to perform a check without clobbering the data.
March 10, 2010 at 4:36 am
Viewing 15 posts - 16 through 30 (of 34 total)