Viewing 7 posts - 1,981 through 1,988 (of 1,988 total)
Phil Parkin (3/9/2011)
March 9, 2011 at 5:55 pm
If you're asking for help on the actual query you need to run the tsql forums would be a better place.
However depending on how the report is going...
March 7, 2011 at 2:55 pm
The file will be created from the context of the sql server, so you should be able to write it to any drive or share the sql server has access...
March 2, 2011 at 10:17 am
The MAXDOP settings affect how SQL Server generates the execution plan for a query. And depending on your system set up and the query you are running changing the...
March 1, 2011 at 12:20 pm
SSIS does have an Execute Process Task, so if you're working with .exe's you might be able to run them that way. You probably won't be able to get...
February 14, 2011 at 6:21 pm
Does your SQL server service account have proper access to the network path?
February 11, 2011 at 9:41 am
By default if any of the input rows into a lookup don't match the step will fail with the error you are getting. If you go open the lookup...
February 7, 2011 at 11:41 am
Viewing 7 posts - 1,981 through 1,988 (of 1,988 total)