Viewing 15 posts - 1 through 15 (of 26 total)
Thanks SC, but it was more like the type of transformations below...and excitedly enough after working through a few issues, I was able to create the SQL CLR UDF and...
October 16, 2019 at 5:37 pm
Hi Chris. If you haven't even gotten to the deployment part yet, that is even more fun (yes, that is sarcasm). You will want to look at the following...
October 16, 2019 at 12:03 am
The data is stored on a MySQL database as encrypted. The encryption is not done by MySQL, but instead an application using the C# libraries encrypts the data before it...
October 15, 2019 at 11:08 pm
Well, I just found this article which seems to make it really easy based on what I got so far. Looks like I can just modify my console app a...
October 15, 2019 at 10:15 pm
As a follow up, I installed the same version of the .NET framework on the Server that hold the DB to be masked, and it worked! To recap, I'm connected...
September 27, 2019 at 2:22 am
Thanks for the advice. I grabbed the SET output from both and put them into Notepad++ using the Compare plugin to help highlight differences and the very first thing I...
September 26, 2019 at 2:32 pm
I appreciate the feedback and will check driver settings...we just noticed that in the Trace, the Prepared version was being put into an explicit transaction, so I'm thinking SQL Server...
April 23, 2018 at 4:10 pm
Its a true Prepared Statement with only one parameter (@P0) as BigInt type...when I've asked in the past, the Developer states that
I could try putting in an STP,...
April 20, 2018 at 4:47 pm
December 13, 2017 at 2:54 pm
BTW, I got it to work by adding the Public Role within the problematic database, to the SYS schema with SELECT and View Definition all under the same database...and that...
December 13, 2017 at 2:46 pm
Thanks, but I've checked the DENY roles about 10 times now and there is no deny on anything set. I did make it a little further in troubleshooting though. After...
December 13, 2017 at 2:15 pm
Thanks Ed, you are correct. The license structure is now per core. We moved this instance from a physical 24 core box to a VM with 12 cores allocated. I...
May 2, 2017 at 9:16 pm
Hi Ed,
Thanks so much for your reply and confirmation. I started reading around Microsoft Tech Articles and found a good one regarding the new Cardinality Estimator in 2014, and...
May 2, 2017 at 6:32 pm
A key lookup is Always to...
February 22, 2017 at 1:01 pm
Update. After removing the FAST 5000 option AND implementing the date comparison recommended, the Index Scan turned into an Index Seek. I really need to take an official Performance Tuning...
February 22, 2017 at 12:43 pm
Viewing 15 posts - 1 through 15 (of 26 total)