Forum Replies Created

Viewing 15 posts - 29,431 through 29,445 (of 39,818 total)

  • RE: Moving databases to different locations (paths)

    I prefer detach/attach, but I agree with Tim, either will work.

  • RE: Obfuscated but readable data

    I've usually just randomized names, take 100 last names, randomly replace existing data in there.

    Phone numbers can be sequenced, all 555-0000, 555-0001, etc.

    Other stuff, just need to move it around....

  • RE: The February Energy Update

    I like seeing the proposals for new nuclear plants. The newer designs (I hope ) will get better and pay dividends.

    Matt, not sure I agree with your analysis. Part of...

  • RE: How to capture results of a DBCC SHRINKDATABASE?

    First, you know you shouldn't use shrinkdatabase except in rare instances. So I'd say this should be done rarely and then just use the select all, save feature of...

  • RE: The February Energy Update

    Biofuels as diesel probably isn't a long term solution. Though I'm not sure what the impacts have been in Brazil, which has a large scale program there.

    I'm not sure I...

  • RE: Attach database with missing .ndf

    If the app supports separate tables, create them, move them to the new database, drop the original tables.

    Now create a view of the tables in the other database (cross database...

  • RE: Combine 2 queries toegether and put into a view

    Couple things.

    why does this need to be a subquery

    Does the subquery join (inner) on the columns returned?

  • RE: Autogrowth on Full Recovery Model SQL 2005

    I agree with Matt. Log backups are likely not being run and thus the log grows constantly.

    You need to be sure you run full and log backups.

  • RE: Search and Secure

    Looks good. Be sure you contact the people before patching/remediating and ensure you don't break anything. And give them deadlines to correct actions.

    For #1, if you can or have something...

  • RE: Best strategy to move databases to DR server and update nightly

    Also, are you using Windows or SQL Auth? If it's Windows, you need to be sure that you can failover as the security needs to be setup across domains. Otherwise...

  • RE: Fixed Database Role - Public

    A login doesn't have rights to a database, it has rights to the server. You must create users to access a database and map them as Sugesh has noted.

    Read up...

  • RE: Attach Detach

    A couple things.

    First, can you switch it out of Read only mode?

    Second, be sure that the files themselves (MDF/LDF) in the filesystem aren't read only.

  • RE: GROUP BY difference in 2K5 and 2k?

    I agree with Adam. you should not be able to add those columns in if they are not GROUPed.

  • RE: restrict dbo user from running backp/restore commands

    I agree with Andras, but be careful of revoking permissions to c: and all subdirectories. There are things that the service account needs rights to.

    More likely I'd handle this administratively....

  • RE: The February Energy Update

    I'm not sure about biofuels myself. It's an interesting idea, essentially using solar energy over time to create fuels, but I think it does need to be managed.

    I've heard that...

Viewing 15 posts - 29,431 through 29,445 (of 39,818 total)