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 8169523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T20:52:08+00:00 2026-06-06T20:52:08+00:00

I need to exec this sql query on my Windows SQL Server 2005, can

  • 0

I need to exec this sql query on my Windows SQL Server 2005, can i do this with a batch script?

The sql query

UPDATE VI_CURR_INFO SET 
    ends_days = '2005', 
    check_code = '1', 
    memb_name = '123132', 
    memb_guid = '1', 
    sno__numb = '1', 
    Bill_Section = '6', 
    Bill_Value = '3', 
    Bill_Hour = '6', 
    Surplus_Point = '6', 
    Increase_Days = '0' 

The database name is “test1”.
How to perform a batch script to do that?

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-06T20:52:09+00:00Added an answer on June 6, 2026 at 8:52 pm

    Create a script file that looks like this:

    use test1
    go
    
    UPDATE VI_CURR_INFO
    SET ends_days = '2005', 
        check_code = '1', 
        memb_name = '123132', 
        memb_guid = '1', 
        sno__numb = '1', 
        Bill_Section = '6', 
        Bill_Value = '3', 
        Bill_Hour = '6', 
        Surplus_Point = '6', 
        Increase_Days = '0'
    

    Save this as a script file (Script1.sql for example). And then use SQLCMD to run the script against an instance:

    sqlcmd -S YourServerName[\YourInstanceName] -i C:\YourScriptFileDir\Script1.sql
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to run a SQL script against SQL Server 2005 as part of
I have dynamic table so I need to execute this query DECLARE @SQL nvarchar(max)
I hava access DB, one of my function(C#.net) need to Exec a SQL more
I have a reasonably long SQL query that I need to run in a
I'm need to write a stored procedure for SQL Server 2008 for performing a
I can use the following code for tiny little queries: DECLARE @sql VARCHAR(8000) SET
Question In SQL Server 2005, I have a table with images (data type: image).
I have SQL Server 2008 and a JPA (EclipseLink) app. I need to be
I am developping an ASP2.0 website with a Microsoft SQL server 2005 Database. I
I have VBA code to run a query in SQL-Server 2008. It runs fine

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.