Forum Replies Created

Viewing 15 posts - 226 through 240 (of 782 total)

  • RE: Import from excel

    yes send me.

    attach here as a post

  • RE: Import from excel

    change the datatype to nvarchar and then try again

    and also try changing the file to csv and then try

    bcp command

  • RE: Import from excel

    try the openrowset function

    for example :_

    SELECT * INTO dbname.dbo.tablename

    FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=C:\filename.xls', 'SELECT * FROM [sheet name$]')

    Change the location as applicable... its on C drive here..

  • RE: Import from excel

    huh..okk..

    Tell me wat is hte extension of ur excel file (.xls/.xlsx) and

    also the no of rows in excel file ?

    Regards,

    Sushant

  • RE: Import from excel

    also the length of the data type allowed

  • RE: Import from excel

    check out the datatype if it allows

    all the data to copy...

  • RE: Import from excel

    do u see the colum and data when u click on

    edit mappings/preview in the import tasks?

    Regards,

    Sushant

  • RE: SQL Server Job/Volunteer

    I was facing the same situation,

    Its very diffficault to find entry level junior DBA in states.

    I got an offer from caribbean company and shifted there..now iam happy..

    U can look...

  • RE: Logshipping

    Chris Houghton (5/18/2011)


    Thanks - that was the easiest question I've ever had from here :w00t:

    Same here

  • RE: Database Growing Suddenly

    homebrew01 (5/16/2011)


    I take transaction log backups very frequently inbetween reindexing steps to prevent big .ldf growth.

    Can full backups, transaction log backups and rebuilding index go at the same time?

    Isnt there...

  • RE: Database Growing Suddenly

    Ninja's_RGR'us (5/16/2011)


    #1 culprit is reindex job

    I had the impression that reindex jobs increase the size of log file (ldf) not the data file(mdf)

    Regards,

    Sushant

  • RE: Create table permission

    @ k brian

    Thanks a lot

    Regards.

    Sushant

  • RE: Crystal reports or some better alternate

    note

    its 3 yr old thread

    Regards,

    Sushant

  • RE: Server change

    ohh

    But now If i refresh it, i found all the logins are created,

    So is it fine, that they are already created

    or there will be error when the user tries...

  • RE: Server change

    okk.thanks..

    Now when iam trying to import the logins by sp_help_revlogin

    I am getting (for almost every user) :-

    Supplied parameter sid is in use.

    I think it is because the logins at the...

Viewing 15 posts - 226 through 240 (of 782 total)