Viewing 15 posts - 4,606 through 4,620 (of 13,871 total)
This sort of thing:
March 13, 2018 at 5:46 am
March 13, 2018 at 5:40 am
I've just checked a few of my packages and noticed that I generally issue parameterised calls to stored procs, rather than parameterised DML. So I cannot confirm right now that...
March 13, 2018 at 5:31 am
March 13, 2018 at 5:26 am
Apart from splitting it into two queries, I can't see any way of simplifying what you have written:
DECLARE @max_rmp_vkey INT = (
SELECT MAX(rmp_vkey)
March 13, 2018 at 5:19 am
March 13, 2018 at 5:15 am
March 12, 2018 at 2:23 pm
jaryszek - Monday, March 12, 2018 5:44 AMHi,what is faster?
Best,
Jacek
It takes longer and is more intrusive to create a calculated column...
March 12, 2018 at 6:13 am
Have you tried building the SQL in an expression and using that as your data source (ie, no parameters)?
You might have more success if you explicitly name your columns...
March 8, 2018 at 4:32 am
March 7, 2018 at 1:41 pm
March 7, 2018 at 1:35 pm
March 7, 2018 at 1:12 pm
March 7, 2018 at 12:32 pm
March 7, 2018 at 10:45 am
March 7, 2018 at 9:12 am
Viewing 15 posts - 4,606 through 4,620 (of 13,871 total)