Viewing 5 posts - 196 through 201 (of 201 total)
Try executing the script from the command line or double click in Windows rather than the Task Manager. If it works then, you have a permissions problem. Check to see...
May 25, 2006 at 8:53 am
You're probably better off maintaining the second license if you go ahead with your strategy of having the secondary work for multiple primaries. It might be in use frequently, albeit...
May 25, 2006 at 8:36 am
If it's available, you might also try consuming this data via Excel, which will "understand" this text file as a comma-separated, quotation-mark-field-delimited file, like this:
DECLARE @SheetFileName VARCHAR(100),
@SheetX VARCHAR(150),
@Err Int
SET...
May 5, 2006 at 10:58 am
You got the error from Paul's statement because he typed "%" rather than '%' (double quotes rather than single). Whether this is going to work or not (I think) depends...
April 25, 2006 at 9:32 am
If you're doing the conversion to Julian date in VB code, look here:
http://www.novicksoftware.com/UDFofWeek/Vol2/T-SQL-UDF-Vol-2-Num-2-udf_DT_ToJulian.htm
...as you'll see there, your definition of Julian Date fits only one definition of Julian. All such...
April 25, 2006 at 9:25 am
Viewing 5 posts - 196 through 201 (of 201 total)