Forum Replies Created

Viewing 15 posts - 601 through 615 (of 687 total)

  • RE: What or Yes

    Ninja's_RGR'us (5/4/2011)


    Then it's the "parental" culture. The bottom line is that he feels offended and that you don't want to offend him. Just learn to get along.

    No sense...

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

  • RE: What or Yes

    lol

    I don't really care one way or the other. I was just hoping someone would have some super inside knowledge of the English language and would be able to give...

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

  • RE: Alter Index REORGANIZE - Affect on Transaction Log

    Index reorganization is always fully logged, no matter the recovery model. And yes, it could potentially make your log grow substantially.

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

  • RE: data migration from access to sql server

    It does transfer the keys and indexes as well. I think it converts Access "queries" to views. The conversions can be a little screwy sometimes because some data types just...

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

  • RE: data migration from access to sql server

    You're right. I should revise my post to say "an easy way...".

    The difference is a gui that could handle converstions if necessary.

    The benefit would be that it is easy and...

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

  • RE: data migration from access to sql server

    easiest way without having to learn SSIS is to just use SQL Server Migration Assistant for Access v4.2. This has a wizard to walk you through migrating your access tables...

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

  • RE: SQL Server 2008 install and disk space

    yeah, always some junk on the local drive.

    As Geoff said, plan for growth of the C: drive due to patches for the OS, SQL Shared features, and even other things...

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

  • RE: Names of People Born in specific month

    ColdCoffee (4/28/2011)


    toddasd (4/28/2011)


    @WayneS: You write some great code.

    I totally concur 🙂 he is awesome, like how The Miz in WWE says, Wayne is awesome 🙂

    lol...love it. You just worked WWE...

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

  • RE: Normalization

    Richard Warr (4/27/2011)


    Nice question and an interesting example. Would renaming the columns "Telephone 1" and "Telephone 2" to "Home Phone" and "Mobile Phone" mean that the table was then in...

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

  • RE: Need Help with Join

    If you could post your select statement, we could see what might be wrong.

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

  • RE: Cumulative updates - SQL2008 R2 - clustered environment

    In Microsoft's own words

    "A supported cumulative update package is now available from Microsoft. it is intended to correct only the problems that are described in this article. Apply it only...

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

  • RE: Code Help

    The error is on the From line. You can't use a variable to declare an object name like that. It will need to be done using dynamic SQL.

    declare

    @dbname varchar(25),

    @sql...

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

  • RE: Code Help

    replace 'GO' with ';'

    and remove CHAR(13) + CHAR(10) +

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

  • RE: Restore error

    The error is saying that the database you are trying to restore is larger than the 4gb limit SQL Express enforces.

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

  • RE: Export and Transaction Log

    Job details would be very helpful in determining why the log is growing.

    Does it use a cursor and create individual insert statements for each record or does it insert a...

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

Viewing 15 posts - 601 through 615 (of 687 total)