Forum Replies Created

Viewing 15 posts - 46 through 60 (of 65 total)

  • RE: Comparing dates - please help

    hi adi,

    Tks for your reply.

    But how can i do that inside this condition?

    a.dta_alteracao>b.dta_alteracao

    tks,

    Pedro

  • RE: Update column as an identity

    No, order is not important.

    I just need something, that i send a value and then , this something (maybe a sp) populates some fileds (not all the column) of a...

  • RE: Stored Proc with Bulk Insert

    I now, executed only the folowing comand:

    execute ('BULK INSERT bulk_1

    FROM '''.....1.txt''

    WITH

    (

    FIRSTROW =2,

    ...

  • RE: Other Questions about BULK_INSERT

    Hi,

    I have tried to do the dinamyc SQL Statement, like this:

    Create proc BULK_INSERT_DATA(@PATH varchar(500))

    as

    declare @SQLStatement as varchar(200)

    set nocount on

    truncate table bulk_1

    SET @SQLStatement = 'BULK INSERT...

  • RE: Bulk Insert collation problem

    Thank you very mutch for all your help.

    I undestud every thing, but i have some doughts in some words that you used (the meaning)

    What is a staging table?

    What is wipe?...

  • RE: Bulk Insert collation problem

    Why is truncate better than delete?

    Is it faster? why?

    This table is just for temporary use.

    I delete de data first and then insert the data trought the bulk insert. Then i...

  • RE: Bulk Insert collation problem

    Yes, tks very mutch.

    I only have one dought about this post.

    If i make a:

    delete from BULK_table

    BULK INSERT BULK_table

    FROM 'C:\..........'

    WITH

    ...

  • RE: Bulk Insert collation problem

    The situation was resolved, saving the txt file to unicode.

    Tks for your help.

    Other question:

    What about tablock? i have been reading about this option, but i don't undestand it very well.

    My...

  • RE: Bulk Insert collation problem

    Hi , tks for reply.

    I can not change the file to uni-code., because i receive the txt file from other persons.

    Isn't there any other work around?

    I really need to import...

  • RE: code sample

    tks once again for help.

    But in this case i think you did not understud my question , i don't need to always start from 3.

    I need to start from the...

  • RE: code sample

    tks old hand for reply so quick.

    i will trie and will report to you the result

    will this code start the counter from number 3? since number 1 and number 2...

  • RE: Bulk insert

    Forgot to tell.

    My user database is in simple recovery model (i know the risk of having that way). so in this case will the databse be havy?

  • RE: Bulk insert

    ok.

    But i would like to create the tables directly in my database, so this can not be #tables (this tables are created in tempdb), that's why i asked if there...

  • RE: Suspect\emergency- could not open FCB for invalid file id 0 ....

    Thank you very mutch for reply master Paul Randal.

    I'm sorry , about talking about a program to fix this problem.

    This is because i have not mutch time, and i fill...

  • RE: Error: Could not open FCB for invalid file...

    Thank you very mutch for all your help.

    I'm sorry the post was not in the right place.

    I read the link of master Paul Randal.

Viewing 15 posts - 46 through 60 (of 65 total)