Viewing 15 posts - 16 through 30 (of 69 total)
Figured. Thank you.
November 25, 2023 at 9:46 pm
Last Physical Hardware environment has to be close to 6-7 years ago! Do sometimes miss the 'old' days of installing OS and settting up and configuring the boxes. Currently running...
July 10, 2023 at 9:30 pm
This was resolved. It was an open port issue and the order of it. All good.
June 29, 2022 at 7:29 pm
Just following backup on this. I still don't have any resolutions on it. Again, trying to setup Transactional Replication in SQL Managed Instance from DatabaseA to DatabaseB in the same...
May 26, 2022 at 7:41 pm
SELECT
CASE
WHEN
FULLTEXTSERVICEPROPERTY('IsFullTextInstalled') = 1
THEN
'INSTALLED'
ELSE
'NOT INSTALLED'
END
Can just loop through the DBs
May 10, 2022 at 3:13 pm
Thank you for your response and totally agree with it. Always goes back to improving slow running queries and to decrease the amount of logical reads. I haven't seen -5 ...
March 14, 2022 at 10:26 pm
Hello, it can be an option. The current process is to bring the XML into a SQL table first and then parse the XML into our data model with some...
February 7, 2022 at 8:11 pm
We currently insert into a table the XML file into an XML column data type field.
February 7, 2022 at 7:17 pm
Thank you. I will check on the Business Critical tier. Currently trying to resolve to resolve, "2021-11-16 16:15:35.08 Failed to connect to Azure Storage '' with OS error: 53.' with...
November 16, 2021 at 5:06 pm
I am looking to replicate most or all of the tables from Database1 in SQL MI Instance 1 to Database2 in SQL MI Instance 1 (same instance). We want to...
November 16, 2021 at 3:20 pm
I end up removing all the SQL Views before creating the Extract .dacpac. I found about 20 older DB Objects that wouldn't compile because of schema changes. I was able...
May 9, 2021 at 5:31 pm
Is there a way to continue on errors?
May 9, 2021 at 3:30 am
I was finally able to restore most of the databases from SQL Managed Instance to a Local SQL 2019 Instance.
I used Visio Studio 2019 to 'Extract Data-tier Application (.dacpac). I...
May 9, 2021 at 1:28 am
Thanks Steve. This is Daniel P. I am using Visio Studio to generate the .DACPAC file because you can uncheck 'Verify extraction' so it doesn't error on other database dependencies. ...
May 7, 2021 at 4:59 pm
I found an article that states to create a 'Scope' Credential but I think this applies only to Azure SQL Database. The workaround I have is to use Microsoft Azure...
February 26, 2021 at 6:45 pm
Viewing 15 posts - 16 through 30 (of 69 total)