Viewing 7 posts - 1 through 7 (of 7 total)
If you have both SQL 2000 and SQL 2005 installed (as I have) you might be running the SQL 2000 bcp. Try typing bcp /? and see if -x appears...
March 9, 2006 at 8:09 pm
One isue that I know of is the midnight is 24:00:00 in Oracle and 00:00:00 in SQL Server. This can lead to dates being off by one day if only...
February 27, 2006 at 11:29 pm
Does SQL 2K have to be thr default instance or can it be a named instance?
February 27, 2006 at 11:24 pm
Just to finish this off, here is the final result.
"C:\\Data\\SSIS\\AlarmSummary_" + (DT_WSTR,4)DatePart("yyyy", GetDate()) + "-" + (DT_WSTR,2)DatePart("mm", GetDate()) + "-" + (DT_WSTR,2)DatePart("dd", GetDate()) + "_" + (DT_WSTR,2)DatePart("Hh", GetDate()) + "_"...
February 21, 2006 at 5:37 pm
I think that the probelm is the you can only use limited TSQL in the expression. If Cast() doesn't work I doubt that Convert(0 would work either.
Thanks for the reply.
February 20, 2006 at 8:52 pm
I don't how releveant this is but I have SQL 2000 and the default instance on my PC and SQL 2005 as a named instance ("SQL2005" funnily enough) and both...
February 14, 2006 at 6:31 pm
Thanks,
When you say that you restored the database, I assume that you mean the application database not the distribution database. correct?
I am leaning towards using the script myself. Did you...
February 9, 2006 at 3:54 pm
Viewing 7 posts - 1 through 7 (of 7 total)