Viewing 15 posts - 751 through 765 (of 2,649 total)
MAX DOP should also be changed as well as CTFP value as they likely on default (0 and 5 respectively)
DOP depends on how many CPU's you have - CTFP I...
October 5, 2022 at 12:18 pm
SQL Server Agent job account needs access to the share/file - that is where it is failing now.
Or the Proxy account used to run SSIS packages if you defined one...
October 3, 2022 at 12:55 pm
its documented even if not clear for some.
https://learn.microsoft.com/en-us/sql/t-sql/queries/from-transact-sql?view=sql-server-ver16
| derived_table [ [ AS ] table_alias ] [ ( column_alias [ ,...n ] ) ]
October 2, 2022 at 6:33 pm
you need to get another admin to do it - or you setup a SQL agent job to delete it for you (but will need to kill all sessions with...
September 27, 2022 at 11:18 am
and using a sql agent proxy (can be per defined 1 per job) is in a way better than using the xp_cmdshell proxy (system wide).
on a multi-tenant server using the...
September 26, 2022 at 8:47 pm
if you have to ask you likely don't need it - and I have to say that there is huge amount of info on the net so you asking here...
September 26, 2022 at 6:02 am
big transaction that required more space to be allocated - when it failed it did a rollback so space is there now - but wasn't when the transaction was running...
September 25, 2022 at 7:50 am
can you give the full command line - change servername and package to something else but meaningful - this so we can see exactly which parms /options you passing to...
September 23, 2022 at 2:48 pm
One more question though. When we assign primary key to a column it creates clustered index by default on that column but I know that in future I will...
September 22, 2022 at 11:06 am
assuming you are using US formats you can do
select convert(decimal(10, 2), parse('$16,500.50' as money using 'en-US'))
September 20, 2022 at 9:08 am
for those who avoid twitter (like me) https://www.inverse.com/entertainment/babylon-5-reboot-cast-release-date-2023
September 19, 2022 at 3:16 pm
I'm not sure how server specs would translate to different behavior in the query engine. I did actually verify that the problem is version- specific. And a calculation with...
September 18, 2022 at 8:57 pm
even on the same version but with different server specs it can return different results - I would not consider it a bug but rather a consequence of using float...
September 18, 2022 at 9:49 am
I want more of B5... for work I would like those that don't understand the technology would include and listen to those that do in their discussions.
September 17, 2022 at 2:39 pm
Viewing 15 posts - 751 through 765 (of 2,649 total)