Search
Recommended Products
Related Links


 

 

Informative Articles

Business Continuity Testing starts with the risks
Business Continuity Testing starts with the risks All business continuity analysis should be risk based, and risk prioritised to deal with the important business risks first. This means that any risks to your business need to be identified,...

Computer Data Recovery Options
Losing files on your computer can be a frightening experience if the files are of importance to you personally or professionally. Computer data recovery techniques include the most simple of operations, like simply retrieving an accidentally...

Dealing with Your Pending PC Disaster: A Guide for Small Business
It isn't a matter of if it will happen to you but -- when. PC users may be divided into two groups -- those who have had a disaster and those who will have to deal with a PC disaster. For you, more to the point is how you will react to it! Will it...

Paragon Drive Copy 8.0
Complete and reliable but at the same time easy-in-use solution for migrating your home and corporate data and applications online December, 2005- Paragon Software Group, the European specialist for innovative data security and data...

Top 5 Backup Tools You Can Pick Up For Pennies
1. Acronis True Image 8.0 - 25% Off Special www.deprice.com/acronistrueimage.htm Based on the exclusive Acronis Drive Snapshot disk imaging technology, Acronis True Image allows you to create an online system disk backup without reboot to keep the...

 
Google
SQL Administrator Skills Required To Support Microsoft Great Plains

Microsoft Great Plains is becoming more and more popular and we see new purchases among midsize and large corporations, where, in our opinion, Microsoft SQL Server DB administrator position is a must. If you are database administrator and you are part of the decision making team, purchasing Microsoft Business Solutions Great Plains for your corporation, we would like to set your expectation on the level of SQL knowledge, skills and experience needed to support Microsoft Great Plains in-house

• Data querying. Microsoft Great Plains has decent ReportWriter, which allows users to create and modify existing reports, however the recommended tool, and you will soon understand that if you need really challenging reports (Sales Commissions, Bill of Lading, Sales Order Status with Purchasing info, Regional Sales, etc.) – you need to deploy Crystal Reports or Crystal Enterprise. Crystal Report itself is usually based on the view or stored procedure. So – you should expect to be familiar with Great Plains tables architecture and be capable to create select statement with multiple joins and unions

• Data Repair. You should be ready to save GP table prior to data repair: select * into SOP10100_Copy from SOP10100 and then use update statement to fix incorrect values. If you need to load SOP10100 back from the backup table – first drop DEX_ROW_ID column and then use: insert into SOP10100 select * from SOP10100_Copy.

• Backup and Restore. Great Plains has DYNAMICS database which stores system info, such as users, security, companies, etc. and each company has its own database. You should be able to restore mostly company databases from the backup. This seems to be trivial routine.

• Technical Support. When you have issues with posting or need help from Microsoft Business Solutions Technical Support, you place case through customer source and you should expect the technician provide you with SQL scripts to fix your data.

• Some Useful Scripts. You need to be able to delete locked user: delete activity where userid=’TOM’, also very popular


is batch recovery script, you need to unlock the batch in SY00500 table: Posting Definition Master

• Do not expect. Replications (except probably snapshot) – it adds GUID column and then Great Plains Dexterity runtime can not upgrade the modified tables. Referential Integrity is not used, Varchar or NVarchar are not used – the reason is – Dexterity architecture, which was initially designed with database independence in mind. Logins and access management – Great Plains uses its own security, which is translated into SQL logins with encrypted password.

• Moving Great Plains on the new SQL Server. It is often confusing for the DB Admin. Besides physical move through backups or detach/attach DB you need special scripts to transfer GP security and users logins, these scripts are available through MBS tech support or feel free to call you MBS partner.

• Advanced Techniques. If you need to notify your GP users on the specific event in GP – such as invoice was paid, you can deploy SQL emailing: xp_send_mail. This procedure could be called in the trigger for the apply payments table.

• Data Integration. XML inbound and outbound streams for the integration stored procedures is becoming defacto standard. Also you should be familiar with heterogeneous SQL queries: OPENROWSET and linked server conceptions.

Happy implementing! You can always appeal to us to help you with your system. Give as a call 1-630-961-5918 or 1-866-528-0577, help@albaspectrum.com


About the Author: Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies ( http://www.albaspectrum.com ), Microsoft Business Solutions Great Plains, Microsoft CRM, Navision, Microsoft RMS, Microsoft Business Portal customization company, serving clients in Chicago, Boston, New York, Miami, Atlanta, Houston, Dallas, Denver, Los Angeles.

Source: www.isnare.com