Viewing 15 posts - 31 through 45 (of 149 total)
@Stan-
Yes, you can change the package target version so that it works when you deploy to lower versions of SQL Server.
Are you able to connect and deploy the package to...
January 31, 2024 at 7:21 pm
what is the Target version of your package under properties?
January 31, 2024 at 6:51 pm
Use LAG or LEAD analytical functions.
https://learn.microsoft.com/en-us/sql/t-sql/functions/lag-transact-sql?view=sql-server-ver16
January 11, 2024 at 8:07 am
You could confirm this by dumping it to a file instead of to screen from SSMS. If this isn't from SSMS, knowing which tool is being used will help...
January 10, 2024 at 12:02 am
22 million rows in universe is too big.... and that too related to CLAIMS.
You need to create objects specifically for this request, so that it might pull the rows faster.
--...
January 4, 2024 at 6:32 pm
Looks like some remnants of previous installation remained in the registry. you may have to repeat the cycle of uninstall and re-install of the products in reverse order first. Some...
December 19, 2023 at 4:40 pm
For Visual Studio 2019, you will also need to download the extensions for Microsoft Reporting Services Projects and Microsoft RDLC Report Designer.
December 11, 2023 at 6:42 am
Not sure what is the data size of the table?
December 11, 2023 at 5:11 am
As mentioned by Johan, Grant access to the network folder. If it is not in your control, ask your network admin to provide access to the sql agent service account.
You...
December 11, 2023 at 4:32 am
Use SSMS, Connect to two different instances/databases in separate query windows...
Go to Windows menu --> Click New Vertical Tab Group
December 11, 2023 at 4:24 am
First convert the PDF to excel format. Remove any unwanted lines, rows or any characters. Verify the data is correctly formatted, then save it as .csv file. Use import/export wizard...
December 4, 2023 at 8:13 pm
If it is windows, check the event viewer for more details on the error on the server.
I would enable 'xp_cmdshell' as a first step in the job and disable as...
December 4, 2023 at 5:58 pm
Looks like it is PostgreSQL script with pgAdmin tool screenshots.
November 1, 2023 at 5:06 pm
I was able to create this job in my dev sql environment and ran it successfully. No issues et all.
Make sure the sql server service account has access to all...
November 1, 2023 at 5:02 pm
Hi,
You cannot upgrade directly to version 2022. Upgrading a SQL Server 2000 database to SQL Server 2022 directly is not supported. However, you can follow these steps to upgrade your...
October 29, 2023 at 12:41 am
Viewing 15 posts - 31 through 45 (of 149 total)