Viewing 15 posts - 571 through 585 (of 2,648 total)
open the file with a hex editor and see what the values are - likely they are (were) in a codepage that you aren't using and therefore it seems wrong.
put...
March 7, 2023 at 12:31 pm
CXPACKET is not bad on its own - it may only be an indication that some queries are going parallel when they don't need/or could work better serially.
so those cxpacket...
March 3, 2023 at 1:48 pm
I called him out on the fact that he had 4 threads asking exactly the same thing - he didn't like it
https://www.sqlservercentral.com/forums/topic/ssrs-rendering-format-excel-change -- I made the comment on...
March 2, 2023 at 8:54 pm
I called him out on the fact that he had 4 threads asking exactly the same thing - he didn't like it
https://www.sqlservercentral.com/forums/topic/ssrs-rendering-format-excel-change -- I made the comment on this one
https://www.sqlservercentral.com/forums/topic/changing-excel-download-rendering-format
https://www.sqlservercentral.com/forums/topic/changing-the-excel-rendering-format
https://www.sqlservercentral.com/forums/topic/change-excel-download-column-format-to-text
March 2, 2023 at 5:34 pm
regarding https://www.sqlservercentral.com/forums/topic/writing-a-line-for-each-day-of-month
can someone post a link to an older thread the OP created that does what it's asking (again) to be given to them.
older thread is https://www.sqlservercentral.com/forums/topic/how-do-i-write-a-record-for-each-day-in-a-date-range
I can't reply as...
February 28, 2023 at 8:51 pm
anyone has any ideas regarding this https://www.sqlservercentral.com/forums/topic/deadlock-related-to-autocreateqpstats
February 24, 2023 at 5:42 pm
its the standard sql 2012 spam - next post from the OP will be a "i got this" with a spam link
February 22, 2023 at 10:47 am
you talking about power bi report server on prem or Power Bi service on cloud? if on prem scheduling is the same as with SSRS (PBIRS is a superset of...
February 21, 2023 at 5:19 pm
dup post - see replies in https://www.sqlservercentral.com/forums/topic/bulk-insert-problem-for-cav-file-2
February 20, 2023 at 1:33 pm
without you giving us the sp and the exact lines where it is happening we can't really help you other than telling that the most obvious error is that your...
February 20, 2023 at 1:31 pm
on my script, after the first line
$domain = Get-ADDomain -Current LocalComputer
add your code
File = "F:\Temp\GroupsInput.txt" #File must contain one group per line with no qualifiers, like quotes.
$group = ""
$groups =...
February 15, 2023 at 6:43 pm
the code I gave above show you how to do it - just adapt to your needs.
February 15, 2023 at 2:00 pm
your try/catch would need to be done differently as it needs to be outside the variable assignment
Constant variables should also be set outside of loops - that is the case...
February 14, 2023 at 8:22 pm
it all depends on one's needs - but normally checkdb is done once a week instead of daily.
as for checksum - its advisable to have it assuming your server can...
February 12, 2023 at 5:17 pm
one thing for you to do is to add compression to the backup - it will speed it up and will reduce the size of files as well.
depending on how...
February 12, 2023 at 2:57 pm
Viewing 15 posts - 571 through 585 (of 2,648 total)