Forum Replies Created

Viewing 15 posts - 91 through 105 (of 2,487 total)

  • RE: deleting backup files

    The schedule has nothing to do with the deleting of the backup files. The schedule only determines when the maintenance plan starts.

    i have a maintenance plan with subtasks to first...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Did SQL Server cause the server reboot?

    Also, something you may have already done, check the System event log around the time of the reboot.

    --------------------
    Colt 45 - the original point and click interface

  • RE: Operating system Error 112

    Eck ... totally agree Gail, we have certainly dropped the standards a bit 😀

    --------------------
    Colt 45 - the original point and click interface

  • RE: Celebrating A Million

    There are too many people to congratulate individually.

    Well done everyone on making SSC THE SQL resource on the net.

    :w00t::D:Whistling::smooooth::w00t::D:Whistling::smooooth::w00t::D:Whistling::smooooth::w00t::D:Whistling::smooooth:

    --------------------
    Colt 45 - the original point and click interface

  • RE: Get Error Description in SQL Server 2000

    Looks pretty familiar.

    http://www.sqlservercentral.com/articles/Stored+Procedures/capturingtheerrordescriptioninastoredprocedure/1342/%5B/url%5D

    --------------------
    Colt 45 - the original point and click interface

  • RE: Import Excel File to SQL Database

    Why you would want to do this in VB and SQL Server is beyond me. Like Jeff says, you don't need to go anywhere near the database for the functionality...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Script to bifercate sql server eaten memory

    In machine Sql server eaten 1 GB above memory.

    I got some script to bifurcate memory as per database.

    These statements sort of indicate to me that the OP doesn't understand...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Database Backup query

    I'd like to put in a plug for Hyperbac (http://www.hyperbac.com). It's made by the original developers of Litespeed.

    Massive advantage is you just use any normal backup method within SQL Server...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Databases keep dropping out of Maintenance Plans

    This is one of the many known bugs with Maintenance Plans.

    There is a patch for this issue, not entirely sure which one though.

    Personally, I try and remove Maintenance Plans...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Monitoring NEtwork shares drive space using SQL

    You won't be able to directly monitor the free space of a share within SQL Server.

    What you could do is create a Performance Counter Log to record the appropriate free...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Script to bifercate sql server eaten memory

    Not sure if you've got the right wording there, but it does look impressive 😀

    Basically, to bifurcate is to split. Not sure what you'd be wanting to split your memory...

    --------------------
    Colt 45 - the original point and click interface

  • RE: SQL – Backup Methods, Some Cool Scripts

    You really only need to check @@FETCH_STATUS = 0, that indicates that a row was successfully fetched.

    --------------------
    Colt 45 - the original point and click interface

  • RE: SQL – Backup Methods, Some Cool Scripts

    Lorenzo DBA (11/7/2008)


    When backing up all the databases via (1) process, I have found that if in any event that a backup of (1) database out of many fails for...

    --------------------
    Colt 45 - the original point and click interface

  • RE: SQL – Backup Methods, Some Cool Scripts

    With your exclusion/inclusion of system databases, what about the distribution, ReportServer and ReportServerTempDB databases?

    Backup of system databases not required normally

    After making the point about having backups to avoid the risk...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Problem DB Mirroring

    All you need is IP connectivity at the OS level.

    The limitation of using FQDN's is just the GUI.

    --------------------
    Colt 45 - the original point and click interface

Viewing 15 posts - 91 through 105 (of 2,487 total)