Viewing 15 posts - 106 through 120 (of 13,659 total)
Don't think so. The customer would be 100 miles around the block and the solution and data itself only existed on the customers server.
No other option than to set...
September 3, 2024 at 7:42 am
Yes, of course.
In fact I would say that you've been going against best practice for those 15 years.
Developing locally with VS and SQL Server and then checking in your changes...
September 3, 2024 at 6:56 am
We do need some more information here.
While you have provided your desired output, can you also provide the input data corresponding with that desired output, so that someone here can...
September 1, 2024 at 7:36 am
I don't know how much it matters, because I always make sure my version of VS is at least as high as the version of SQL Server I am deploying...
August 30, 2024 at 1:05 pm
Are you editing the SSIS project in VS2022?
Have you set TargetServerVersion to SQL Server 2022 in the project's properties?
Have you taken the 'Upgrade All Packages' option to make sure they're...
August 30, 2024 at 10:49 am
There might be some fair overhead to getting the current length of a text column. If you really have to have that, add a column to the table to...
August 30, 2024 at 9:13 am
Is this a blog post, or do you have a question?
August 29, 2024 at 4:11 pm
Comments posted to this topic are about the item GIT Configuration and Automated Release for Azure Data Factory, which is is not currently available on the site.
It's available to...
August 29, 2024 at 9:16 am
Drew's suggestion is the way forward. Here is an article which demonstrates the technique:
https://www.sqlservercentral.com/articles/the-output-clause-for-update-statements
August 28, 2024 at 2:17 pm
I ran into this issue using dbatools
WARNING: [09:31:34][Get-DbaDatabase] Failure | The certificate chain was issued by an authority that is not trusted
Set Trust Server Certificate to true to jump...
August 27, 2024 at 1:43 pm
thx phil, its tempting but then i have to wonder why the bogus pkg has no problems connecting to a different server from the vm using native.
True, I think...
August 27, 2024 at 12:58 pm
thx phil, its tempting but then i have to wonder why the bogus pkg has no problems connecting to a different server from the vm using native.
True, I think...
August 27, 2024 at 12:56 pm
When I connect to 2022 databases on an Azure VM, I use the MSOLEDB provider, because I had trouble connecting with Native Client. Maybe you could try that.
August 26, 2024 at 8:16 pm
When you say 'the catalog is there', what do you mean? SSISDB is the catalogue. The action of creating the catalog creates SSISDB.
August 21, 2024 at 3:54 pm
Viewing 15 posts - 106 through 120 (of 13,659 total)