I want to take live database from Azure and copy it into my local SQL Server Management Studio 2014...
When i try importing from the live server, i see the db and select it, then i hit next and pick my local db and it throws:
TITLE: SQL Server Import and Export Wizard
Column information for the source and the destination data could not be retrieved, or the data types of source columns were not mapped correctly to those available on the destination provider.
[dbo].[Fields] -> [dbo].[Fields]:
- The data type could not be assigned to the column "GeoLocation" in "Microsoft OLE DB Provider for SQL Server".
[dbo].[FieldWanteds] -> [dbo].[FieldWanteds]:
- The data type could not be assigned to the column "GeoLocation" in "Microsoft OLE DB Provider for SQL Server".