Viewing 15 posts - 661 through 675 (of 2,694 total)
it keeps surprising me that people still build stuff that is supposed to run on a server, were Excel/Office is neither licensed neither supported, and expect everything to work fine.
or...
January 17, 2023 at 10:26 pm
any of the SQL Clients allows you to setup a command execution timeout - that is for the full execution of either a single query or the whole of a...
January 17, 2023 at 8:03 pm
as per manuals you can upgrade to either - 2022 has significant functionality which would make it the desired target for me.
January 13, 2023 at 10:50 am
don't you you can find it elsewhere if it does not show on those dm views.
another thing you will not catch with those is tables used within dynamic sql. this...
January 12, 2023 at 9:53 pm
for anything being kicked off by the users against the server the user will require access to the server and to the database - access can be restricted to exactly...
January 11, 2023 at 12:22 pm
So all the SSIS package does it call a SP and generate the file? or does any type of transformation on the data it gets from the SP?
if no transformation...
January 11, 2023 at 12:00 pm
Assuming the package has been deployed to SSISDB, it may be called (with parameters as needed) from a stored procedure. Would that help?
likely not - SSIS catalog does not...
January 11, 2023 at 10:49 am
spam - exact copy of https://www.reddit.com/r/AZURE/comments/sb09bg/azure_pricing_sql_server_seems_pretty_high/ from Jan 2022
January 9, 2023 at 6:15 pm
without the full code (insert + table ddl) its not possible to state the exact issue - but I would guess the order of the columns being inserted do not...
January 9, 2023 at 5:08 pm
CR LF is breaking my data load into mysql, I have updated CR LF as space ' ' and load is working good.
it is not breaking it - you...
January 9, 2023 at 5:05 pm
I thought of using quotename. select * is not working some places found that because of CR LF.
select * does NOT CARE about CRLF - other than the thread...
January 9, 2023 at 10:00 am
but why do that update? if the data is there it likely has a good reason for it and should not be changed on a whim. (specially not if it...
January 9, 2023 at 9:58 am
HI,
fields terminated by "|" (the delimiter you used above), enclosed by '"' escaped by '"'
I have used the same test. But wherever there is a split it load as...
January 6, 2023 at 9:08 am
Thanks for the CR LF note, I am trying to bcp out from mssql and load to mysql.
if that is the case then doing what I stated is what...
January 5, 2023 at 4:56 pm
reason why you have your records split like that is because the data on those columns contain a CR or a LF or both - in order to be able...
January 5, 2023 at 9:09 am
Viewing 15 posts - 661 through 675 (of 2,694 total)