Viewing 15 posts - 1,066 through 1,080 (of 6,105 total)
Then that's likely why it appears as a remote connection. IPs don't match, etc.
June 12, 2008 at 9:08 am
Matt Miller (6/12/2008)
June 12, 2008 at 9:04 am
This might help:
California Office of Privacy Protection: Social Security Numbers
There's a guide for organizations that includes the California laws which are applicable.
June 12, 2008 at 7:43 am
The idea behind using encryption is one of the following:
- The data is being accessed by a service account from an application. Therefore, the service account has access to the...
June 12, 2008 at 7:39 am
This isn't something we typically post on the forums. However, there are tools readily available on the Internet if you do a search using Google.
June 12, 2008 at 7:20 am
Does the name and IP address of the SQL Server differ from the local server name and IP?
June 12, 2008 at 7:19 am
What happens when you double-click the .msc from the folder itself?
June 11, 2008 at 2:51 pm
If you look in the msdb database, there is a database role called targetserver. It is not at the server level. The role is actually intended for multi-server administration (think...
June 11, 2008 at 2:50 pm
It's undocumented, but to be able to view the jobs, you do need to be a member of the targetserver role in the MSDB database. It gives you the ability...
June 11, 2008 at 2:16 pm
Disregard. I just read the whole thing and saw that you tried. that. Have you tried copying over the .msc file from another system to the path where it is...
June 11, 2008 at 2:13 pm
Did you try Add/Remove Programs through the Control Panel?
Click on Microsoft SQL Server 2005 and click the Change button. This should allow you to install the Workstation components.
June 11, 2008 at 2:12 pm
What version of SQL Server 2005? Is this a cluster?
June 11, 2008 at 2:09 pm
If you are just talking about possessing sysadmin rights, here's the basic recommendation:
- Use Windows users
- Put all the Windows users in a particular Windows security group at the domain...
June 11, 2008 at 2:07 pm
As a security best practice, you should never use the Administrator account for the domain (and on another note, it should be renamed).
The general recommendation against sa is valid. We've...
June 11, 2008 at 11:34 am
In SQL Server 2000, it is strongly recommended you use Enterprise Manager. So, yes, that's the correct way to do so. The reason is that Enterprise Manager will ensure the...
June 7, 2008 at 5:41 pm
Viewing 15 posts - 1,066 through 1,080 (of 6,105 total)