Viewing 15 posts - 751 through 765 (of 2,654 total)
you were clear - but you did NOT show us the code where you are trying to concatenate the fields - without that we can't tell you what you did...
October 9, 2022 at 9:57 pm
you didn't really post your code here neither the error you got - but look at function datefromparts which will allow you to do that easily.
October 9, 2022 at 7:35 pm
for info - kind of only found out recently why I still have the debug menu available.
I use SQL Complete PRO from Devart - this product adds the debug option...
October 9, 2022 at 9:13 am
can you give us the output of these queries
select @@version
select cpu_count
, hyperthread_ratio
, physical_memory_kb
...
October 9, 2022 at 8:18 am
on your command line you are using to create the .7z files you just add the extra parameter to 7z
October 6, 2022 at 11:45 am
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
Viewing 15 posts - 751 through 765 (of 2,654 total)