question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add script command to sql-cache tool

See original GitHub issue

Is your feature request related to a problem? Please describe.

I am trying to create the tables for distributed sql cache via the dotnet tool “sql-cache”. This works well, as long a I am developing and have full database access, but it’s not working for scenarios, where I lack of access rights.

Describe the solution you’d like

Add dotnet sql-cache script, so the neccessary commands are written to the stdout and can easily be copied to an textfile.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
ajcvickerscommented, Aug 6, 2020

@mkArtakMSFT Ownership of the SQL caching tool was transferred to @ericstj’s team. I’ll move this to dotnet/runtime.

0reactions
Tratchercommented, Aug 25, 2020

It’s called help wanted in this repo. We also have good first issue for easier items.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating ASP.NET Core SQL Cache table
When I execute dotnet -h , I get .NET Command Line Tools (2.0.2) , etc. Surprisingly enough, sql-cache is not listed there among...
Read more >
Implementing Caching in ASP.NET Core with SQL Server
You can do this by running the command dotnet tool install --global dotnet-sql-cache . Once you install this tool, you can use this...
Read more >
Distributed caching in ASP.NET Core
The tool creates a table with the name and schema that you specify. Create a table in SQL Server by running the sql-cache...
Read more >
dotnet-sql-cache 7.0.10
Version Downloads Last updated 8.0.0‑preview.7.23375.9 37 8 days ago 8.0.0‑preview.6.23329.11 49 a month ago 8.0.0‑preview.5.23302.2 57 2 months ago
Read more >
How to use SQLCMD commands in the SSMS query editor
To do that, go to the SSMS main menu and under the Tools menu choose the Options command: This will open the Options...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found