Viewing 15 posts - 721 through 735 (of 2,857 total)
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
Looks to me like your data source is configured wrong on the report server. The error (if I am reading it right... I only know english, so I am just...
December 2, 2021 at 5:43 pm
Looking at that, the temp table is a heap, so unless tempdb is on slow disk OR tempdb is nearly full and your INSERT is causing a lot of auto-grow,...
December 2, 2021 at 5:40 pm
My opinion - this is a data problem, not something to be solved in your ConStr variable. I would fix this in the TCondition table as it contains the ">1000"...
December 1, 2021 at 9:45 pm
@Erland - my mistake. I had meant "SQL Server Management Studio presents the date in the format that is configured on the server", not SQL Server. SQL Server stores the...
December 1, 2021 at 9:35 pm
EDIT - disregard my post. Everything I said has already been in previous replies.
If memory serves, SQL Server presents the date in the format that is configured on the server. ...
December 1, 2021 at 8:52 pm
Are you trying to install SQL fresh OR is this an upgrade of SQL 2012 to SP3? Have you had SQL Server 2012 installed on that machine (and potentially the...
December 1, 2021 at 8:03 pm
Viewing 15 posts - 721 through 735 (of 2,857 total)