Forum Replies Created

Viewing 15 posts - 46 through 60 (of 205 total)

  • RE: Weird Connectivity Problem

    That worked. Thanks. Wish I could have found that in BOL.

    Thanks,

    Chris

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: Could not allocate space for object 'patient' in database 'DMART' because the 'FG2' filegroup is full..

    It worked. Once I copied all tables over to the primary files group I dropped the old tables and then that file, from the DB In the primary file group...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: Could not allocate space for object 'patient' in database 'DMART' because the 'FG2' filegroup is full..

    That's my suspicion, that the file group was corrupted somehow and DBCC doesn't catch the problem. My fix for this was to script out each table on that file group...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: Could not allocate space for object 'patient' in database 'DMART' because the 'FG2' filegroup is full..

    Bouncing the server made no difference. Still the same error. I am testing with

    DBCC ShrinkFile(FG2Data, EmptyFile)

    rather than attempting the data load every time.

    Thanks,

    Chris

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: Looking for info on handling error with script.

    I have a VB script now, and I could ignore the error, but I'm trying to use the script to decide whether to run the objects in the sequence container,...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: DBCC Hangs

    Prod:

    DBINFO @0x6902EF8C

    dbi_dbid = 211 dbi_status = 65544 ...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: DBCC Hangs

    I ran Ola's original script, with the data purity arg. Fortunately this is a UAT server, so it didn't affect Prod, but because of that the usage is much lower...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: DBCC Hangs

    I left it to run all weekend and it turns out it only ran 4:41.00. Is CheckDB cumulative, in that whatever it did before is saved and it continues where...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: DBCC Hangs

    The maintenance job runs:DBCC CHECKDB ([DMART_MSRIPOS]) WITH NO_INFOMSGS, ALL_ERRORMSGS, DATA_PURITY

    (Ola Hallengren's scripts)

    Interactively, I run "DBCC CheckDB(DMART_MSRIPOS)"

    If I watch the wait resources, I can see that they are changing, suggesting that...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: DBCC Hangs

    The waits I have are PageIOLatch_SH and CXPacket, on multiple instances of the command "DBCC Table Check". DM_Exec_Requests show the extact query is being: "DECLARE @BlobEater VARBINARY(8000) SELECT @BlobEater...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: Help working out some issues with my Delete Login script

    The main goal is to remove the login, but I don't want to leave orphans around, so I am trying to remove the users associated with the login from each...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: Shrinking Data File taking too long

    I second GilaMonster. Very large DB files seem to take forever to shrink. I have had them take 2 days, myself. This is a great argument for a clustered index...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: SSIS question

    It seems to me that you'll need to create a script object in a package to do the job. That will give you the most flexibility. Select the entire record...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: Anyone Know How To Add A Provider To SQL 2008?

    I don't think it will do any good to install a SQL 2005 driver on a 2008 server. I can see where that would bite me in the butt.

    Thanks,

    Chris

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

  • RE: SQL Server 2008 R2 memory usage

    If I got handed that mess I'd allocate each instance 4G of RAM, and leaving 4G for the OS, that would allow the other node to handle it should there...

    Learning something new on every visit to SSC. Hoping to pass it on to someone else.

Viewing 15 posts - 46 through 60 (of 205 total)