Forum Replies Created

Viewing 15 posts - 20,791 through 20,805 (of 26,484 total)

  • RE: Duplicate primary key & partitioned views

    Given the follwoing table:

    create table dbo.MyTable (

    DataCol1 int,

    DataCol2 datetime,

    DataCol3 varchar(25)

    );

    The new table would be like this:

    create table dbo.MyNewTable...

  • RE: Full disk

    middletree (5/26/2009)


    I ran the SHRINK statement, but it only saved me 5 GB. I need to do the Truncate thing first.

    I know this sounds weird, but I have...

  • RE: Duplicate primary key & partitioned views

    Looks to me like the IDENTITY column should be a SID. It should have NO RELATION to the data being inserted other than providing a unique ID for each...

  • RE: Are the posted questions getting worse?

    We are approaching the next big Party Time for The Thread. I suspect we'll hit 5,000 posts early in June with a possibility of it occuring by May 31st.

  • RE: Full disk

    middletree (5/26/2009)


    Helpful article, Lynn, but reading it makes me think we need to stay in Full Backup mode.

    If you need point in time recovery, then yes you do.

    Now that you...

  • RE: Are the posted questions getting worse?

    Bob Hovious (5/26/2009)


    They need a new how-to book: SQL for Window-Washers.

    I keep telling you Lynn, just don't look at his stuff and you will enjoy much more serenity.

    😛

    It's...

  • RE: The Real SQL Server Experts

    Damus (5/26/2009)


    - real foreach loops through table rows.

    Why use RBAR when set based solutions work much better and efficiently?

  • RE: Full disk

    middletree (5/26/2009)


    First day at new job, don't know much about how things are set up. On the databse server, which uses SQL Server 2005, the hard drive is 95% full....

  • RE: The Real SQL Server Experts

    Damus (5/26/2009)


    I withdraw all comments I previously posted on this discussion.

    I appologize to anyone who was offended. Did not mean anything wrong.

    Peace (white flag)

    I wasn't offended. I am...

  • RE: The Real SQL Server Experts

    Damus (5/25/2009)


    I am just a programmer. Been in the business for over 10 years now, I have changed the way I code so many times, but when it comes to...

  • RE: Strange T-SQL Behavior

    David Burrows (5/26/2009)


    SQL Server takes the numeric value up to the first Alpha character as a numeric value (SELECT 1.) and the alpha characters that follow are then the alias...

  • RE: How to transfer the data from Excel to SQL2005

    josephptran2002 (5/24/2009)


    Hi Ike,

    How are you doing? I am greatly appreciated your helps, I already solved the problem by using SSMS or Import/export wizard. You are very nice person, and may...

  • RE: Are the posted questions getting worse?

    You really have to be kidding, right?

    I guess some people just don't get it, do they?

    Time to wonder off back to the desert...

  • RE: Are the posted questions getting worse?

    Paul White (5/23/2009)


    What is this "soccer" everyone keeps referring to? :laugh:

    Well, it is what the rest of the world calls football or futbol. Sorry, but us Americans call it...

  • RE: Original Theatrical Release of Star Wars

    David Burrows (5/23/2009)


    but she who must be obeyed would have fit.

    It's easier to ask for forgiveness than it is for permission. :w00t:

    Would not matter, if she isn't happy, no one...

Viewing 15 posts - 20,791 through 20,805 (of 26,484 total)