Viewing 15 posts - 5,506 through 5,520 (of 6,105 total)
Compaq has sizers for their hardware on their Active Answers site:
http://activeanswers.compaq.com
K. Brian Kelley
March 21, 2002 at 1:38 pm
The accounts can be restricted to prevent normal curiousity. However, if we're talking about compromises, it's likely the person who has compromised the system will take the steps required...
March 21, 2002 at 8:48 am
Are you looking for the underlying schema of a database system (the system itself) or schema for individual applications that make use of the database system.
K. Brian Kelley
March 20, 2002 at 8:02 pm
SQL Server 2000 supports the use of certificates (requires IIS to be installed on the SQL Server system), which then allows TCP/IP connections via SSL. There is information in...
March 20, 2002 at 7:57 pm
Some things to consider:
March 20, 2002 at 7:55 pm
Database schemas are usually built per application based on the requirements. Can you be a little more specific in what you are looking to do?
K. Brian Kelley
March 20, 2002 at 7:54 am
There are a couple of pages that are relevant. The quick down-and-dirty from Microsoft:
http://www.microsoft.com/sql/techinfo/planning/SQLAccess.asp
A bit more about which version to use (to include MSDE):
http://www.microsoft.com/sql/techinfo/planning/SQLResKChooseEd.asp
K. Brian Kelley
March 20, 2002 at 7:52 am
You can do this either through isql or osql. You'll need to use a user that either a) owns the jobs or b) is a member of the sysadmin...
March 20, 2002 at 7:30 am
Does anything else run on the SQL Server box? Is there a big batch job that occurs once a week or something of that sort?
K. Brian Kelley
March 18, 2002 at 1:08 pm
When a domain user account is created, it can be created where the password never expires, despite account policies. This is often done with administrator level or service accounts.
Otherwise,...
March 18, 2002 at 1:07 pm
Whoa, and I just saw the comment on making it a Domain Admin. Using a service account that's a domain admin level account is BAD NEWS. A standard...
March 18, 2002 at 11:24 am
The service account doesn't have to be a local administrator, but then there are a log of hoops to jump through to get the account configured for the minimum permissions...
March 18, 2002 at 11:22 am
A yup, par for the course. That's why I spend a lot of time with lower level utils troubleshooting things.
K. Brian Kelley
March 17, 2002 at 12:24 pm
Without seeing some code behind the GETDATE() function, it's hard to say. I've also seen the case where it takes some time even using the net time command to...
March 16, 2002 at 2:01 pm
Viewing 15 posts - 5,506 through 5,520 (of 6,105 total)