Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question from interview - Please Read!

Status
Not open for further replies.

markieamark

IS-IT--Management
Aug 11, 2003
2
US
I was at an interview today that stated that SQL knowledge would be helpful and asked the following question:

When setting up a SQL Server, what is the next step after setting up the database?

Any input would be appreciated!

a new SQL user....
 
Setting up ASE (SQL Server) means creating the system databases, tempdb, "sa" and proble logins and so on. Once you have created the ASE via "sybsetup" or "srvbuild" you will need to create additional databases, extending tempdb (initially at 2MB by default) and creating new logins on the server. You may require to set database options on your sybsystemdb database and dbccdb (if you have installed) it. You may require to set up database options on user databases of course. On memory management you will have to increase the total or max memory of SQL Server (in proportion to max shared memory you have set up on the host) and adjust the percent or actual amount of procedure cache, create 2K, 4K and 16K pool configuration, increase the numbers of locks (for row level locking, and number of open indexes and open objects and so on.

Hope this helps and good luck
 
Sir,

You have been MOST helpful and I appreciate this. I am researching what "short" courses or online info to further my knowledge in a short time until I can come on board with this company as they will provide further training. Again, thanks for your fast and knowledgeable input.

Regards,

Markiemark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top