This is feeling very hard for me, but is surely very easy for many of you.
I have 2 Tables. "Events" and "Meals". Both have a columns named "EventDate" and "EventTime". I need to be able to compile a list of both and sort by event date and time. For...
Check out SQL's BCP application. BCP allows you to import a text file into SQL, and it is faster than DTS! What's more, is that you can use SQL's xp_CmdShell stored procedure to execute this for you. If you have SQL Installed on the machine that you are using, goto a command prompt, and type...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.