Viewing 15 posts - 1,336 through 1,350 (of 39,538 total)
That gives the installation of the files for Full-Text search, not if it is in use. Enabled is a strange term. It's essentially always enabled if installed, but might not...
May 10, 2022 at 4:56 pm
Thom has provided good logic. What do you want? 35 characters from the beginning and then remove any whitespace? Or remove whitespace, then take the 35 characters from the left.
May 10, 2022 at 4:52 pm
As Phil noted, input types matter
DECLARE @i INT = 100
, @j NUMERIC(7, 4)
SELECT @j = @i
SELECT @i, @j
May 10, 2022 at 4:49 pm
I have a home office, and I'm in and out regularly, but I do make it a point often to not go in there unless I need something or I'm...
May 6, 2022 at 2:30 pm
Those are cool places. I'm heading to Lingen this year, from Amsterdam. I count the latter as I spent a weekend there in college, getting another 2 days this year.
I've...
May 2, 2022 at 8:34 pm
Glad to see you've been to a few places. I've done a lot in the last 4-5 years, close to and in my 50s. It's a challenge to travel, though...
May 2, 2022 at 3:14 pm
Good point, Rod. You can do this from ADS/VS. I'll do a short article on that.
May 2, 2022 at 3:11 pm
You can use PoSh (https://www.visualstudiogeeks.com/DevOps/UsingPowerShellForGitHooksWithVstsGitOnWindows). You could also use batch files (https://stackoverflow.com/questions/49032756/git-hooks-on-windows-with-batch).
These technically start with bash as the way git works is to be cross-platform, so bash is...
April 28, 2022 at 3:37 pm
I think AGs are great, but as you noted, testing is important. I've backup/restore elsewhere and verify things work on the new version. That's really important. I'd also set up...
April 27, 2022 at 7:50 pm
It's not permissions, it's a policy. There is something set that is interfering with the sQL installation.
April 26, 2022 at 3:28 pm
The big issue for compliance in many orgs is knowing what was done. Not preventing mistakes, but knowing that a mistake was made.
There are companies who have developers merge code...
April 25, 2022 at 11:09 pm
There is an OPENDATASOURCE or OPENROWSET, though this is really for adhoc work. You can use those if you have a SQL SErver instance.
SSMS does not connect directly to Excel.
April 25, 2022 at 11:07 pm
dbcc is there to alert you of problems when they occur, primarily corruption issues.
If you don't run these, then they can be in your backups. Potentially if you needed to...
April 25, 2022 at 11:05 pm
This is a policy issue, not Microsoft. Your org has locked down the machine. Talk to a domain admin.
April 25, 2022 at 11:01 pm
The Bible series are a good overview of the platform. That being said, SQL Server 2016 changed how the platform works dramatically, so I don't know that I'd pay much...
April 25, 2022 at 11:00 pm
Viewing 15 posts - 1,336 through 1,350 (of 39,538 total)