Viewing 15 posts - 121 through 135 (of 149 total)
March 3, 2023 at 2:47 am
Hi,
It is possible to do in place upgrade. What is the error you are receiving in DEV environment. You need to run upgrade advisor to get which components are not...
February 6, 2023 at 8:06 pm
Use the Change Data Capture feature. However you have to setup certain days for data retention in the source database and then move the changed data to a different database...
February 1, 2023 at 9:37 am
I had similar issues using OLE DB driver in Power BI. Give it a try with SQL Server Native Client driver.
December 27, 2022 at 9:26 pm
So what I need. I have a code where I have defined Actuals, Forecast and Absolute Error for each title in each location (store).
When you want to sum individual...
December 14, 2021 at 10:33 pm
As Steve mentioned use AVG() or Min() or Max() aggregate function to return 701.
If you want more people to look into, Provide some sample data with table structures...
December 14, 2021 at 6:20 pm
Different ways to achieve it. Depends on number of employees and its role under different managers with their start date.
Try this:
WITH cte1
AS
(SELECT
...
December 10, 2021 at 1:38 am
In SSIS, on the data flow, check the properties, and set the ValidateExternalMetadata property of a data flow component, make it False so that it continues with the execution of...
September 29, 2021 at 8:27 pm
check the following link(s) if it helps:
1) https://michaeljswart.com/2012/05/t-sql-merge-statement-syntax-generator/
2) https://www.pigeonsql.com/single-post/Dynamic-SQL-Merge-Script-for-Generate-Merge-statement
CDC would have been better as there are only 4 operation code to find which rows are altered...
September 27, 2021 at 11:12 pm
Do you have a machine in Azure, can you ping from on-premise to check Azure network?
use PSPING to test the above to ensure that the VPN tunnel is used instead...
September 5, 2020 at 9:07 pm
In the remote query, check the quotes around the name column are these double-quotes or single?
What happens if you add order by clause to the above queries?
September 5, 2020 at 8:46 pm
I would advise you to perform the following steps in a test environment before applying to production.
3rd replica
------------
Stop data movement to 3rd replica
Remove the 3rd replica from the AG and...
September 5, 2020 at 8:29 pm
Hi Srinivas,
This could be because of different master keys on Server A(source) and Server B (target).
You have to create a master key on the target instance that you have restored...
September 5, 2020 at 7:45 pm
jarodjp42 - Monday, March 26, 2018 1:00 PM% of total price for each customer.
@jarodjp42:
Because you asked for % (percentage), that...
June 10, 2018 at 11:36 pm
Apologies... my bad. I took it to some other direction. Thanks for correcting me Sue.
May 3, 2018 at 6:39 am
Viewing 15 posts - 121 through 135 (of 149 total)