Forum Replies Created

Viewing 15 posts - 241 through 255 (of 320 total)

  • RE: Understanding waitresource coloumn in sysprocesses

    wait type is pageiolatch_sh....

    Is there any chart to get this depending on the waittype....

    or any logic

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Sql server instances

    thanks 🙂

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Problem in altering Column length

    thanks, but am unable to get a separate script of the defaults...the syntax is in the table definition itself, however after a close look I found that the most of...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: RE-Designing Database Issue

    helloo....plz chk out da attachements.... 🙂

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Query issue

    Thank u all 🙂

    if am not using sql injection...is this correct

    select iCustomerid,sCustomercompname from CustomerMaster C inner join Citymaster Ci

    On C.iCityid=Ci.iCityid where...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Importing data to SQL...Bulk Insert

    Jeff Moden (7/2/2008)


    Obviously, you'll need to fix the error...

    but what should I do ... Should i open up the format file and check the collation...I don't hv any idea to...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Importing data to SQL...Bulk Insert

    Hey Jeff... Still unable to upload the upload the file....

    Code for format file.....

    bcp dnbsql..dnb12 format -T -n -f dnb.fmt

    Code for Bulk insert

    BULK INSERT dnb12

    FROM 'E:\smb\dnb.txt'

    ...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Importing data to SQL...Bulk Insert

    Oops...I did it directly...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Importing data to SQL...Bulk Insert

    Jeff Moden (7/1/2008)


    Ummm.... Use DTS to import just one of the Excel sheets... the one with the column headers. That will define a table fairly nicely. Then, truncate...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Importing data to SQL...Bulk Insert

    Jeff Moden (7/1/2008)


    Ummmm... before you go asking another question... how about letting us know if the fix for the previous question worked...

    hi...

    No, it dint.

    I don't have a correct format of...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Importing data to SQL...Bulk Insert

    Hi All,

    Can i export MS Excel 2007 file into sql 2000

    Regards,

    Ahmad

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Finding the position of a particular char in a string

    gud one thanks...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Finding the position of a particular char in a string

    thnks man..

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Which is better

    rbarryyoung (6/11/2008)


    I would suggest using the SOUNDEX or DIFFERENCE functions. And you do not need a cursor or a While Loop, just use set-based processing.

    Thnks for all the valuable...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

  • RE: Which is better

    ok...so u mean that i can navigate thru the table using a while loop on the identity column...or there is any other way...

    Regards,
    [font="Verdana"]Sqlfrenzy[/font]

Viewing 15 posts - 241 through 255 (of 320 total)