The folks at Microsoft thought that it would be a good idea to ask me why I keep going back to Convergence. Take a look:
Until next post!
MG.-
Mariano Gomez, MVP
IntellPartners, LLC
http://www.IntellPartners.com/
-- Created by Mariano Gomez, MVP
-- This code is licensed under the Creative Commons
-- Attribution-NonCommercial-ShareAlike 3.0 Unported License.
-- http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode
--
SELECT name, create_date, modify_date
FROM sys.objects
WHERE (type = 'P') AND (name LIKE 'ta%Pre' or name LIKE 'ta%Post') AND (create_date <> modify_date)
![]() |
| Azure Management Console |
![]() |
| VM OS Selection |
![]() |
| VM configuration |
![]() |
| VM Options |
![]() |
| Provisioning process kicked off for our first machine |
![]() |
| Management Console screen |
![]() |
| Web Client System features |
![]() |
| Web Client Financials features |
![]() |
| Web Client Distribution features |
![]() |
| Fiscal Periods Setup window |
-- Created by Mariano Gomez, MVP
-- This code is licensed under the Creative Commons
-- Attribution-NonCommercial-ShareAlike 3.0 Unported License.
-- http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode
--
DELETE FROM SY40100 WHERE YEAR1 = 2103;
DELETE FROM SY40101 WHERE YEAR1 = 2103;
DELETE FROM SY40102 WHERE YEAR1 = 2103;
DELETE FROM SY40103 WHERE YEAR1 = 2103;
| (C) Chuck Koehler |