Viewing 15 posts - 196 through 210 (of 327 total)
I've not had to reconfigure but on the Options tab there is an option to change the default port. I would imagine that if a list of open ports was...
December 27, 2006 at 9:42 am
December 27, 2006 at 8:22 am
have look at this tool.
December 27, 2006 at 7:48 am
I put the osql (or your case sqlcmd) in a batch file (.bat) and create a step in a job using the operating system command (CmdExec). Use xp_cmdshell '<path\batchfile.bat>'
December 11, 2006 at 7:18 am
OSQL is run the command line. You can put the OSQL command in a batch file (.bat) and use Scheduled Task to schedule and execute it if it's something that...
December 7, 2006 at 7:33 am
You could use the DTS replacement- Integration Service (don't ask me how but mybe someone else can help with this)
I would use OSQL with an output file. Use the -h-1...
December 7, 2006 at 7:10 am
Honestly, I didn't know it could be done progammatically in the script. I have always changed the option for the script before running it.
December 7, 2006 at 6:51 am
SSMS - Tools - Options - Query Results - Results to Text --> there is a drop down box for output format that has the options that are in 2000.
December 7, 2006 at 6:26 am
Looks like we won't be able to use an indexed view. M$ says it can't have a UNION and requires a unique clustered index. We can't meet either requirement and since...
November 22, 2006 at 7:18 am
SORRY - Fat fingered it
the rest is:
we are querying vendor tables that are created each month with a common prefix but a random suffix.
Since we can't change the vendor...
November 21, 2006 at 11:54 am
The official stance is that Microsoft does not support SMO in VBScript. VB.Net (2005) is the preferred method and DMO is supported via a .Net wrapper around the DMO COM.
As...
November 21, 2006 at 6:27 am
I don't know how to do it with WMI, but I use the SCHTASKS in a cmd or bat file. Look here for documentation on it:
hope it helps
November 9, 2006 at 7:28 am
October 30, 2006 at 6:16 am
I tried this with the same outcome. Fortunately, I can validate the input files.
This problem is actually an old DOS issue with not being able to redirect the stdout....
October 18, 2006 at 7:41 am
Viewing 15 posts - 196 through 210 (of 327 total)