Viewing 15 posts - 8,386 through 8,400 (of 39,771 total)
MarkWilliamSanders (3/15/2016)
What happens if I use a masked field as part of an equation like MyInt * 10?
More testing and pieces coming, but the short answer is the computed column...
March 15, 2016 at 9:47 am
Find the places where the table is being updated. Those are likely vectors for SQL injection.
March 15, 2016 at 9:41 am
Perhaps this will help?
Public Shared Function StringToByteArray(ByVal hex As String) As Byte()
Dim NumberChars As Integer = hex.Length
Dim bytes(NumberChars / 2) As...
March 15, 2016 at 9:38 am
I did an RC0 upgrade. Glad I let it run in the background. It was rather slow.
March 11, 2016 at 1:49 pm
Jeff Moden (3/11/2016)
March 11, 2016 at 1:48 pm
I tend to agree with g.britton. Python would have been a better choices, IMHO, for lots of the admin stuff. If they'd hooked this into the .NET namespaces and objects,...
March 11, 2016 at 1:47 pm
Great other solutions.
It would be good to showcase a comparison of different methods at scale. I'll try to do one, using Jeff's test data piece to scale up test data...
March 11, 2016 at 1:45 pm
Your tests shouldn't be processing that much data. Use test data that represents what you want to test, which should be a few documents.
This isn't really built for scale/performance testing.
March 11, 2016 at 1:44 pm
Have you checked target server memory?
March 11, 2016 at 7:47 am
Glad it's working, but you should make sure the DAC works.
If you use SSMS and the ADMIN: trick, you likely need to be on the console of a node. Not...
March 10, 2016 at 4:35 pm
I've used SSMS 2012 to connect. Just need to not allow the OE to connect and put ADMIN in the query connection dialog.
March 10, 2016 at 10:21 am
Glad it's working.
March 10, 2016 at 9:50 am
However, I'm not sure we'll ever get rid of "notes" fields.
March 10, 2016 at 9:42 am
Gary Varga (3/9/2016)
Iwas Bornready (3/8/2016)
I always wanted to be a rocket scientist. It never worked out.Career never took off??? ;-P
*groan*
March 10, 2016 at 9:19 am
Data Driven, announcing SQL 2016, going on now: https://www.microsoft.com/en-us/server-cloud/data-driven.aspx
March 10, 2016 at 9:18 am
Viewing 15 posts - 8,386 through 8,400 (of 39,771 total)