No announcements
Found 3554963 threads
-
0 Votes
sql server agent job is kicked off by whom?
One sql server one job is kicked off by event.Answered | 4 Replies | 1353 Views | Created by bestrongself - Wednesday, May 20, 2020 9:39 PM | Last reply by Olaf Helper - Friday, May 22, 2020 8:04 AM -
0 Votes
Control batch application from VB windows form
How can I make the .bat file to wait for my input from the windows form textbox and how to make the bat file to receive the input from my ...Answered | 3 Replies | 4659 Views | Created by bibi345 - Wednesday, August 4, 2010 10:25 AM | Last reply by Cor Ligthert - Wednesday, August 4, 2010 11:21 AM -
0 Votes
Run SQL Script from a a Batch File
Hi SaQvl, As Scott metioned, you shall use sqlcmd to execute a tsql script.Answered | 6 Replies | 3849 Views | Created by sw125 - Monday, April 6, 2015 3:26 PM | Last reply by ryguy72 - Tuesday, April 7, 2015 6:07 PM -
0 Votes
how to get output from the batch file whether the statement has executed
If you post that exact question in ITCG you'll very quickly end up in off-topic as an unanswerable driveby question.Answered | 2 Replies | 1244 Views | Created by Selvis - Friday, September 25, 2015 10:36 AM | Last reply by Mike Laughlin - Friday, September 25, 2015 12:13 PM -
0 Votes
Execute Batch file from application
maybe we can use some code from the following code: http://forums.microsoft.com/MSDN/ShowPost.aspx?Answered | 19 Replies | 12805 Views | Created by OMEGA_ReD - Wednesday, August 22, 2007 8:35 AM | Last reply by Rajababu Sharma - Monday, December 7, 2015 8:35 AM -
1 Votes
ServerApplicationContext + OWIN
In normal LS usage one should always call .CreateContext() only if .GetContext() returns null - it has been a while since I've used this, but that is how it works from ...Answered | 7 Replies | 968 Views | Created by polacho - Friday, July 8, 2016 1:19 PM | Last reply by polacho - Friday, July 15, 2016 8:17 AM -
0 Votes
How to get addin host executable application path?
From the MethodBase you can obtain the Module and from this, the Assemby.Answered | 2 Replies | 538 Views | Created by innovoCAD - Thursday, June 23, 2016 12:13 PM | Last reply by SimonRev - Thursday, June 23, 2016 7:26 PM -
1 Votes
Execute Batch File From C# Console
If you need to remove them, you can do it like this: @ECHO OFF CLS FOR %%A in (%1) do set ARG1=%%~A FOR %%A in (%2) do ...Answered | 3 Replies | 21913 Views | Created by Oasisfactor - Saturday, August 11, 2012 4:43 PM | Last reply by R Y Sri Varshan - Sunday, August 12, 2012 7:32 AM -
0 Votes
Batch Script Not Moving File Over to Mapped Drive
When you say that something didn't work, you have to say how it didn't work.Answered | 3 Replies | 1174 Views | Created by Dynamic009 - Thursday, September 24, 2015 1:57 PM | Last reply by Bill_Stewart - Thursday, September 24, 2015 4:50 PM -
8 Votes
ServiceContractAttribute Issue in Self Hosted Application:
At this point, I don't have VS2005 installed - I'm just using CSC from the command line.Answered | 13 Replies | 15973 Views | Created by Uma Lakshmi - Wednesday, January 24, 2007 6:37 AM | Last reply by KrajCA - Tuesday, February 7, 2012 12:13 AM -
0 Votes
Not able to execute SSIS package from batch file
Hi Manju, Please create the batch file like the following codes shown if you want to execute one package with project connection ...Answered | 7 Replies | 2933 Views | Created by msmanju99 - Wednesday, July 8, 2020 4:40 PM | Last reply by msmanju99 - Friday, July 10, 2020 2:11 PM -
3 Votes
How to execute a batch file in TFS 2010
My Requirment is I have a batch file in sourceDirectory and when I call that batch file it should generate a sql script.Answered | 7 Replies | 5459 Views | Created by nmittapalli - Friday, July 29, 2011 11:30 AM | Last reply by Ahmed Al-Asaad - Tuesday, August 2, 2011 9:34 PM -
0 Votes
Batch Script to Compare Software Versions
This is going to be challenging using shell scripting (batch) only.Answered | 3 Replies | 3178 Views | Created by NeedAnswers8 - Tuesday, January 13, 2015 5:35 PM | Last reply by Frederik Long - Tuesday, January 13, 2015 7:22 PM -
3 Votes
How to run C# program from batch file
Put following contents in that file @ECHO off ECHO Executing XML handler!Answered | 4 Replies | 15057 Views | Created by ALg0 - Friday, June 17, 2011 10:45 AM | Last reply by ALg0 - Friday, June 17, 2011 11:39 AM -
1 Votes
Running batch Cleanup scripts
Send us any feedback you have about the help from MSFT at EMAIL GONE.Answered | 5 Replies | 9015 Views | Created by JFF111 - Wednesday, September 30, 2009 3:19 PM | Last reply by Edwer Fang - Tuesday, October 6, 2009 7:34 AM -
2 Votes
Execute batch file
Hello, I have a simple and short batch file I am trying to execute from SQL server.Answered | 2 Replies | 1175 Views | Created by Tshindaye - Monday, July 28, 2014 1:22 PM | Last reply by Javier Villegas - Monday, July 28, 2014 1:33 PM -
2 Votes
Basic question - need to query windows 7 registry using batch script and based on value execute a script
To make it a more elaborate, consider you need to get the value of the key "HKLM\Software\Microsoft\Internet Explorer\Version" (which gives you the IE version in machine), you can ...Answered | 3 Replies | 3661 Views | Created by dannychris82 - Sunday, June 3, 2012 7:44 AM | Last reply by dannychris82 - Sunday, June 3, 2012 5:22 PM -
0 Votes
How do we do batch execution of multiple scripts ?
How do we use the UIMap file across multiple tests?Answered | 1 Replies | 6104 Views | Created by checkoutsree - Tuesday, March 16, 2010 11:01 AM | Last reply by Deepak.Singhal [MSFT] - Wednesday, March 17, 2010 4:00 AM -
0 Votes
How to get the database which the query is executed in a batch
Actually, I tried this script in SQL Server 2014.Answered | 4 Replies | 1839 Views | Created by Tony T.T. Tang - Monday, March 6, 2017 3:43 PM | Last reply by Tony T.T. Tang - Tuesday, March 14, 2017 4:44 AM -
0 Votes
Dynamic execute database script from DOS
You should change the server name From SORNA-PC to your servername Also if still you want to pass the paths to the batch you can do as below.Save the follow code ...Answered | 12 Replies | 4392 Views | Created by Tejz - Wednesday, June 2, 2010 12:53 PM | Last reply by Tejz - Wednesday, June 2, 2010 5:55 PM
No announcements