Forum Replies Created

Viewing 15 posts - 8,821 through 8,835 (of 9,241 total)

  • RE: Copying database backup to another server

    using a product such as Redgate SQLBackup you can compress backups by up to 90%

    download the free trial and try it out

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

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

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

    SQLBOT (10/17/2008)


    As someone wrote earlier, the only way to backup a log file is to specifically backup the log file.

    to clarify further the only way to truncate log at backup...

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

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

  • RE: How to know if there is SMTP server configured

    not sure exactly what you mean but you'd have to ask your administrator which server hosts mail on your network. Test connectivity by Telnet to port 25

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

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

  • RE: importing Nwind.mdb to sql server 2005

    or just launch the sql2005 installer and select the sample databases option from the install selection!

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

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

  • RE: Re: System Databases Location

    SQLBOT (10/17/2008)


    ideal if the drive were striped as opposed to mirrored or RAID-5.

    RAID 5 employs striping with parity !!

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

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

  • RE: SQL Profiler

    run the traces server side then you'll have no worries 😉

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

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

  • RE: How to Schedule a SQL Trace ?

    LOOKUP_BI (10/17/2008)


    All,

    I need to schedule a sql trace on Profiler.I see a stop time but no start time.Accordin to msdn I can schedule a Trace by the SQL Profiler GUI...

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

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

  • RE: Windows Authentication failed

    Junior_DBA (10/17/2008)


    Guys,

    please any help???

    thanks

    i could be wrong and let me know if i'm way off but it sounds to me like you have moved the database to a new server...

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

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

  • RE: Help needed in removing dynamic SQL

    a 2000 character varchar field is certainly going to allow some undesirable isnt it :discuss:

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

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

  • RE: START own Service from SQL

    think about it and this is painfully obvious 😉

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

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

  • RE: Return all rows where one is a match

    if using a correlated subquery for checkinga condition\item i prefer EXISTS. I've always been under the impression this should be faster than IN. Am i way off base here?

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

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

  • RE: Cannot copy 2000 db to 2005 using detach/attach

    dp75 (10/8/2008)


    To move a database from 2000 to 2005 you CANNOT detach/attach.

    this is only true for the system databases. I use detach and restore all the time. When attaching the...

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

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

  • RE: Red Gate SQL Backup vs. Quest Lite Speed backup

    out of the 2 i prefer Redgate SQL Backup!

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

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

  • RE: Change SQL Time

    jjssilva (10/10/2008)


    I'm clueless here.

    the date and time shown above is 10PM not AM (22:47).

    what you are seeing is the installed date and time i believe

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

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

  • RE: Restoring a Single Data File to a Multiple Data File DB. Possible?

    you would have to restore

    stuff.mdf

    stuff.ldf

    then create the extra filegroups\files and move objects from the primary file\group to the new files\groups

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

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

Viewing 15 posts - 8,821 through 8,835 (of 9,241 total)