Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8947421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:45:23+00:00 2026-06-15T12:45:23+00:00

I am using following SQL query to get version number from database through a

  • 0

I am using following SQL query to get version number from database through a batchfile.

sqlcmd.exe -S localhost -d MyDB 
           -Q "set nocount on;Declare @VersionNumber nvarchar(128) set @VersionNumber = (select top 1 versionnumbe from Table_schemaversion order by Id desc)  print 'Your Previous Version is: ' + @VersionNumber "

This query is working fine, and producing the correct result.

But now I need to store this result into a local variable of the batch file. And I cannot use any external file here, I have to do this by the query written above, only.

How can I do this? Can anybody let me me about a solution to do this?

Thanks in advance…..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T12:45:25+00:00Added an answer on June 15, 2026 at 12:45 pm

    If the command result is a single line this will be enough:

    FOR /F "usebackq" %%S IN (`sqlcmd.exe -S localhost -d MyDB  -Q "set nocount on;Declare @VersionNumber nvarchar^(128^) set @VersionNumber = ^(select top 1 versionnumbe from Table_schemaversion order by Id desc^)  print 'Your Previous Version is: ' + @VersionNumber "`) DO SET var=%%S
    

    or

    FOR /F  %%S IN ('sqlcmd.exe -S localhost -d MyDB  -Q "set nocount on;Declare @VersionNumber nvarchar^(128^) set @VersionNumber = ^(select top 1 versionnumbe from Table_schemaversion order by Id desc^)  print ^'Your Previous Version is: ^' + @VersionNumber "') DO SET var=%%S
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using the following code to generate excel from sql through php.this is
I am using following SQL Query: SELECT `comment`.`id` AS `comment_id` , count( `comment_likes`.`comment_id` )
I have a SqlDependency set up using the following query: string sql = "SELECT
I'm using SQL Server 2008 and the following query to implement paged data retrieval
Trying to get searching working on Heroku using partial search The following query generates
I am using following code: Note that i HAVE TO SEND SQL Query so
In the following SQL query using the PreparedStatement class: String query_descrip = insert into
I am using SQL Server. I have the following query: select convert(varchar(10), MAX(closedate), 101)
Hi i am using the following dynamic sql: declare @cmd nvarchar(4000) set @cmd= 'select
I am using SQL Server 2008 management studio to execute the following SQL statements,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.