Viewing 15 posts - 31 through 45 (of 49 total)
Usually index rebuilding needs to be done only on tables with a lot of inserts/updates/deletes because it makes indexes and statistics not up-to-date and query optimizer stopping its usage.
SAP, PeopleSoft...
May 5, 2009 at 9:09 am
Instead of waiting report you can use SSMS and in the index properties of the specific table you can see fragmentation on table by table, index by index. Also, you...
May 5, 2009 at 8:51 am
What is the exact error? Locking can be caused by application not by user's action. In this case more work needs to be done. Try to look at locking and...
May 5, 2009 at 8:45 am
What is number of locks on the server? Is it configured dynamically? Check article at http://msdn.microsoft.com/en-us/library/aa258769(SQL.80).aspx and http://support.microsoft.com/kb/323630. Both articles can explain a lot.
May 5, 2009 at 8:41 am
Sorry, I forget to say that online indexing is available ONLY in the Enterprise Edition. So, if you are on the Standard Edition - you are out of luck and...
May 5, 2009 at 8:31 am
I would check first fragmentation on indexes of the table. If it is low on some indexes I would rebuild only necessary ones and not all of them, or you...
May 5, 2009 at 8:18 am
I hope you mean “Backup” when you say “Archive”. However, database backup has .BAK extention and not CAB.
Anyway, you can detach database from SQL Server, copy files (mdb and/or ldf)...
May 5, 2009 at 7:54 am
I have dual BS in Computer Science and Electrical Engineering plus Masters in Business Administration with focus in Finance. I am 100% sure that my degree gave me advantage over...
May 5, 2009 at 7:18 am
Whatever data model is better than no model at all. I would try to review data model and understand what developer wants to get using function/store procedure. I’ve seen many...
May 4, 2009 at 2:56 pm
Any user within sysadmin role is able to do the same as sa. This is usual misconception. Good luck 🙂
May 4, 2009 at 2:36 pm
You need to create linked MySQL server in MS SQL Server. In this case you will see if ODBC driver available when you use wizard to created linked server.
May 4, 2009 at 2:32 pm
May 4, 2009 at 2:17 pm
Number of accidents,
10 worst queries;
Number of failed jobs;
Max CPU utilization,
….
May 4, 2009 at 2:10 pm
Best practice: never ever use sa for anything. Password for that account should be saved in the safe and no one can use it for any purpose but true emergency.
May 4, 2009 at 2:08 pm
I had exactly the same problem, the same discussion, and the same uncertainty over the way to design database. I have client with 1500 databases that are exactly the same...
April 9, 2009 at 2:05 pm
Viewing 15 posts - 31 through 45 (of 49 total)