Home
Rider Support | JetBrains
Contact Support
Community
Sign in
Aleksandr Molchanov
Total activity
35
Last activity
December 04, 2025 17:14
Member since
February 10, 2023 13:12
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Articles (0)
Posts (0)
Comments (22)
Sort by recent activity
Recent activity
Votes
Created
February 23, 2024 15:01
If you're just declaring the @UserEmail and initiating this variable during the execution, you can use the expression by enclosing the variable name in quotes -> where id=:'@UserEmail' Or do you w...
Community
General Discussion
Running C# SQL String with a parameter causes [S0002][137] Must declare the scalar variable
0 votes
Edited
February 20, 2024 11:14
We have user parameters section in File | Settings | Database | Query Execution | User Parameters You can trigger a parameter prompt: where user = :'id'. You can add the value from the prompt
Community
General Discussion
Running C# SQL String with a parameter causes [S0002][137] Must declare the scalar variable
0 votes
Created
February 19, 2024 12:50
Hi, Based on the error message, it looks like that variable is beyond the scope when it's being executed. May I know how and in which code portion you initialized / declared your variable? Also, n...
Community
General Discussion
Running C# SQL String with a parameter causes [S0002][137] Must declare the scalar variable
0 votes
Edited
August 29, 2023 15:04
You can certainly try to achieve this via a script. First, please familiarize yourself with the XML file structure for storing data source information. You'll be looking for dataSources.xml file fo...
Community
General Discussion
Bulk import database connections in Rider
0 votes
Created
August 28, 2023 10:50
Hi Igor, The data sources (connections to your database) are stored in XML format and every data source gets assigned a unique UUID. Using Import from Clipboard option will only work for importing...
Community
General Discussion
Bulk import database connections in Rider
0 votes
Created
February 15, 2023 12:39
Thank you for the clarification. Unlike SQL Files, Console instances are strictly tightened to the data source, and there's no way you could switch between different consoles connected to different...
Community
General Discussion
Change connection of quert
0 votes
Edited
February 14, 2023 16:47
Thanks for the update.These parameterized columns belong to unused code; you can see it if hovering with the cursor one of those columns. If you don't want them to be highlighted, you can disable t...
Community
General Discussion
SQL Variables are Different Colors
0 votes
Edited
February 13, 2023 17:04
Thanks for the update.If you navigate to Service View and right-click on a File under current console connection, you can click Attach Session. From there, you can switch to a different console con...
Community
General Discussion
Change connection of quert
0 votes
Created
February 13, 2023 16:40
Hi Sean,I wrote a procedure alike yours in a sql file, but couldn't reproduce this behavior. Can you provide a DDL of this procedure so we can do another test?
Community
General Discussion
SQL Variables are Different Colors
0 votes
Edited
February 10, 2023 13:13
Hi Spingee,You can use SQL files for switching between data sources, based on the same SQL engine. To do so, you need to open a SQL file and change the session. You can either use an existing or cr...
Community
General Discussion
Change connection of quert
0 votes
«
First
‹
Previous