Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
10answers
480 views

Are System Admin certifications respected?

I'm 22 and work at a software company doing system administration for part of my job. I'd like to eventually move into a full time SA role. Would some kind of linux certification (such as ...
2
votes
4answers
132 views

Create a new database problem

I'm logging in to create a new database from CMD through sqlcmd with SA account. Its response is a message: CREATE DATABASE permission denied in database 'master'. I'm using Windows server 2003 and ...
1
vote
1answer
51 views

Is there a T-SQL function to return the name of the 'sa' account?

(I know the question sounds ridiculous, but bear with me ...) Our DBA changes the 'sa' account name to something else for their own security purposes. There are business needs to use the account ...
1
vote
1answer
129 views

Best place to keep user uploaded aspx file in asp.net application

In my asp.net application, user can send/upload aspx files & those files can be accessed by the users later(there need to implement code level security as it would be better to run the application ...
0
votes
2answers
119 views

Forgot SA password and user in Administrators account can't change it?

I have a local install of SQLExpress that I haven't touched in months. Now I need to use it, and I've forgotten the SA password. That would be fine, except that my local user which IS a member of the ...
0
votes
0answers
55 views

Quantifying the load on SQL Server 2008 from brute force attacks?

I have a SQL 2008 box that has been the recent target of brute force attacks on the "sa" account (silly kids . . .). Is it possible to quantify the server load of a single attempt at logging in to SA ...
0
votes
2answers
333 views

sql server 2008 enable sa account

I logged into SQL Server 2008 via SQL Server Management Studio using Windows admin account. When I run the command (ALTER LOGIN sa ENABLE) I get the following error. Cannot alter the login 'sa', ...
0
votes
2answers
66 views

Can you protect linked servers from sa

We have a third-party vendor setting up software on a server. They have full access to that server and the sql-server on it with the sa account. We would like to set up a linked server so that a ...
0
votes
3answers
2k views

getting into sentiment analysis

I've got a requirement of determining whether the entered sentence is positive or negative.... First I thought it is something to do with Social Network analysis and later I realised that it is ...
-2
votes
1answer
925 views

sql server 2008 enable sa account

I logged into my PC with administrator account. When I try to enable the 'sa' account of SQL Server 2008, I get the following error: TITLE: Microsoft SQL Server Management Studio ...