Forum Replies Created

Viewing 15 posts - 8,806 through 8,820 (of 9,244 total)

  • RE: SQL 2005 Device Licensing Question

    Roger Abram (10/22/2008)


    If I have a web server that hundreds/thousands of people can connect to that is running a Cold Fusion application and that application links to SQL Server 2005,...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Shrinkfile and log backup

    victor_bosc (10/22/2008)


    The problem is that the optimization job increases too much the log file,

    set the recovery mode to bulk logged before the index rebuild and then back to full...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to determine drive space?

    WMI would be my preference

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to execute a sql script file uisng OSQL in sql 2005

    check the file and directory exists, if it does exist check the permissions on them 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Auto update stats flicking on and off continuously

    check for any 3rd party apps, i have seen something similar to this before

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: DBA

    seenu_61281 (10/23/2008)


    i know basic import/export thru DTS wizard.

    shame that since SQL2005 doesnt use DTS

    seenu_61281 (10/23/2008)


    What are the other things i should learn?

    Get SSIS under your belt and forget DTS

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: indexing on proper columns

    oohhh i dunno, add in a couple of LOB columns and you'd be well away LOL

    certainly could do with a little huh hum normalisation 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Restore

    your welcome m8tey 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Detach Files Before Moving ?

    remember to ensure security permissions are retained on the data folders otherwise the SQL server service may not be able to access the files 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to execute a sql script file uisng OSQL in sql 2005

    use SQLCMD not OSQL, check BOL for SQLCMD help

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Trouble with SQL output to a file

    a little bit of de ja vue with this post me thinks 🙂

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Deleting old backup files

    just to re iterate, there is definitely a space after cfg.

    copy the line out to a text file and you'll see it

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Restore

    follow the restore gui and in the restore to database type the new database name. select from device and browse for the backup rest is straight forward

    or T-SQL

    RESTORE DATABASE mine...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Transaction Log a part of Full backup????

    my this has gone a little OT hasnt it

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Copying database backup to another server

    you are always best to backup to local disk then copy to the network, unless of course you have a guaranteed solid network connection then maybe

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,806 through 8,820 (of 9,244 total)