Forum Replies Created

Viewing 15 posts - 34,081 through 34,095 (of 39,736 total)

  • RE: Truncation problem during CSV reading

    Have you tried CSTR()?

    CSV has it as just text, the driver may see it differently, but from a text file, I'm not sure CAST or CONVERT work. I'd deal with...

  • RE: Searching Stored Procedures & User Defined Functions

    There are a few utilities as well that can help here. We had a press release about SQL Digger last week, which does searching.

  • RE: Schema changes and transactions

    You can put them all in one transaction, but you could generate a huge log on the alters as many of them are rename table, create new table, load data.

    I'd...

  • RE: Unscheduled Backups on SQL Server Logs

    There must be some sort of job or process that is running. Or someone is manually executing the jobs. You could run profiler and trap just those backup events. That...

  • RE: tempdb database

    The log is used just like a database log. It stores information about the transactions that are in use. Since there isn't really a recovery when you restart, the tempdb...

  • RE: SQL Server

    Agree with Brian that this is confusing. Does the existing software run on SQL Server, but you want a second database? Or is it running on other database software?

    I've had...

  • RE: Question of the Day for 06 Apr 2005

    Sorry, it's not a choice. Those are good points, but the intention is to see if you know which tool to use. Launching EM is a bit of a giveaway...

  • RE: Opening Day!

    I think he's referring to the US missing the Olympics last year. That's despite winning in 2000.

    It was great, Rockies down 2 in...

  • RE: Question of the Day for 01 Apr 2005

    Errrrrrr.

    You can run SQL Server on Windows on Linux.

    I wish they'd port it.

  • RE: SQL Server on Linux

    And I thought no one would fooled. I actually wrote 3 different ones and Andy and Brian liked this one the best, so thank them. You could have been reading...

  • RE: Need to Drop a Database

    So you have the db definition in master, but nothing else? If DROP DATABASE doesn't work, then I'd allow system table updates, reconfigure with override and delete directly from sysdatabases.

  • RE: What''s the Point of File Sharing?

    Joe,

    It's possible, but the main complaint with the digital world is the ease of stripping that stuff out. I think there still could be some type of advertising, but no...

  • RE: The Value of A DBA

    Too short, yikes it took awhile to try and easily summarize things.

    I'd love to delve in deeper, and maybe I will, but if anyone wants to dive into a specific...

  • RE: SQL Server in Second Place

    Dan,

    That's an interesting point of view. I hadn't considered the "tighter control" aspect. I think after watching programmers sneak too much stuff into production, I hate the idea of them...

Viewing 15 posts - 34,081 through 34,095 (of 39,736 total)