Forum Replies Created

Viewing 15 posts - 526 through 540 (of 687 total)

  • RE: Group Records 1 to 1

    So you want a result set showing the cartesisRU and its unique HFMEntity values?

    Is that correct?

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: How to update particular digit in a field

    Good solution Mr. Lange.

    I was using stuff and replace functions to get it done, but I wasn't happy with it. Then a tally table solution ran through my mind.

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: How to update particular digit in a field

    Is changing the 12th character always the one you want changed or does it vary?

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: Talking baseball

    I feel sorry for the Dodgers team. Those bozos who kicked the snot out of that Giants fan are having a huge impact on the team as a whole. Less...

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: Need a true expert for a day of consulting

    the dude has a plane! how could you NOT hire him!

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: frustrating backup/restore issues.

    So you're trying to backup [myDB] on server A and restore [myDB] to server B where there already exists a [myDB].

    As the error states, you have to use the WITH...

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: Is my hoster pulling my leg?

    Yeah, you can't argue with @@version.

    Show him the results of this script, it's the same thing except using the serverproperty function.

    SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

    Make sure you have the...

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: SQL 2008 standard updates

    Don't sweat it too much, do a little reading and you'll be fine. The most recent Service Pack is SP2 for SQL Server 2008. There are additional Cumlative Updates (CU),...

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: Mathematical Theory (controversy!)

    yeah, antimatter contained and observed for 16 minutes and 40 seconds! how cool is that!

    Perhaps a bad example 🙂

    Along GSquare's line of thinking, just the fact that you are adding...

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: Mathematical Theory (controversy!)

    mtillman-921105 (6/6/2011)

    “As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality.”

    This also applies...

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: Need Permissions De-ciphered Inorder to Install SQL Server 208 R2

    That sucks. It has to be fine grained permission restrictions on the domain that is affecting local permissions (GPO?). All it wants to do is change permissions on a local...

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: Mathematical Theory (controversy!)

    Come on Mr. Credentials! Help us understand!

    (Mr. Credentials = GSquared. The previous statement is true)

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: Maintenance Plan set to backup all db's doesn't backup up all dbs

    use [MonsterDB]

    go

    exec sp_spaceused

    This will give you an idea of how much space your database is using.

    (I am not implying nor am I recommending shrinking your database)

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: Maintenance Plan set to backup all db's doesn't backup up all dbs

    jen 40584 (6/4/2011)(Also? The actual MonsterDB is about 179GB, it's .bak file was only 126GB...)

    The full backup only backs up data pages in use plus a piece of the log,...

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • RE: Mathematical Theory (controversy!)

    GSquared (6/6/2011)..."Billion" means two different things on different sides of The Pond.

    wow. I was about to question this when I looked it up, totally threw me for a loop.

    How can...

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

Viewing 15 posts - 526 through 540 (of 687 total)