Forum Replies Created

Viewing 15 posts - 586 through 600 (of 3,061 total)

  • RE: is primary key compulsary in clustering?

    vnj (1/13/2012)


    Can we fing clusters of following data?

    Id P1 P2

    x 5.6 ...

  • RE: Make New Table Daily

    guerillaunit (1/16/2012)


    Can you walk me through on how to have my target server point to my linked server? What would the query syntax me for this?

    Create your linked server...

  • RE: Make New Table Daily

    guerillaunit (1/16/2012)


    Hey Paul,

    I am not making a separate table for each day. Just making a new version of the same table everyday and then "pasting" over the previous day's...

  • RE: Make New Table Daily

    guerillaunit (1/16/2012)


    Hi there, I have 2 database servers. I would like to take a table from one of the servers and use that table to make a new table...

  • RE: my favorite normalization case study

    patrickmcginnis59 (1/13/2012)


    Long story short, I used an array of characters and a nice scrolly matrix gadget with dates across the top and students down the side, the whole matrix being...

  • RE: Normalize a SQL backend with Access 2007 front end

    kwoznica (1/14/2012)


    Dev (1/14/2012)


    Is there any particular reason for using Access Front End (except you are familiar with it)? I have used Access Front End but only if the...

  • RE: Normalize a SQL backend with Access 2007 front end

    kwoznica (1/13/2012)


    Doing it this way:

    USE GKHELPDESK

    GO

    Alter Table dbo.CaseData

    Add Constraint FK_Category_CatType Foreign Key (Category)

    References dbo.Category (ID);

    Allowed the command to complete successfully. Hopefully access will see it.

    Technically there is nothing for Access...

  • RE: DR Solution

    csuresh79 (1/12/2012)


    Thanks.. Do you see any other issues in copying system databases from Clustered to Standalone.?

    Well... I do not know.

    I been told it works fine between two standalone instance where...

  • RE: DR Solution

    csuresh79 (1/12/2012)


    We have a production server which is 2 node cluster. DR is proposed to have stand alone machine, with SRDF solution for SAN replication.

    I'm not sure how these...

  • RE: Dropping Image column

    george sibbald (1/12/2012)


    @paul-2 - please read the first 3 posts - this might HAVE to be a drop column and I need to be prepared for that.

    I appreciate the intention...

  • RE: Timestamp column

    svakka (1/12/2012)


    Thank you all .My source column has timestamp data type, should I create rowversion, date time data type to hold the same value as in source

    Would you mind in...

  • RE: Dropping Image column

    george sibbald (1/12/2012)


    PaulB-TheOneAndOnly (1/12/2012)


    george sibbald (1/12/2012)


    If your t-log has space for a 7.5 million rows insert query you should be fine.

    well yes, obviously, but how much space is that? Very...

  • RE: Dropping Image column

    george sibbald (1/12/2012)


    Gianluca Sartori (1/12/2012)


    Lowell (1/12/2012)


    for something similar, we've created the parallel table without the image column, migrated the data, then renamed the old vs new table, and after we...

  • RE: Dropping Image column

    george sibbald (1/12/2012)


    If your t-log has space for a 7.5 million rows insert query you should be fine.

    well yes, obviously, but how much space is that? Very much an 'it...

  • RE: Database views to support Cube.

    aaa-322853 (1/10/2012)


    Personally I think the use of views in a OLAP environment is fundamental to a flexible design.

    Not only does it provide a layer of abstraction but crucially it helps...

Viewing 15 posts - 586 through 600 (of 3,061 total)