Forum Replies Created

Viewing 15 posts - 1,186 through 1,200 (of 1,319 total)

  • RE: Move Data from one Database to another using SQL Server Only

    You can also backup the old database and restore it to the new database. Depending on the volume of data, this may be quicker. Just curious, why did you create...

    -- You can't be late until you show up.

  • RE: backup file missing

    Search for files modified on a certain date, asuming you know when the backup was taken. If you specified a file destination without an extension, I do not believe a...

    -- You can't be late until you show up.

  • RE: Looking for some basic help

    As John stated, we're not sure what exactly you are trying to do. To simply view the database and it's contents, a suggestion has already been given. If trying to...

    -- You can't be late until you show up.

  • RE: Insufficient memory severity:20 state:14

    Not a lot of info to go on. How much memory is installed on the server? Is there adequate disk space available? What else is running on the server?

    Check these...

    -- You can't be late until you show up.

  • RE: What kind of DBA are you?

    I tend to say "sequel" when talking about the overall environment and SQL when talking about coding. Think I'm simply going to use squeal for both from now on! That'll...

    -- You can't be late until you show up.

  • RE: resetting IDs on IDENTITY columns

    And from a referential integrity standpoint, if the identity field is used as a foreign key elsewhere, you're going to have to either issue updates to each of the references...

    -- You can't be late until you show up.

  • RE: Restore VerifyOnly hangs server

    Can you restore the backup on another server and verify that the backup is good?

    -- You can't be late until you show up.

  • RE: Database and log sizes

    More frequent log backups do not reduce the size of the log but does reduce the amount of data contained within the log. In order to keep the log reasonably...

    -- You can't be late until you show up.

  • RE: Network Performance

    For what? Better NIC cards, better routers, better cables. Kind of an open ended question. Is SQL not returing data quick enough? Could be a poorly written query, slow disks,...

    -- You can't be late until you show up.

  • RE: Cann't take backup on Network Drive

    It's definitely permissions, either the account doesn't have access to the server or to the particualr share on that server. Check these links.

    http://www.microsoft.com/technet/archive/winntas/support/acdenid2.mspx?mfr=true

    http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2288846&SiteID=17

    -- You can't be late until you show up.

  • RE: SQL Server Assertion on new VMWARE

    Just a followup. This was on the freeware version of VMWare not ESX as I originally stated. We rolled a different server to ESX about two weeks ago without issue....

    -- You can't be late until you show up.

  • RE: Hiding duplicate rows

    What would define a unique row, simply contract? Can you provide table layouts and some sample data? It's not a hard world, just different. Stick around, there's a lot of...

    -- You can't be late until you show up.

  • RE: SQL editor that includes parsing and validation

    I agree with SQLZ. If you want to maintain any amount of control, don't let them run it against production. Give them a daily, refreshed dev environment, have them run...

    -- You can't be late until you show up.

  • RE: Unresponsive... Can't restart SQL services...

    Check this out - a hotfix for sp4. Seems to be what you're experiencing.

    http://support.microsoft.com/kb/924664

    -- You can't be late until you show up.

  • RE: Database Status SUSPECT

    I've never seen Paul harsh. Always professional, always out there helping with very knowledgable advice. When dealing with corruption or other severe issues, I want sound, direct advice on how...

    -- You can't be late until you show up.

Viewing 15 posts - 1,186 through 1,200 (of 1,319 total)