Viewing 15 posts - 706 through 720 (of 2,648 total)
I am pretty sure you have heard of the word "replace" - use it to replace those 3 chars with another single delimiter that is not used within the text.
and...
November 11, 2022 at 12:51 pm
and unless all your tables are columnstore tables do the backups with native compression turned on - files will be significantly smaller leading to faster backups and less space required.
Restores...
November 10, 2022 at 7:19 pm
yes - that is one of the pains of using the files - on the cases where you have values on your tables with the delimiter you use you need...
November 7, 2022 at 12:04 pm
you now really on to the realm of MYSQL forums - while some here may be able to help this is not the best forum for it.
regarding the integer display...
November 7, 2022 at 7:24 am
so... decided to experiment it myself.
Workbench data migration is a pile of crap.. no wonder you are having issues.
your best option is to use the option "create a batch file...
November 6, 2022 at 6:39 pm
DID you try the script file option on workbench?
November 6, 2022 at 2:47 pm
and you running workbench on same server?
if so then in all likelyhood your server is maxed - such a small spec for 2 db servers is bad - and if...
November 6, 2022 at 6:13 am
if workbench is that slow it may have to do with your server specs - or with your network.
can you tell us the specs of both servers - as well...
November 5, 2022 at 12:28 pm
don't create new threads on same subject - please keep discussion on your original thread https://www.sqlservercentral.com/forums/topic/migrate-10-gb-database-from-mssql-to-mysql
November 5, 2022 at 12:19 pm
spam - exact copy of https://www.reddit.com/r/dataengineering/comments/wvpic5/comment/ilhadig/ - from 2 month ago
November 4, 2022 at 8:04 pm
anything against reading the manuals? relevant information will be there - and for some of those options should you have them on a video you would likely see a biased...
November 4, 2022 at 12:41 pm
it has to do with the passwords for some logins being encrypted using that cypher - so only way to allow those clients to connect is for the server to...
October 31, 2022 at 8:53 pm
multiple ways - I was just giving one of the ways with an incentive to search for it and try to understand it.
and... substring vs stuff - which one is...
October 31, 2022 at 8:31 pm
you missing the fact I said reverse (use twice)
October 31, 2022 at 6:57 pm
without giving you the code look at functions charindex, substring and reverse(use twice) - using these 3 you will be able to get that split
October 31, 2022 at 6:03 pm
Viewing 15 posts - 706 through 720 (of 2,648 total)