Viewing 15 posts - 1,696 through 1,710 (of 6,105 total)
I disagree with respect to processmon because we're comparing apps that run on workstations versus servers. Quite simply, just about everything a DBA would need to do (if looked at from...
July 19, 2007 at 8:31 pm
SysAdmin = abbreviation for System Administrator. This is actually where Sybase/SQL Server got it from. For instance, SysAdmin magazine. I should have been more clear, but usually when I...
July 19, 2007 at 12:43 pm
It does sound like udp/1434 is not going through on both sides. Can you have a network analyst do a network capture looking specifically for that?
July 19, 2007 at 8:17 am
You are using one arbitrary example and the database engine will use whatever techniques it can in order to get the data back as quickly as possible. Somewhere along the...
July 19, 2007 at 8:03 am
Keep in mind that if you are dealing with an RDBMS, you are not guaranteed sorted data unless you specify an ORDER BY clause.
July 19, 2007 at 6:24 am
I think he's referring to the service account the SQL Server service actually runs under. If you know its password and it is granted administrative rights over the system, you...
July 19, 2007 at 6:21 am
Actually, unless you're installing things all the time, running with a normal user account in Windows XP is quite possible. Not just for the home user, but also for the...
July 19, 2007 at 6:19 am
Use a DDL Trigger on the CREATE_VIEW event. Something like:
GRANT
TRIGGER trigDDL_CreateView
ON DATABASE
WITH EXECUTE
July 18, 2007 at 4:04 pm
Why shouldn't they? The Principle of Least Privilege is why. If the DBAs aren't expected to be responsible administratively for a server, they shouldn't have those rights. This just isn't...
July 18, 2007 at 9:37 am
Brandie,
you are right, this is something that most DBAs wouldn't be doing. However, this is certainly a great prompt to the GPO/directory services administrators. Those guys are also supposed...
July 18, 2007 at 9:32 am
This is true... and those templates can be applied via GPO so you can push out to all SQL Servers. However, if you go down this road, don't forget to...
July 18, 2007 at 8:40 am
First thing I'd check is a firewall on the client. After that, determine if your networking folks have any ACLs in place to restrict access. Also, you may see if...
July 17, 2007 at 5:03 pm
To echo what's been said: local administrator rights aren't strictly required but often granted. Why?
July 17, 2007 at 5:00 pm
July 17, 2007 at 4:56 pm
In order to be able to stop/start services, the Windows user must be a member of the local administrators or power users groups on the Windows side. However, if this...
July 17, 2007 at 4:51 pm
Viewing 15 posts - 1,696 through 1,710 (of 6,105 total)