Viewing 15 posts - 31 through 45 (of 2,646 total)
you need to select it - from your image while it is available, it is not selected hence it won't log
April 28, 2025 at 9:22 am
by using SSIS you need to also worry about the SSIS execution timeout itself on top of the remote server one
and you also have to worry about the serverwide remote...
April 19, 2025 at 6:07 pm
use a "group by" on the string_agg sub query
April 16, 2025 at 4:16 pm
I would change the following
(1 + (COALESCE(Factor,0)/100)) * @PreviousCalculation
to be
(1 + (COALESCE(Factor,0.)/100.)) * @PreviousCalculation -- notice the "dot" on the divide (100.) and on coalesce of factor-
depending on the values...
April 12, 2025 at 12:55 am
PowerQuery source works in SSIS - just needs to be done correctly (which you on your thread about it seem to have done all required EXCEPT 1 very important step...
April 9, 2025 at 4:28 pm
within SSMS
Database ->Storage->Partition Functions
Database ->Storage->Partition Schemes
March 25, 2025 at 3:15 pm
yes you can copy them to another location and process them on a different server.
March 6, 2025 at 2:00 pm
you read them in SQL Server as any other .xel file (or through powershell - google it)
March 6, 2025 at 8:43 am
folders like this should be owned by a group containing the domain administrators - and then these can grant required permissions to local administrators and other accounts as needed
March 5, 2025 at 12:54 am
starting to get annoyed with this user https://www.sqlservercentral.com/forums/user/srinivasdba19
been posting scripts (and not his own for sure) as reply to a whole bunch of threads - some of the scripts are...
March 1, 2025 at 7:58 pm
doesn't the hotfix work?
February 27, 2025 at 3:28 pm
'{000C1B7A-164A-4243-9952-01BC82236EB0}' is not the same as '000C1B7A-164A-4243-9952-01BC82236EB0'
February 26, 2025 at 10:57 am
some changes on forums are acceptable - SQL ServerCentral change from old format was a "soft" change and not a "I will never use this again" change.
I used to be...
February 24, 2025 at 2:01 pm
issue with using a "specific login" is that a sysadmin can execute as any login - so it will still not prevent a DBA from doing it which was the...
February 17, 2025 at 9:28 am
you can't - and if you don't trust your dba's not to use it then change the process of accessing that linked server so that it is on a black...
February 13, 2025 at 11:27 pm
Viewing 15 posts - 31 through 45 (of 2,646 total)