Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reindex all tables routine
Message
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01513352
Message ID:
01513383
Views:
36
>>>>>>In my VFP application that works with VFP database I have an item on the main menu to reindex all tables (using SDT). Now as I am moving to SQL Server I am wondering, is it a common practice to have the same item in the VFP application menu? That is, to have the application to reindex SQL Server tables? Or this is more commonly done by a DBA?
>>>>>>
>>>>>>TIA.
>>>>>
>>>>>
>>>>>This is done by Maintenance plans defied by you or DBAs.
>>>>>If you (DBA) can't define such plan (because of Express editions of SQL Server) you could use DBCC commands.
>>>>
>>>>Did you mean running the SP to reindex from the application? What do you mean by DBCC commands?
>>>
>>>
>>>sp_MSForEachTable :-)
>>>
>>>EXEC YourDBName..sp_MSforeachtable 'DBCC DBREINDEX(''?'')'
>>>
>>
>>Speaking about Maintenance plan. Who makes it (if such term can apply to it)? the DBA or developer?
>
>DBA of course.
>That is their job to Maintenance the databases.

Thank you. I am sorry that I am asking so many questions. But what does a developer tell the DBA? That is, should the developer provide some kind of paper documentation describing what tables or what indexes it should have?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform