Forum Replies Created

Viewing 15 posts - 496 through 510 (of 687 total)

  • RE: Server Migration

    mbender (6/15/2011)


    These servers are heavily intertwined with views and functions and asp pages. Is there a easy way to move the database without us having to rewrite everything? Any...

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

  • RE: Query Case Statement Filter based on Dependant Data

    Table DDL (creation scripts) and sample data would be helpful.

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

  • RE: Why? Just because...

    j.a.c (6/15/2011)


    What I have heard from sources close to the change is that SQL Server doesn't have the HA capabilities, nor can it scale enough to meet the demands required...

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

  • RE: Guysss ,what should i do??

    Thou shall not cross post.

    Thou shall listen to Gail's answereth.

    http://www.sqlservercentral.com/Forums/Topic1125549-149-1.aspx

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

  • RE: Upgrade SQL 2000 to SQL 2008R2

    here's a link on the migration. Read on down and you'll find a piece on the DTS->SSIS migration wizard. That's probably what you want.

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

  • RE: 4 Gb error in SQL 2008 express?

    bitbucket-25253 (6/14/2011)


    http://www.microsoft.com/sqlserver/2008/en/us/editions.aspx

    Gives 4GB as max database size

    Think that's a MS typo? That page references SQL Server 2008 versions and breaks down the free editions into compact and express. Compact lists...

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

  • RE: 4 Gb error in SQL 2008 express?

    I see, you probably saw that SQL Server 2008 R2 Express has a 10gb limit.

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

  • RE: 4 Gb error in SQL 2008 express?

    4gb max size on SQL Server 2008 Express edition.

    Can you site the 10gb claim?

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

  • RE: Question about forums and individual statuses

    even if there were... they (those with lots of posts) couldn't tell us or we would have to be deleted!

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

  • RE: Talking baseball

    Steve Jones - SSC Editor (6/14/2011)


    Jeter is six hits away, but hurt (http://scores.espn.go.com/mlb/recap?gameId=310613110). Should we have a mini pool as to when he gets 3000?

    What do we win? more SSC...

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

  • RE: Talking baseball

    meh...

    Yeah, I heard about it last night during the indians/yankee game.

    They mentioned talk about a bye-week for the top team/top # teams while wildcard series are played out.

    I don't know...

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

  • RE: CheckDB crashing with "Possible Schema corruption" msg

    Sorry Deorca 🙁

    Learn from this as Gail said. Make sure you have a solid backup strategy in place. Run checkdb regularly to catch this corruption asap (hopefully never again).

    If you...

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

  • RE: CheckDB crashing with "Possible Schema corruption" msg

    Hopefully Gail sees this. She's a super corruption fixer.

    She'll probably say to not do anything until she gets a good look at the error that DBCC checkDB returns (with no...

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

  • RE: Concatenating two columns to make a reference and include the date and time

    select vendor

    ,shipto

    ,weeks

    ,product

    ,amount

    ,vendor + '_' + shipto + '_' + CONVERT(varchar(20), current_timestamp) as Reference

    from product

    where weeks = 1

    thanks for the DDL scripts.

    Is this close to what you needed?

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

  • RE: NUMA

    Woo! And I thought I would never need the NUMA knowledge obtained a few days ago.

    Thanks Gail/Steve!

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

Viewing 15 posts - 496 through 510 (of 687 total)