Viewing 15 posts - 46 through 60 (of 158 total)
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
I am not sure about a windows user.
However, a database user without login cannot log into SQL Server, but exists as a database object and can be granted or denied...
October 26, 2023 at 4:22 pm
Hi,
Are you trying to run a DTSX package with encrypted column, If not can you elaborate your question?
October 24, 2023 at 9:39 pm
You have to make sure the linked server options are enabled to True. This will ensure and convert the local transactions to global transactions when you call a procedure or...
October 24, 2023 at 9:30 pm
@AER:
SQL Server has resource hungry processes, you add RAM it will take it... and wait for more.
Every environment varies as suggested by others there is no straight answer.
Are you experiencing...
September 1, 2023 at 9:17 pm
@Emperor100 How many employees are you trying to process?
we have about 60 employees.
This should not be a big deal.
If it is not huge and I hope the legacy...
August 25, 2023 at 5:01 pm
I have not used 2022 SSIS. But worked on lower versions, build the package and set it to 64bit runtime under properties in VS. After the package is deployed you...
August 25, 2023 at 2:07 pm
If the data is huge then go for storing in permanent table, update the table with any legacy data changes.
If it is...
August 24, 2023 at 6:32 am
Viewing 15 posts - 46 through 60 (of 158 total)