Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ku97
  • Order by date
  1. ku97

    SQL Bulk Insert

    Can someone tell me how to do a bulk insert into SQL Server? Thanks.
  2. ku97

    PostgreSQL database dump help. TIA.

    vongrunt: how would you construct a BULK INSERT? Thanks. I never used it before.
  3. ku97

    PostgreSQL database dump help. TIA.

    vongrunt, Thank you for your suggestions..
  4. ku97

    PostgreSQL database dump help. TIA.

    Thank you for your help. Ok, if I use the table definitions in the file and recreate the table structure and then copy the text data of each database into a file (.cvs or something). Could I then import it? Do you have any ideas for me? Thanks again for all of your help.
  5. ku97

    PostgreSQL database dump help. TIA.

    Is there a way to import it into SQL Server?
  6. ku97

    PostgreSQL database dump help. TIA.

    Yes it is... here are the top few lines of code... I can post more if you think it would help... -- -- PostgreSQL database dump -- SET SESSION AUTHORIZATION 'postgres'; SET search_path = public, pg_catalog; -- -- TOC entry 38 (OID 17388) -- Name: plpgsql_call_handler(); Type: FUNC...
  7. ku97

    PostgreSQL database dump help. TIA.

    I have a PostgreSQL database dump file (.sql). It comes from an Oracle database. I am trying to import this file into MS SQL Server 2000. Can anyone help? I am not sure how to accomplish this and any help would be appreciated. Thanks. David
  8. ku97

    Help. International Calls?

    Great tip. Does anyone know the country code for Mexico?
  9. ku97

    Help. International Calls?

    Well I'm in the US and I used the 00N and it works for our individual. IPGuru... one last question and thanks again for all of your help. Would we be able to limit his international calls to a specific country? In our example we want this sales rep to be able to call Mexico, but that is the...
  10. ku97

    Help. International Calls?

    Great! That is it. Thank you very much.
  11. ku97

    Help. International Calls?

    Our organization has Avaya IP Office 2.1 and I am trying to configure a specific user to be able to make international calls. By default our system prohibits internation call, but this specific individual should be able to. Can anyone help? Thanks. David

Part and Inventory Search

Back
Top