Mrdenny
46795 pts. | Mar 22 2008 12:08AM GMT
Check out my SQL Server blog “SQL Server with Mr Denny” for more SQL Server information.
Joyful
10 pts. | Mar 24 2008 5:53PM GMT
A staging table would be perfect except we have limited space on the server. The file has approx. 100 million + records. Is there any way this could be done without using a staging table. Thanks for any help.
joyful
Wdi
10 pts. | Apr 2 2008 7:59PM GMT
why not inserting a trigger on the date field? (which rejects dates before 1970)






