microsoft / microsoft/sql-server-samples
Importing AdventureWorks script does not work on fresh install of SSMS 19
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 11.2k
- Forks
- 9.1k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 14
Description
When trying to create the database through the script provided here, the script fails on the Full Text dialog creation, since this is not by default added to a SSMS installation.
Msg 7609, Level 17, State 5, Line 3518
Full-Text Search is not installed, or a full-text component cannot be loaded.
Msg 7609, Level 17, State 5, Line 3525
Full-Text Search is not installed, or a full-text component cannot be loaded.
Msg 7609, Level 17, State 5, Line 3532
Full-Text Search is not installed, or a full-text component cannot be loaded.
There are also no clear instructions on how to install Full-Text Search anywhere on the Microsoft website.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the AdventureWorks OLTP install script linked in the issue and inspect the Full-Text statements around lines 3518, 3525, and 3532. Reproduce the failure on a fresh SSMS 19 setup, then verify that the completed work either makes the import succeed or clearly documents the required Full-Text Search setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases, documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100