Activity overview
Latest activity by torsten.strauss
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!
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, It worked before the update / comments
Hi Josh,It worked before the update
screenshot of the error message / comments
screenshot of the error message
Error when connectiong to Azure SQL Database
Hi Redgate Team,I can no longer access an Azure SQL database. I get the attached error message and can therefore no longer use the tool. I have already uninstalled and reinstalled SQL Doc without s...
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...
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....
Missing important Information
Hi guys,I really like SQLDoc, but it is missing some very important information.For the SQL database, the size, computation tier, etc. are missing. Adding details about the query store is also very...
Thank you for considering this a potential bug! / comments
Thank you for considering this a potential bug!
EXTERNAL Table, Data_Source, etc.
Hi guys,The syntax "External Table", "External Data_Source", etc. is not considered by the formatting template, instead SQL prompt even convert it to a sigle row.CREATE EXTERNAL DATA SOURCE mydatas...