copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
How can I fix a problem using OneNote (Office 2016) on my iPad, iPhone . . . 1 I don’t know about a business account so I suppose you can say I’m not using one 2 I’m not trying to upload the file Yesterday was the first I had ever heard of OneDrive I want notes in OneNote to be visible to my Windows computers (a desktop and a laptop) and also my iPad and iPhone 3 Again I know nothing about OneDrive 4
cant delete mappings of 1:n connection - social. microsoft. com if i go to mappings of this connection i see that by standard all other 1:n connections (only from contact to the same custom entity) have an mapping entry like this: sourcename destinationname
Top Answerers is back but includes Microsoft support people who are . . . This aim is not achieved if the top answerers in every such list are all people from the Microsoft support teams in China who are being paid to support the forums and who often in some forum sets mark their own posts as answers (in some cases immediately!) Please once again remove Microsoft people from the general Top Answerers list
Outlook Contact Deleted - how to get it back linked to CRM When a user has a contact which was tracked in CRM and accidentally deletes it in Outlook - how do you get the contact backl into Outlook I have done a test as follows - created a contact in CRM, synchronised it down to Outlook, deleted the contact in Outlook and removed it from the recycle bin in Outlook
Cannot open any more databases. (Error 3048) Is there a way to see . . . Also, when I have found 1 specific cause - it typically is due to an extremely complex query - possibly designed incorrectly (circular) If designed correctly I changed the method to write some data to a temp scratch table - so that the entire query did not have to fire
How to launch a Desktop app from within a Metro app? - social. microsoft. com Wouldn't be possible to have a couple of new contracts for this? Two for Metro apps: a contract that will allow an application to be invoked programmatically with some parameters, and another contract to actually launch such an app A third contract would allow Metro apps to invoke desktop apps (similar to shell execute)
CREATE OR ALTER PROCEDURE in VS 2017 Sql server database project throws . . . An important concept with SSDT database projects is the distinction between T-SQL source code and T-SQL scripts T-SQL source code DDL and DCL items with the Build action property "Build" are used to build the project, not deploy it The build process compiles the T-SQL source into a data model (dacpac) and optionally T-SQL script to create a new database CREATE OR ALTER serves no purpose as
Implementation of List variable in Output parameter of a Custom Workflow Whereas my 'Variable' value is set from a linq query output, that returns multiple values But my Output Variable does not support multiple values being returned ( like of type List or Array) It just persists the last value returned by linq query
way to duplicate (clone) a row in a datatable? - social. microsoft. com The approach bombs out, exception saying that the row already exists, even tho I've changed the key field, in the origInventoryRow above and calling the 'Add' method Hate to write the code to copy field-by-field if there is an easier way