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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:35:04+00:00 2026-05-11T17:35:04+00:00

I created a batch file to run SqlMetal and generate Linq2Sql data classes, check

  • 0

I created a batch file to run SqlMetal and generate Linq2Sql data classes, check into source control triggering a build, etc… I’d like to have this script run anytime there is a DDL change in Sql Server 2005.

Running the batch file via xp_cmdshell works fine outside of a trigger, like this:

exec master..xp_cmdshell 'd:\dev\db_triggers\generatedataclasses.bat', no_output

But when it runs as a trigger, it always times out connecting to the database, causing all DDL to fail. Here’s my trigger:

CREATE TRIGGER [Trig_SqlMetal]
ON DATABASE
FOR DDL_DATABASE_LEVEL_EVENTS 
AS
exec master..xp_cmdshell 'd:\dev\db_triggers\generatedataclasses.bat', no_output

I’m looking for advice on two points:

  1. Make this work. For some reason it always fails when in the trigger, and doesn’t when not in a trigger. Doesn’t appear to be security related since it runs as LocalSystem in both cases.
  2. Make this happen asychronously so that failures and timeouts in SqlMetal don’t cause DDL update failure. I’ve tried wrapping the batch file with another and a “start cmd.exe /c otherbatch.bat”, but when running through sql server it seems to ignore the start (works fine from DOS). I could certainly write a polling process to look at some table and pickup events, but I’d prefer this be trigger based to make it less complex (or am I doing the opposite 🙂 ).
  • 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-05-11T17:35:04+00:00Added an answer on May 11, 2026 at 5:35 pm

    Your batch is probably being blocked because it tries to query data about the tables being created, but they are still locked inside a transaction (the trigger is part of the implicit transaction SQL Server starts for any DDL/DML statement), that will complete only after the trigger finishes.
    The only “almost” practical way of asynchronous execution in SQL Server 2005 or higher that I know of is Service Broker. Look for “Service Broker Internal Activation”.
    In practice it is a bit complex to set it up properly, so you might well choose to go for the pooling option.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 119k
  • Answers 119k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The C++ String Algorithms Library from Boost has pretty much… May 11, 2026 at 11:49 pm
  • Editorial Team
    Editorial Team added an answer Let's assume you want to know how long ago the… May 11, 2026 at 11:49 pm
  • Editorial Team
    Editorial Team added an answer All you need to do is use a URLLoader. var… May 11, 2026 at 11:49 pm

Related Questions

I've created a one-line batch file to run SqlMetal to regenerate a LINQ to
I have a process that needs to run under administrative privileges. I need the
I have several servers hosted with GoGrid, and every time I reboot one of
Our application uses a combination of ASP.NET and Flex platforms. I am able to

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.