Year
|
Technology & Responsiblities | Title | Industry |
2004-2005
|
Office, Adobe, FoxPro, HTML, C | Faculty | School |
2005-2006
|
Advance Excel -VBA | Transaction Processing | BPO |
2006-2009
|
Access with VBA, MIS Automation | MIS Executive | Telecom |
2009-2010
|
SQL Server 2000, 2005 and ASP Apps | Software Engineer | Telecom |
2010-2013
|
SQL Server 2005,2008,Asp, Asp.net,IIS, Windows 2003 |
DB Admin | Telecom |
2014- 2015
|
Windows 2012 , SQL Server 2012, MVC
Apps, IIS, MySQL,TFS |
SQL-DBA | Research |
2015-Now | SQL,
SQL Server, mySQL, mongoDB |
Data Architect -DBA | Software |
Last week I got this error from one of developer who was trying to deploy his project from Testing server to SQL Azure QA server. He was using “Deploy Database to SQL Azure” option from SSMS Tool-Task option. After connecting to SQL Azure portal when operation started to deployment below errors occurs. Validation of the schema model for data package failed. Error SQL71562: Error validating element xx.xxx.xx:function .dbo.xxx has an unresolved refrence to object xx.dbo.xxxx external refrences are not supported when creating a package from this platform . Reason: The reason of the this error was; some functions of project was dependent on master database and only single database was being deploy to SQL Azure. DACFx must block Export when object definitions (views, procedures, etc.) contain external references, as Azure SQL Database does not allow cross-database external references So, this error was coming. Solution : I suggested him to create those function to locally