Viewing 15 posts - 11,056 through 11,070 (of 39,793 total)
govindarajan69 (4/21/2014)
Our company procured MS SQL Server 2008 R2 with 5 CAL. I installed MS SQL Server 2008 R2. How to ensure that only 5 CALs are...
April 21, 2014 at 9:35 am
I don't think this is the case. Public should have very few rights, and I'd be surprised at this. Public has few rights, and I wouldn't expect this to be...
April 21, 2014 at 9:29 am
I tend to agree with jasona.work here. You may or may not mask or relieve some tempdb issues with a second instance. There isn't a hard and set rule...
April 21, 2014 at 9:20 am
CDC is an enterprise only feature as well. That can be an issue.
The CDC stuff can get complex and be cumbersome to deal with, especially with DR environments. Make sure...
April 21, 2014 at 9:12 am
You can use the UPPER() or LOWER() functions to force case for a comparison.
April 21, 2014 at 9:08 am
A few things here. You say log drive, but I think you mean log files. Is that correct? The drive is the letter/path designation your Windows host sees. Like c:,...
April 21, 2014 at 9:08 am
nlion84DBA (4/21/2014)
April 21, 2014 at 8:54 am
Eric M Russell (4/21/2014)
April 21, 2014 at 8:52 am
Doctor Who 2 (4/19/2014)
WOW, Steve, you know how to pick interesting topics.
Thanks.
When I was 12, I still wanted to be in law enforcement of some sort, though I had...
April 21, 2014 at 8:46 am
This might help. Not sure if it's exactly what you need, but if it's running, this can determine some information: http://blogs.msdn.com/b/taylaf/archive/2010/01/25/determine-the-currently-executing-statement-in-a-long-running-sql-stored-procedure.aspx
If you have a trace or eventing set up, I...
April 21, 2014 at 8:45 am
Greg Edwards-268690 (4/19/2014)
Although attention to details is part of or job, I wonder if something could be done at some time to at least pop up a message that...
April 19, 2014 at 11:30 am
There's a lot to this.
First, encryption. I'd do the encryption on the data load. If not, then potentially you are storing data that compromises your security. You can create...
April 18, 2014 at 2:12 pm
Encrypted data needs to be stored as varbinary. You cannot also store the decrypted value.
However, if you also store the decrypted value, there's arguably no reason for you to encrypt...
April 18, 2014 at 10:19 am
Viewing 15 posts - 11,056 through 11,070 (of 39,793 total)