Forum Replies Created

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

  • RE: memory not releasing

    Typical Microsoft Arrogance....

    They assume that they're the only one's using your hardware and consume it all and NEVER relase it. How considerate......

    This is insane.... I have a...

  • RE: BCP from a temporary table

    If you make the call in the Stored Proc that created the temp table, the object is still around until the proc terminates. Usually try to do some clean up...

  • RE: BCP from a temporary table

    Greetings.. No BCP is very limited going out. You can do a bulk insert, but can't really export from transact SQL. To get around this I've used the following.

    xp_CMDShell 'BCP...

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