Viewing 15 posts - 16 through 30 (of 158 total)
If you do not want to use the current disks, you can add an additional disk separately and attach it to your VM that has managed instance. Save the files...
July 9, 2024 at 5:58 am
We have a similar requirement, we have used a SSIS package to copy the data from a table in Azure to on-premise.
As an alternate method, Create two jobs that can...
June 28, 2024 at 8:40 am
Leo.Miller wrote:All the databases on the DEV server are encrypted, but only two were restored from another server after being encrypted, and only these 2 restored databases are giving errors...
June 28, 2024 at 6:21 am
Check the following:
a) Facets in SQL Server Management Studio (SSMS):
In SSMS, you can navigate to the server instance, right-click, and select “Facets.” Look for the “Surface Area Configuration” facet, where...
June 28, 2024 at 3:41 am
@Ashini:
It looks like step 1 is already completed.
2. Run MMC.exe from the Run command. It opens console.
Go to File, Add remove Snap-in, Select Sql server configuration...
June 28, 2024 at 2:17 am
Ensure that your module is developed using the same version of Python that is installed on the server while initial installation of the SQL instance.
Instead of C:\Temp, create a folder...
June 27, 2024 at 5:10 am
Paste your query and execution plan with data if possible. Understand that, there are many variables that we need to look into to optimize a query
June 27, 2024 at 4:41 am
What type of application are you trying to support , OLTP or OLAP?
If OLTP, combine both transactions and updated_transactions table into one. Add a new table TransactionType which differentiates whether...
April 15, 2024 at 1:00 pm
Can yo find out Active Directory account is not locked out and the password has not expired?.
Secondly, you may use proxy account to run the job, make sure the account...
March 21, 2024 at 6:08 pm
Few details about AG Group Setup/Listener
March 20, 2024 at 10:41 am
Can you provide more details about the Instance and Store procedure ?
-- Is the instance part of AG Group or Standalone?
-- Is stored procedure switching to different linked server based...
March 19, 2024 at 3:44 am
Forum members here will not download files because of possible infections/viruses.
Provide DDL with some sample data with required output.
March 15, 2024 at 3:06 am
deleted the duplicate post.
March 14, 2024 at 5:53 am
Your constraint should be something like below, drop the existing one on the table and create it as the following.
ADD CONSTRAINT CHK_Dates CHECK
(
...
March 14, 2024 at 5:50 am
Viewing 15 posts - 16 through 30 (of 158 total)