Viewing 15 posts - 16 through 30 (of 122 total)
OK, to more clearly show what I'm seeing I wrote the following code. I just find it odd that in the first example you can see that the table already...
October 24, 2017 at 5:21 am
Actually, I don't need the global temp tables because I want them to be specific to a connection/session. I just found it odd that there was no error thrown when...
October 23, 2017 at 11:07 am
thanks, I understand that. I'm asking if server 1 can contain 2 separate certificates. The original one for server 1 as well as the server 2 certificate. ...
April 4, 2016 at 9:05 am
Interesting read. I may be experiencing heavy blocking and misspoke by saying deadlock. Basically I have a fairly high transaction system where I'm also running a heavy reporting...
March 31, 2016 at 4:59 am
I'll look into those other options. I'm trying to avoid some deadlock errors in a heavy-reporting process.
Thanks, as always, for the help
ST
March 31, 2016 at 4:26 am
I was surprised at the difference with only one entry but it was significant enough to investigate. The procedure/query will always use between 1 and 200 values so we've...
March 30, 2016 at 8:10 am
Please try the following. I haven't tried it but I've used a similar approach in other queries.
Select Items, Qty From Table1
Where
QTY >
-- This can be simplified...
March 9, 2016 at 8:51 am
Thanks for the responses. I always appreciate the expertise.
ST
March 3, 2016 at 8:25 am
Yes, the index supports the query. Unfortunately the example is too far in the weeds to send an execution plan. It's just a curiosity.
On a related note, what...
March 3, 2016 at 8:17 am
Thank you!
ST
January 21, 2016 at 6:39 am
Thanks for the responses.
In our organization we are required to change passwords every N days. I'm not finding clear guidance on this. Should I generate a new certificate...
January 21, 2016 at 5:43 am
Thanks, Gail. Final question. There are plans for both servers to use TDE. Once this is done, I'll need to restore a backup from server A to...
January 20, 2016 at 9:49 am
Can you suggest a different view? I'm monitoring the activity on the server to see how many connections there are and the state. I'm tracking down a connection...
November 24, 2015 at 8:35 am
Viewing 15 posts - 16 through 30 (of 122 total)