Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: bcp row terminator

    finally cracked this earlier today...variation on what i've seem some folk using, but it worked.  Note: you gotta do this from powershell, vs a normal command prompt:

    -r ([char]0x0A)

  • RE: Cannot delete data file

    Thanks man! Old post, but the DBCC/EmptyFile was exactly what I needed.

  • RE: Insert sp_spaceused output into temp table

    If this is still a problem for some reason, here's something i used to get the total space recently on a server. Hope it helps!

    declare @toExec table(tid int identity...

Viewing 3 posts - 1 through 3 (of 3 total)