Viewing 15 posts - 316 through 330 (of 6,678 total)
It also looks like you are not performing regular frequent transaction log backups. In SQL Server - when the database is not in simple recovery model, you must take frequent...
January 30, 2023 at 5:37 am
I would take the time to reinstall/reconfigure the workstations - using a CNAME alias instead of the actual server name. In the future when you have to perform another upgrade...
January 29, 2023 at 6:07 pm
That is very interesting - learn something new every day. Thanks for the update.
January 24, 2023 at 9:55 pm
Is this part of an availability group?
January 20, 2023 at 7:21 pm
So you changed it from Azure to an Azure Managed Instance - and no, it isn't currently possible to setup an AG with an on-prem instance and an Azure Managed...
January 12, 2023 at 11:06 pm
Another option is to use SSRS instead of SSIS - which then gives the end users a portal where they can access the 'report' and export it whenever and however...
January 11, 2023 at 9:35 pm
It should be possible - I think it depends on the version and maybe edition. How much effort is involved in setting it up may have changed with SQL Server...
January 10, 2023 at 7:45 pm
Since the installation now includes enabling that feature - and when checked it places the per-service SID in the appropriate local policy, I am not sure why there is any...
January 7, 2023 at 6:01 pm
I am not sure why you are questioning using the service SID in that rights assignment. The installation media from 2016 and up now includes the ability to set that...
January 6, 2023 at 10:25 pm
I can make a couple of recommendations:
January 5, 2023 at 10:47 pm
The other option is to convert those CR and LF to text values that you can then convert after importing. If you use a tab delimited - or pipe delimited...
January 5, 2023 at 10:06 pm
No I created a staging table on remote server and doing the ETL there before moving dataset back to Local server,,
Thanks.
But you are still using the linked server to...
January 5, 2023 at 5:49 pm
As stated before - convert the dates to UNIX timestamps and use those values in your query. I would not try to figure out the end time unless the time...
January 4, 2023 at 9:18 pm
Viewing 15 posts - 316 through 330 (of 6,678 total)