Comments
Sort by recent activity
Hi Josh, is there any update on this? I am not able to use the tool to document our environment anymore. Thank you! / comments
Hi Josh,is there any update on this? I am not able to use the tool to document our environment anymore.Thank you!
Hi Josh! Any update on this? Unfortunately, it still does not work, even though I have reinstalled the software several times. Thank you! / comments
Hi Josh!Any update on this?Unfortunately, it still does not work, even though I have reinstalled the software several times.Thank you!
screenshot of the error message / comments
screenshot of the error message
Hi Josh, It worked before the update / comments
Hi Josh,It worked before the update
Hi Sujay,
thank you for fixing this but it is still not working as expected.
CREATE EXTERNAL DATA SOURCE [sample-data-files]
WITH
(TYPE=BLOB_STORAGE,
LOCATION = 'https://sqlvawrfhaejbb3ibq.blob.core.windows.net/sample-data-files'
, CREDENTIAL = [sqlvawrfhaejbb3ibq-sample-data-files]
);
GO / comments
Hi Sujay,
thank you for fixing this but it is still not working as expected.
CREATE EXTERNAL DATA SOURCE [sample-data-files]
WITH
(TYPE=BLOB_STORAGE,
LOCATION = 'https://sqlvawrfhaejbb3ibq.blob....
CREATE EXTERNAL DATA SOURCE [sample-data-files]
WITH
(
TYPE = BLOB_STORAGE
, LOCATION = 'https://sqlvawrfhaejbb3ibq.blob.core.windows.net/sample-data-files'
, CREDENTIAL = [sqlvawrfhaejbb3ibq-sample-data-files]
);
GO
It should look like this ... There is also a missing space after TYPE and = / comments
CREATE EXTERNAL DATA SOURCE [sample-data-files]
WITH
(
TYPE = BLOB_STORAGE
, LOCATION = 'https://sqlvawrfhaejbb3ibq.blob.core.windows.net/sample-data-files'
, CREDENTIAL = [sqlvawrfhaej...
Thank you for considering this a potential bug! / comments
Thank you for considering this a potential bug!
Thanks for the update. It works with Preview Version 4! / comments
Thanks for the update. It works with Preview Version 4!
Same here! I had to deinstall all RedGate Tools to fix it. Even after reinstalling SSMS and SQL Toolbet same error. It would be good to get a fix for the issue - thanks! / comments
Same here! I had to deinstall all RedGate Tools to fix it. Even after reinstalling SSMS and SQL Toolbet same error. It would be good to get a fix for the issue - thanks!
Hi David! As already tried to explain and I demonstrated to Dan in our phone conversation today, the line that exceeds 80 characters here is not wrapped, although this is so for all other commands and is set in the Word Wrap property. Thanks! / comments
Hi David!As already tried to explain and I demonstrated to Dan in our phone conversation today, the line that exceeds 80 characters here is not wrapped, although this is so for all other commands a...