Viewing 15 posts - 3,646 through 3,660 (of 39,819 total)
Ah, I didn't think the ID was counted, but as it's in every dataframe. I'll correct that.
Renaming the variable as well.
August 5, 2019 at 3:43 pm
I sure do. Used to lose Internet out here. We were the max distance from the CO (around 19k feet) And there would be intermittent issues at times with either...
August 5, 2019 at 3:42 pm
Normal has some odd definitions to people. When I worked in a mainframe environment, we knew thing were going down when everyone stood up in their cubes. This happened multiple...
August 5, 2019 at 3:31 pm
I know a few people that like the Slack channel sending, which we even added to SQL Monitor at Redgate. I agree a central spot to get some alerts...
August 5, 2019 at 3:27 pm
LAG is what I'd use as well, though really this is something we want to handle more in the front end as the positioning and rendering of the spaces in...
August 5, 2019 at 3:17 pm
Rebooted old node and tried again after failover? I assume this is shared storage clustering, so the same master.mdf was scanned with dbcc?
If so, I'd fail back and try again....
August 4, 2019 at 5:12 pm
Interesting discussion. I'm a fan of unit testing for a few reasons, but not "over testing". Test what you are working on, which might be alter the test.
Here's what I...
August 4, 2019 at 5:10 pm
That's an interesting idea. Might be worth scanning those, though I'd expect you get some alerts when you apply patches. I haven't heard issues with SQL Server binaries, but I'd...
August 4, 2019 at 4:41 pm
If someone is loading 27k rows into a dropdown, it can work for search/typing, but the render time might be high.
August 2, 2019 at 8:54 pm
Any activity for the database should change the timestamp. DBCC does create a snapshot, which I'm guessing marks some sort of item in the file.
August 2, 2019 at 8:49 pm
For others, use OUTPUT clause - https://docs.microsoft.com/en-us/sql/t-sql/queries/output-clause-transact-sql?view=sql-server-2017
August 2, 2019 at 8:49 pm
Use a CTE to get the cartesian of unique employees, when left join.
August 2, 2019 at 8:47 pm
I can't comment on this, but it seems like a file level filter driver, similar to what AV does. Those are not compatible with SQL Server and cause issues, especially...
August 2, 2019 at 8:46 pm
There are some tools like DQS, but I think they are fairly similar. There is also MDS (Master DAta Services), which could help. What are you looking for help with?
What...
August 2, 2019 at 8:43 pm
Viewing 15 posts - 3,646 through 3,660 (of 39,819 total)