Viewing 15 posts - 4,336 through 4,350 (of 39,736 total)
February 28, 2019 at 9:05 am
February 28, 2019 at 9:02 am
Not sure and not debugging. We'll be cutting over to a new site soon, so it doesn't matter for now
February 27, 2019 at 1:22 pm
February 27, 2019 at 8:59 am
They do have a SQL interface, and I'm not sure if this is good or bad. It might be that SQL is just a better way of querying, or at...
February 27, 2019 at 8:55 am
Completely agree. This is one area that I think we do poorly as an industry, and really, the controls for doing this better are cumbersome.
I'd really like "sa"/sysadmin...
February 27, 2019 at 8:49 am
Good luck. I haven't had issues here, but I do see the docs mentioning that setting to read/write should make clients prefer the secondary.
February 27, 2019 at 8:48 am
Apologies for this. I misplaced the testing script, but only 1 should be allowed.
Not sure what I was thinking.
February 26, 2019 at 8:55 pm
done
February 26, 2019 at 1:31 pm
The short answer is you cannot encrypt code. You can obfuscate it with the "WITH ENCRYPTION" option, but this is easily reversable, as pointed out above. SQL Compare does this...
February 26, 2019 at 9:34 am
First, don't use profiler anymore. Use Extended Events or the xEvent Profiler to watch things.
Second, do you have the primary set for read/write? This should limit the read...
February 26, 2019 at 9:15 am
I would write this more compactlyUPDATE WMWHSE1.LOTATTRIBUTE
SET LOTTABLE05 = I.LOTTABLE05
FROM WMWHSE1.ITRN I
JOIN WMWHSE1.LOTATTRIBUTE L
ON I.LOTTABLE06 = L.LOTTABLE06
February 26, 2019 at 8:52 am
Is the data in the column stored at "2019-01"?
You are going to have problems at some point trying to do range work. What I'd suggest is you create...
February 26, 2019 at 8:44 am
Ah, forgot to add it post-publication. It's in there now.
February 25, 2019 at 2:16 pm
February 25, 2019 at 1:07 pm
Viewing 15 posts - 4,336 through 4,350 (of 39,736 total)