Viewing 15 posts - 1,126 through 1,140 (of 5,111 total)
The new forums don't allow this by default. There are a few plugins. I'll file a note to look at them
Sounds goods. Thanks for all the efforts from you...
April 12, 2019 at 9:38 pm
thanks guys the fix was to pass in Updatedt=Updatedt the trigger itself was provided as required by the DBA wacky but that's the way they do things so I...
April 12, 2019 at 9:31 pm
Can you post some sample data and the results you expect please? Make sure you're posting the data as formatted text (like you should be when pasting code). You can...
April 12, 2019 at 7:48 pm
OK, well, here's the FULLY dynamic answer. This'll handle additional columns to your table, and additional dates. It's ugly, but it works. Is this a good idea, certainly not, but...
April 12, 2019 at 6:47 pm
I'm guessing you're wanting something a bit more dynamic here?
April 12, 2019 at 4:06 pm
The problem is that people are taught to do this as a crutch to insure that the previous statement is terminated by a semicolon instead of being taught to...
April 12, 2019 at 3:19 pm
Ok I have changed the code. I added a things in the original code just because I was desperate. I tried changing the code closer to the original way...
April 12, 2019 at 3:12 pm
There a few problems here, and each time I look at it I find another.
Firstly you are using the ‘’ characters, where you should be using ' for literal strings....
April 12, 2019 at 3:12 pm
This is one reason why I dislike people being taught that a CTE "starts" with a semi-colon (;), because it doesn't. ; is a statement terminator, not a statement "beginningator"...
April 12, 2019 at 2:55 pm
I assume Branch_key is some kind of numerical data type? Numerical data types don't store leading zeros. Assuming that Branch_key should have 6 characters (as you're casting to a (DT_STR,6,1252)...
April 12, 2019 at 2:36 pm
That trigger is flawed, it assumes one row will only be affected. If inserted or deleted contain more than 1 row, what do you suppose these 2 statements will do?
April 12, 2019 at 2:02 pm
yemeradil15 has made a couple of spam topics today Steve; if anyone can remove.
April 12, 2019 at 11:13 am
The simple answer is, you can't (not out of the box). What you are looking for is a Data Driven Subscription, and that is an Enterprise feature.
That's not to say,...
April 12, 2019 at 11:07 am
Viewing 15 posts - 1,126 through 1,140 (of 5,111 total)