Viewing 15 posts - 14,146 through 14,160 (of 18,923 total)
I find it to work without the defaults on the params... are they absolutely necessary, or just for so other odd occurances?
August 19, 2005 at 8:57 pm
use the dts transfer objects wizard, or the import option (right click, db).
August 19, 2005 at 3:12 pm
Try merging them into a single field when doing the transfer in a datetime field, it should work... or transfer them separatly and merge them afterwards.
August 19, 2005 at 3:07 pm
not quite... changing to varchar just makes the transfer work.. you still should use datetime if possible, that's why I wanted to know about the range of dates.
August 19, 2005 at 2:44 pm
try importing as a varchar() field.
Also what are the biggest and smallest dates in that table?
August 19, 2005 at 2:29 pm
if it's over 0 it's an error, else it's ok. You show the users what you want 'em to see.
August 19, 2005 at 2:16 pm
dbo = god >> no restriction, not even checks for restrictions.
August 19, 2005 at 2:07 pm
check the return value (almost last line of code). If it's 0 it worked, then you can do response.redirect (.url????) and send 'em to another page.
August 19, 2005 at 2:06 pm
#tmpTBL is a temp table
@tmpTBL is a table variable (who doesn't accept indexes anyways besides the clustered PK).
August 19, 2005 at 1:36 pm
I think the first step should
exec dbo.GotoWeekEnd
followed by
exec dbo.ResumeNightSleep
with
exec dbo.TakeAbeer
somewhere in between
August 19, 2005 at 1:31 pm
Viewing 15 posts - 14,146 through 14,160 (of 18,923 total)