Viewing 15 posts - 916 through 930 (of 2,654 total)
you are never going to go past that error - you are converting from a nvarchar(255) to an int - to avoid the issue you will need to change the...
March 9, 2022 at 9:03 am
you likely also should change the BatchSize - 10k is normally way short of the best value - and optimal value also depends if your destination table is a HEAP,...
March 8, 2022 at 11:58 am
the thread above is one you created before with the particular csv file for treasury - I gave you a functional powershell example to download it for their site and...
March 6, 2022 at 9:14 pm
did you try the script I posted on your previous post ?
March 6, 2022 at 7:43 am
this new plan does is not using the same query as the original actual plan you supplied - neither do the tables seem to be the same (record count is...
March 5, 2022 at 5:19 pm
on top of what Sergiy said do have a look at the indexes as well - some can likely be removed as follows - and this will remove one of...
March 5, 2022 at 9:13 am
it was me - had already clicked button when I noticed mistake - did send the OP a message apologizing.
and yes it was pressure due to the spam abuse over...
March 2, 2022 at 11:08 am
and.... SA user should not be enabled at all!!!
and should not be used by ANY application either.
February 28, 2022 at 3:12 pm
been cleaning/blocking users as fast as I see them - but site managers should look at automatic rules as all those I did over last 3 days would be easy...
February 28, 2022 at 3:08 pm
This person is in way over their head.
one of those I refuse to help now - ignores suggestions and fails to supply requested information and just wishes for...
February 22, 2022 at 4:37 pm
I would look at PowerBI and Excel. You can use stored procedures and views as data sources if you want. What kinds of graphs etc did you want...
February 19, 2022 at 3:42 pm
if I got it correct the following likely to perform better - do look at the comment inside it - and as with everything test test and test again.
February 15, 2022 at 12:31 am
on top of using a non supported configuration - and potentially some licensing issues on that also (Office is not licensed to run on a server).
but that aside move that...
February 14, 2022 at 11:27 pm
you can't - dynamic sql required to do it and its not possible on user functions - see https://docs.microsoft.com/en-us/sql/relational-databases/user-defined-functions/create-user-defined-functions-database-engine?redirectedfrom=MSDN&view=sql-server-ver15
and even if you could it likely would not be advisable at...
February 12, 2022 at 7:03 pm
he/you can extract all packages to an .ispac, extract the .dtsx files from this (its just a .zip file) and then search/parse the packages for it. - that will give...
February 10, 2022 at 9:25 pm
Viewing 15 posts - 916 through 930 (of 2,654 total)