Viewing 15 posts - 721 through 735 (of 2,863 total)
Personally - I would not do this on the SQL side. The ONLY way I can think of to do this would be with dynamic SQL and to me that...
December 7, 2021 at 5:54 pm
My opinion - every time I've seen an "unable to delete" error, or unable to copy, move, archive, etc, it has been due to disk failure. I would run a...
December 7, 2021 at 2:16 pm
I wish my disk latency was down as low as 8ms... my lowest read stall is 11ms and the highest is 265869 ms; mind you that DMV is showing you...
December 6, 2021 at 9:58 pm
I think it depends on your source. I am assuming this is still the TAR source, in which case you would just need to treat it like a bunch of...
December 6, 2021 at 8:56 pm
What command are you using for tar? If you are using the native tar built into windows 10, then you would run:
tar -tf <archive name>
which will give you the contents...
December 6, 2021 at 6:04 pm
Have you tried unpausing it?
Personally, I am not a big fan of activity monitor. It shows information in one nice dashboard, but even some Microsoft employees recommends against - https://redmondmag.com/articles/2021/08/25/activity-monitor-sql-server-performance.aspx.
I...
December 6, 2021 at 5:25 pm
I had some "fun" last night trying to get into my playstation account with 2FA turned on. Enter username and password, next it tells me it sent a text to...
December 6, 2021 at 2:58 pm
Maybe I'm a bit out to lunch here, but those read stalls look pretty small. 1000 ms is 1 second, so your read stalls on the primary and secondary average...
December 6, 2021 at 2:43 pm
One other thought - is the folder a network share? If so, you will need to use the FQDN path to the location (ie //server.domain.com/share/path) rather than the letter (ie...
December 6, 2021 at 2:31 pm
NOTE - the below is based on my understanding of your code and doing a quick translation into C# as I know C# a bit better than the language you...
December 3, 2021 at 8:23 pm
My thoughts - a database should be used when you need to have a centralized location for shared data for medium to long term storage for data. With exceptions. I...
December 3, 2021 at 4:11 pm
At times it is really nice because you have the freedom to do the full development from end to end, but at other times it is painful because you start...
December 3, 2021 at 3:20 pm
Since you are able to get the full name which is half of your battle. I see multiple approaches to this, none of which are "pretty".
The most supportable approach I...
December 2, 2021 at 8:58 pm
I agree... Our walls are low, but they still exist. And in some cases they should exist. For example, you wouldn't want me mucking around with AD or spinning up...
December 2, 2021 at 6:04 pm
Quick check online, masks are applied at the table level, not the view level. So to answer question 1 no you cannot use the built-in masking function on a view...
December 2, 2021 at 5:59 pm
Viewing 15 posts - 721 through 735 (of 2,863 total)