Forum Replies Created

Viewing 15 posts - 9,091 through 9,105 (of 9,248 total)

  • RE: Flat File Option Missing on Import Wizard

    in SSIS create a new project. Drag a new "Data flow task" from the Control flow items. Edit the new "Data flow task" and in the Toolbox under "Data Flow...

  • RE: Filegroups in Sql Server 2005

    filegroups offer managability but more over performance. They are primarily designed to be spread across disks\arrays and unless doing so are not going to be of any benefit to be...

  • RE: Implemetation of Large SQL Server DB(550 GB) on Blade/SAN

    i personally wouldnt boot from the SAN, i would have local disks for the OS, stick everything else on the SAN. You have many options available just be sure to...

  • RE: Rebuilding Stats: Twice or Not At All

    Hi Andy

    this was exactly the same line of thinking i had. Very informative. I think you're right no-one ever changes the default for stats during the create index

  • RE: Moving System Databases from Standard to Enterprise

    yes very important make sure you keep a copy of the enterprise system databases incase you need to bring them back online otherwise you'll need the install cd to repair...

  • RE: Bug inside my Shrink DB script

    Jeffrey Williams (7/28/2008)


    I am going to side with both Gail and Perry here

    not to mention the tone with which the words echoed to whom i would class as a well...

  • RE: change server name

    gunna48 (7/28/2008)


    As far as I know you can only change the network name. Here is how...

    sp_dropserver '[YourOldDatabaseName]'--Present Server name goes here

    go

    sp_addserver '[YourNewDatabaseName]','local'--New Server name goes here ...

  • RE: Memory Configuration and /3GB /PAE Switches

    jim.powers (7/28/2008)


    If that switch is not already there, it does need to be added.

    on the very rare odd occasion and normally for older processor architecture. 99% of the time the...

  • RE: Memory

    george sibbald (7/28/2008)


    what Perry and Terry (great name for a double act)

    not a s good as Kevin and Perry,, yes mrs patterson 😀

  • RE: Memory

    are we talking 1 instance of sql server??

    what are min and max memory set to on instance properties?

  • RE: Do I risk corrupting the master database ?

    on SQL2005 queries that try to update the system catalogs will be rejected anyway 😉

  • RE: Memory Configuration and /3GB /PAE Switches

    Milton Gonsalves (7/25/2008)


    So only Enabling /PAE should also help.., right?

    if your using win 2003 enterprise it should address all the RAM straight off without editing the boot.ini

  • RE: Bug inside my Shrink DB script

    alimcitp (7/28/2008)


    Gilla Monster, I dont know why you are trying to change the subject of my post. Actually what I requested is that " IF SOME ONE CAN LOOK AND...

  • RE: Memory Configuration and /3GB /PAE Switches

    ensure you configure the "lock pages in memory" local security policy for the account SQL runs under. Generally its not recommended to use the /3GB switch for machines with 16GB...

  • RE: SQL 64-bit setup

    just found the MS kb article, it seems 32 bit SQL2005 std can lock pages its just the 64bit that is an issue

Viewing 15 posts - 9,091 through 9,105 (of 9,248 total)