Forum Replies Created

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

  • RE: Backup Transfer Speed

    If you're writing to a single backup file, you might see some improvement by writing to multiple files. At some point you may reach the max for your disks...


    And then again, I might be wrong ...
    David Webb

  • RE: Query result in SQL Server 2000 return correct and SQL Server 2008 R2 SP2 return wrong

    If one of these tables is actually a view, please post the DDL for the view.


    And then again, I might be wrong ...
    David Webb

  • RE: cannot connect help asap

    When you set up a login, that user has a defined default database. When the user logs in, that database has to be available to the user of the...


    And then again, I might be wrong ...
    David Webb

  • RE: Do you trust direct to tape backups?

    I'd go for backup to disk first also.

    But the only backups you can trust are the one's you've test restored. All the others are instances of acts of faith.


    And then again, I might be wrong ...
    David Webb

  • RE: Billing of Materials query

    And you forget that moving from one release to the next of the same product is porting!

    No, it's not. At least not in the case of tsql. ...


    And then again, I might be wrong ...
    David Webb

  • RE: Remotely Connect and Query a db.

    What's the error message you get? Server does not exist or cannot log in? Are you using windows authentication (probably won't work if the workstations aren't authenticating to...


    And then again, I might be wrong ...
    David Webb

  • RE: The Non-Updating Updates Thread, v2.0

    Not in a place to test it right now, but does CDC in 2012 capture an update that doesn't change the updated column's value?


    And then again, I might be wrong ...
    David Webb

  • RE: query AD in SSIS

    Changing the settings would be great. My experience is that the AD sysadmins don't usually like to do that.

    In my case, I used a filter on a column in...


    And then again, I might be wrong ...
    David Webb

  • RE: Steps for "test restore" of a database backup

    They're 2 different things, really. Restoring a prod backup on a test machine, if the DB comes back online, will tell you that you have backed up the DB...


    And then again, I might be wrong ...
    David Webb

  • RE: query AD in SSIS

    I ran into a problem where the LDAP query would only return 1000 rows and then error out. There's an AD setting to increase that but I had to...


    And then again, I might be wrong ...
    David Webb

  • RE: Need Create View Script for all tables

    Easily provable to be false. Run a large select from a view and examine the locks through SSMS or sp_lock while it's running. You'll see locks on the...


    And then again, I might be wrong ...
    David Webb

  • RE: bcp with xml insert

    Hard to tell, since I just did a cut and paste, but I'd expect the records in a fixed format file to end with the same length and the data...


    And then again, I might be wrong ...
    David Webb

  • RE: bcp with xml insert

    So, it looks like you have one date column and one time column. Are those the ones that are failing? Can you show us some samples of the...


    And then again, I might be wrong ...
    David Webb

  • RE: Summing up while creating table?

    @craig-2

    I agree, KISS until otherwise advised. The more complete solution you provided would be preferred.


    And then again, I might be wrong ...
    David Webb

  • RE: bcp with xml insert

    How was this format file generated? I'm making a guess here but I'd suspect that it doesn't really describe the data file. Does the data file have a...


    And then again, I might be wrong ...
    David Webb

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