Forum Replies Created

Viewing 15 posts - 9,256 through 9,270 (of 9,713 total)

  • RE: Changing Career Gears

    Andy Warren said:

    Good stuff, even if I don't rank up there with Brian & Steve!

    On the contrary, Andy. You definitely rank up there with those two! Your...

  • RE: how to find an integer value from varchar

    Unfortunately, using the LIKE operator always affects query performance. For one, if you use the wildcard on both sides of the search syntax, then you can inadvertantly generate tablescans.

    The...

  • RE: ssis excel source

    What error are you getting with the Flat File Source?

    And what datatype is the column you're importing this data into?

  • RE: URGENT Help needed

    I take it you don't have any previous backups (to the one you're currently using) that might have these 8 tables on it?

    There are some disk recovery services that might...

  • RE: Left Outer Join Help

    If all else fails, change the order of your tables. @=)

    Sometimes with INNER JOIN table order doesn't matter, but I usually go from the table that's likely to have the...

  • RE: Changing Career Gears

    That's a good point, John. Unfortunately, when I was studying for my cert, I didn't know of any local users groups. They don't advertise very well in my...

  • RE: Inner Join Syntax

    If you're writting your syntax properly and not coming up with the result set you expect, there could be one of two problems.

    1) You're using the wrong keys to join...

  • RE: Restoring bak files

    anjanasl,

    To expand on what Matt said, probably you're saving your backup to a previously created backup device which itself has two media families. Are you doing this through the...

  • RE: transactSQL variables?

    Just an FYI. If you want to append anything, dates, times, characters, to a name (table/column/backup file) in a SQL Script, generally you have to build it in a...

  • RE: Best Config For Two Disks

    Or, would you break the mirror and use 4 disks to create a Raid 1+0 and then the other three disks for Raid 5 (for TempDB & the user logs)?

  • RE: Best Config For Two Disks

    Break the mirror. Configure one side of the mirror for your Raid 5 (for the user databases). Detach the databases and move a copy of their data files...

  • RE: Restore failing when db includes a database trigger

    I'm glad it worked.

    One thing I would do, if I were you, is to head out to MS's bugs & suggestions forum and see if anyone has reported this as...

  • RE: Best Config For Two Disks

    Matt said:

    I think Brandie meant how many physical disks are used in the raid 10 configuration. At a minimum it will have 4, so one possible solution would be to...

  • RE: excel source to import data gets some values as null

    When SSIS looks at Excel for the import, it checks the values in the first 5 or 10 rows (I don't remember which). This is the sampling that Tim...

  • RE: Best Config For Two Disks

    How many drives is your Raid 1+0 using?

Viewing 15 posts - 9,256 through 9,270 (of 9,713 total)