Forum Replies Created

Viewing 15 posts - 676 through 690 (of 1,319 total)

  • RE: on-line indexing in MS SQL 2005 Problems

    Another "it depends". How large is the maintenance window? By not doing all tables, only focusing on the larger ones, are you seeing peformance degradation? The are some scripts on...

    -- You can't be late until you show up.

  • RE: on-line indexing in MS SQL 2005 Problems

    ichbinraj (5/5/2009)


    Thanks guys ,

    Is It best to put FILLFACTOR = 80 ?

    ichbinraj

    One of those "it depends" answers. How much data is being loaded into the tables? If a...

    -- You can't be late until you show up.

  • RE: on-line indexing in MS SQL 2005 Problems

    Sounds like a good plan - after hours and such. How many indexes/rows are associated with the table? Have you done this in a dev environment to gauge an estimate...

    -- You can't be late until you show up.

  • RE: disk full

    goparaju.chandu (5/5/2009)


    my d:\\ drive was full. i wnt to some space to D:\\ .

    What else resides on this drive? Can additional hard rives be added to the partition? Can you...

    -- You can't be late until you show up.

  • RE: Users in a Group

    This should give you a start.

    Create Procedure SQL_ServerROLES as

    Set nocount on

    -- Author: Saleem Hakani

    -- Date: Oct 15th 2007

    -- Description: Below script will query SysLogins to find out which...

    -- You can't be late until you show up.

  • RE: import excel file to sqltable in sqlserver 2000

    You can use the DTS Import/Export Wizard. See BOL. Really simple to use.

    -- You can't be late until you show up.

  • RE: Management Studio, viewing scheduled jobs

    Thanks Mike. Job monitor is exactly what I was looking for (sure beats clicking on each job!). I knew I was overlooking something simple. And I haven't even gotten into...

    -- You can't be late until you show up.

  • RE: Original Theatrical Release of Star Wars

    While trying not to reveal much about my age - myself and 3 buddies climbed into a car a drove to the theater complex that was the biggest in Chicago...

    -- You can't be late until you show up.

  • RE: Msg 8152, Level 16, State 14, Line 1,String or binary data would be truncated.

    Either increase the size of the fileds on the table or shorten the amount of data to fit your current size. One question - why are you adding first name...

    -- You can't be late until you show up.

  • RE: Are the posted questions getting worse?

    Lynn Pettis (4/28/2009)


    You know, I can think of some one else that, IMHO, ranks right there with our favorite White House window washer, and here is his latest post.

    The desert...

    -- You can't be late until you show up.

  • RE: Maintenance Plan Crashing during Reoganize Index step

    jspatz (4/27/2009)


    " failed with the following error: "The transaction log for database 'DAReporting' is full.

    Pretty much says it all. Either backup the log more frequently, especially during the reorg, or...

    -- You can't be late until you show up.

  • RE: Are the posted questions getting worse?

    David Burrows (4/27/2009)


    their were 102 stones in her gallbladder

    YOWZA!

    Get well soon Barry! I'm sure all will go well.

    -- You can't be late until you show up.

  • RE: New build of SQL2005 (our first!)

    If I rebuild indexes, doesn't that also update my statisics like SQL 2000? Did not know about WITH DATA_PURITY but just googled it to see what it does. One other...

    -- You can't be late until you show up.

  • RE: New build of SQL2005 (our first!)

    OS is windows 2003 EE, SQL is x86 SE, awe-enabled. So leaving the pagefile at 2GB appears to be fine? Our network guys want to push the pagefile to 8GB,...

    -- You can't be late until you show up.

  • RE: Loop through Linked servers

    Jack Corbett (4/23/2009)


    tosscrosby (4/23/2009)


    wouldn't it be four-part naming convention?

    i.e. SET @from = N'.database_name.schema_name.table_name Where criteria'

    Yup. Nice catch. I totally braincramped on that one.

    First time for everything I...

    -- You can't be late until you show up.

Viewing 15 posts - 676 through 690 (of 1,319 total)