Viewing 15 posts - 4,366 through 4,380 (of 13,877 total)
I dropped the SSISDB database ran...
June 8, 2018 at 10:33 am
I'm trying using SQL Management Sutdio. Also I have used cliconfg.exe for 64...
June 8, 2018 at 9:15 am
June 8, 2018 at 9:08 am
June 8, 2018 at 9:04 am
How was SSISDB created on this server? Did you use the CREATE CATALOG function, or have you transferred the database from another instance?
June 8, 2018 at 8:16 am
I gave you my best guess, but I don't know much about MySQL, so I think you need help from others.
June 8, 2018 at 5:32 am
Have you considered breaking this into chunks & using temp tables to store the expanded data? Might help things.
June 7, 2018 at 9:29 am
OK, try this version:
INSERT INTO OPENQUERY
(LINKSERVER1
,'select virtuemart_category_id, category_name, category_description, metadesc, metakey, CustomTitle, slug, ERPCode from rszcf_virtuemart_categories_el_gr'
)
(
virtuemart_category_id
, category_name
, category_description
, metadesc
, metakey
June 7, 2018 at 6:28 am
June 7, 2018 at 6:25 am
But it's not working.
While Importing data from Input file to the derived...
June 7, 2018 at 5:21 am
June 7, 2018 at 5:12 am
June 6, 2018 at 11:37 am
June 6, 2018 at 11:34 am
June 6, 2018 at 11:13 am
Viewing 15 posts - 4,366 through 4,380 (of 13,877 total)