Forum Replies Created

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

  • 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?

  • RE: Restore failing when db includes a database trigger

    The simplest solution I can think of is to disable the DDL trigger on the Production DB, backup the production DB with the trigger disabled, re-enable the trigger on your...

  • RE: Beginning Database Design - Spot the Flaws

    Let's not forget that too many indexes, especially on a small table, will probably cause more performance problems than they resolve.

    Best case is to do 1 clustered and maybe 1...

  • RE: SQL Server Management Studio not installed

    I'm guessing, but have you tried the sqlncli.msi? If MS is using proper naming conventions, I would read this as SQL Install Client... But I could be wrong.

    The readme...

  • RE: Restore SQL 2000 db to SQL 2005

    John,

    How are you trying to restore? Via the GUI or via T-SQL?

    Also, did you check the sys.files table on the database in question? See what files SQL Server...

  • RE: Restore failing when db includes a database trigger

    What type of DDL trigger did you create?

    Remember, even if you're talking about the trigger being set up on a database scope, if the DDL trigger has anything to do...

  • RE: Linked Server

    Which direction are you going? Are you creating 2005 as a linked server on 2000? Or vice versa?

    I don't think the first one will work. I...

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