Viewing 15 posts - 3,241 through 3,255 (of 39,725 total)
Here's the issue. AE requires the cert to be installed for the system and access to resources outside of SQL Server. This also does an encryption outside of the db,...
October 15, 2019 at 5:58 pm
I see few people use it. Those that do think it's great, but I think this is a bit of you needing to ensure your process fits with DQS, not...
October 15, 2019 at 5:56 pm
I agree with Jeff. If you want to change passwords, do so though be aware this might mean reboots or restarts. For service accounts, use group service accounts, or strong,...
October 15, 2019 at 5:53 pm
Edition? This matters.
SQL licensing guide: https://www.microsoft.com/en-us/sql-server/sql-server-2017-pricing
For Standard, only 20 cores are used. If you want 24 cores, you need to go with Enterprise.
You cannot license 8 cores. From the...
October 15, 2019 at 5:50 pm
I assume this was a dev server of some sort?
Moving the files is good for organization, but it doesn't really matter here. I would likely have left them alone and...
October 15, 2019 at 5:43 pm
Scott has a good explanation, but I agree with Eirikur, get Grant's book: https://www.sqlservercentral.com/books/sql-server-execution-plans-second-edition-by-grant-fritchey
October 15, 2019 at 5:37 pm
OK, I assume you mean that you can look at the SQL Server error log and see this. It is also logged to the Windows Application log, and you can...
October 15, 2019 at 5:27 pm
Closing. Post here: https://www.sqlservercentral.com/forums/topic/not-seeing-failed-logins-in-log-viewer-or-profiler
October 15, 2019 at 5:21 pm
Wed am. Not going to the opening party, no ticket, but will be in the WSCC until 4-5.
October 15, 2019 at 4:38 pm
It's a feast or famine year. Not a good showing, though I really didn't have much on my bench that would have helped.
I'll be at Summit Mon/Tue only.
October 15, 2019 at 4:21 pm
Thanks, edited the article and you are welcome.
October 15, 2019 at 4:20 pm
Try this in a file, edit the SQLCMD to match what you need.
@@echo off
setlocal EnableDelayedExpansion
for %%x in (*.sql) do (
set source=%%x
echo sqlcmd -E...
October 15, 2019 at 4:15 pm
Without persisted, this doesn't work. That was what the question tested, not if you can find a way to index a float column.
October 15, 2019 at 4:05 pm
Good to hear. If you ever want to write up how this works for you, or how you do the imaging, we'd love to see an article.
October 15, 2019 at 3:54 pm
If memory serves, it's a mix of commodity and cloud. However, they certainly share lots in the cloud, but use hardware to filter this down to reasonable levesl quickly, so...
October 14, 2019 at 11:01 pm
Viewing 15 posts - 3,241 through 3,255 (of 39,725 total)