Forum Replies Created

Viewing 15 posts - 6,316 through 6,330 (of 49,571 total)

  • RE: Bulk Insert Errors

    Don't use SELECT *.

  • RE: CTE Syntax

    .dup

  • RE: CTE Syntax

    .But starting statements with terminators teaches bad habits .For example I had a dev recently who scattered ; randomly until the SQL proc started working .Once it had been explained...

  • RE: query needed

    Since I still have no idea what you're trying to do, maybe.

  • RE: Bulk Insert Errors

    See the edits of my earlier post!

    GilaMonster (3/30/2015)


    If that's an excel spreadsheet, you don't need and shouldn't be using a format file, you should be specifying the driver that you...

  • RE: query needed

    Ask yourself whether you could solve the problem with that little information....

  • RE: query needed

    I still have no idea what you're trying to do.

    We're not sitting in your office, we can't see your screen, we don't know what you're trying to achieve unless you...

  • RE: query needed

    Huh?

    If data has been deleted, it's gone. Or are you referring to a table which has an 'IsDeleted' column or similar.

  • RE: Bulk Insert Errors

    Don't put stuff in the root of a drive, you're likely to get permission problems. Windows protects the root directory of all drives, C the most, but all others as...

  • RE: Bulk Insert Errors

    You missed the exact same letter in both the statement and the error message, an error that stated that the format of the file name was wrong?

    If that's an excel...

  • RE: Bulk Insert Errors

    You've left out the drive letter in the path

    Cannot bulk load because the file ":\Work\Development\SalesReportsFF.xml" could not be opened. Operating system error code 123(The filename, directory name, or volume label...

  • RE: Bulk Insert Errors

    Read Jeff's post again

    Jeff Moden (3/23/2015)


    You can't use BULK INSERT to import .xlsx files. It can be done with OPENROWSET but you'll need the ACE Drivers to do that....

  • RE: CTE Syntax

    Koen Verbeeck (3/30/2015)


    Such a bad habit to start a CTE with

    ;WITH

    I hate it 😀

    .This .It's a statement terminator .It has no place at the beginning of statements .I can't imagine...

  • RE: How to Repair WSS_Content Database in Sql Server 2008 ?

    I'd recommend restoring from a clean backup.

    Since Sharepoint keeps the site structure as data, any repairs may leave the site unusable. Rather restore from a backup which was taken before...

  • RE: In-Memory OLTP performance hit on server during migration process.

    It's not a migration. It's not a 'alter table set in-memory'. You create new tables which are in-memory and you copy the data from the old tables to the new...

Viewing 15 posts - 6,316 through 6,330 (of 49,571 total)