About 69 results
Open links in new tab
  1. Is there anything out there like redgate sql prompt, that isn ... - Reddit

    Oct 1, 2022 · If you want SQL Prompt, its $179 /yr only. Your alternative for prompt would be the free Apex Complete, but it doesn't hold a candle against prompt and from experience gets in the way of …

  2. Using @Prompt in sql using SAP BO WEBI 4.2 SP3

    Jan 18, 2017 · Does anyone know of a way to use the @Prompt in SQL for SAP WEBI 4.2? - Or any other way to have 'flexible' time dimensions where it is possible to set a from-date or to-date …

  3. How to prompt an SQL query user to input information

    SQL is not effective for the task you are describing. A high-level language such as Python/Java/C# would allow you to easily prompt for user input and would arguably be more suited to the job.

  4. How to connect to SQL Server from command prompt with Windows ...

    Mar 21, 2014 · Sqlcmd -u username -p password assumes a username & password for the SQL Server already setup Alternatively how can I setup a user account from command prompt? I've SQL Server …

  5. r/SQL on Reddit: Is there an IDE, or any extensions for Visual Studio ...

    Oct 24, 2023 · Redgate SQL Prompt - not free (but there is a free trial) - but has so many useful code formatting features. Will be a good start - has shortcuts for common formatting tricks such a …

  6. What actually PROMPT<?> syntax do in oracle procedure?

    Nov 21, 2022 · PROMPT has a meaning if you run some code in SQL*Plus (not many people do that nowadays). It displays text what follows that keyword.

  7. Alternatives to SQL Prompt : r/SQLServer - Reddit

    Sep 19, 2019 · Redgate SQL Prompt is a good tool, but I prefer dbForge SQL Complete. If you are wondering why, I recommend an article that compares the features of three tools - dbForge SQL …

  8. Provide a message prompt for user input in SQL Developer 3.1.07

    Mar 1, 2007 · 1 I am trying to get the user to input the date into a substitution variable but want the prompt message to prompt the user to input the date in the correct format.

  9. What the must have tools for ssms? : r/SQLServer - Reddit

    Apr 16, 2021 · Sql prompt for the completion, as other have said, but I like that ssms toolbox snippet can also be used in a comment. Also, I like the "editor plus" (I think, not in front of a windows machine …

  10. how to execute SQL statements in command prompt (CMD)

    Jan 7, 2014 · 12 You are looking for the sqlcmd utility lets you enter Transact-SQL statements, system procedures, and script files at the command prompt