Search
Recommended Products
Related Links


 

 

Informative Articles

Easy Guide to RAID Recovery
What is RAID RECOVERY? RAID stands for Redundant Array of Inexpensive Disks. It is a method of combining several hard drives into one unit. This method offers fault tolerance (the ability of a system to continue to perform functions even when...

Highlights Of Irs List Of 2005 Tax Scam
Each year, the IRS lists various scams taxpayers get caught up in. The top 2005 scams include several that manipulate laws governing charitable groups, abuse credit counseling services or rely on refuted arguments to claim tax exemptions. The...

How Safe is Your Success? Part 6 of 8
"How Safe is Your Success" is a series of eight articles that address different aspects of a universal problem which is of particular importance to those who do business on-line. Most Internet users are at least aware there are dangers "out there",...

Identity theft: Safeguarding Can't Hurt
Will we ever get a break? Not right now .In San Diego, police arrested a postal worker for stealing mail and trading it to identity thieves to support his drug habit. Another arrest involved the hacking of wireless carrier T-MobileUSA's network....

Reinstall Windows XP On Your Computer
Installing Windows XP is the easy part. The task is pretty much a matter of "set it and forget it." You do need to make sure that your system is set up to boot from the CD drive first, so you can boot from the Windows XP disc. If you are...

 
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