Viewing 15 posts - 646 through 660 (of 2,648 total)
the last " is not null or " gets removed from the output which is as per design e.g. the separator is only added if there is a string to...
December 24, 2022 at 12:15 am
then something you doing not exactly as it is.
I've tried your sql just replacing your function with sys.columns from master db and it works as expected with a total of...
December 24, 2022 at 12:05 am
elaborate on ssms limits? have a look at https://stackoverflow.com/questions/64704240/ssms-what-is-the-max-string-size-that-can-be-displayed-in-the-grid-for-varchar
and did you try what I said?
December 23, 2022 at 11:48 pm
if by not working you mean its not displaying it on SSMS that is "right" - SSMS will not display the full content.
if you wish to see all its content...
December 23, 2022 at 11:33 pm
smells like the usual lambda spam of "i got this" with a link
December 23, 2022 at 7:35 pm
if the initial string has no spaces you can use a combination of charindex and substring - you should be able to built something with these 2 functions without the...
December 23, 2022 at 9:08 am
Instead of enabling both successful and failed logins - you can configure an audit instead. The audit can also send the data to the application event log - but...
December 22, 2022 at 11:27 pm
from what is defined on this manual (you did read it didn't you?) it will not add entries to the log - furthermore you need to explicitly set CDC...
December 22, 2022 at 7:30 pm
on a diff note - might be good to start looking at options to replace reportviewer (and SSRS altogether) as .net core does not, and according to ms, will not,...
December 20, 2022 at 6:14 pm
you are mixing serverreport with localreport and I think that is your issue.
you can see on the local report mode that the parameter is added to the local report...
December 20, 2022 at 6:13 pm
it may have to do with how you are doing it.
passing parameters is as per manual e.g. "&Parametername=parametervalue" at end of url for report.
https://myrshost/ReportServer?/AdventureWorks 2008R2/Employee_Sales_Summary_2008R2&ReportMonth=3&ReportYear=2008
see attached for how it was...
December 20, 2022 at 5:13 pm
code is a snippet - missing parts which on their own can be wrong.
it is creating a proc with prefix SP_ - this should be avoided.
and its dynamic sql inside...
December 19, 2022 at 11:39 pm
what is the CTFP on that server? that will also affect it greatly.
December 18, 2022 at 12:47 pm
I believe your understanding is incorrect.
logical reads are always there - regardless of having a physical read or not, as pages are first read from disk to ram(buffer pool) and...
December 18, 2022 at 12:23 pm
spam - exact copy of a 10 month old post - https://www.reddit.com/r/dataengineering/comments/snzqty/upskill_azure_data_factory_knowledge/
December 16, 2022 at 3:33 pm
Viewing 15 posts - 646 through 660 (of 2,648 total)