Forum Replies Created

Viewing 15 posts - 31 through 45 (of 140 total)

  • RE: Is it possible...

    What logins?

    It's my data, mine all mine do you hear! 😀

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: EXECute SQL Commands over entire sets of parameters!

    Very useful, if only for the @quote parameter.

    The number of times I've tried to figure out how many quotes to add only to end up adding or deleting...

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Lost MDF file but I have LDF file

    My policy whenever I create a new database is:

    1 Change recovery mode to full

    2 Change default size (another topic)

    3 Backup the database immediately

    I already have a job setup to backup...

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Youngest Note Select

    How would you differentiate between the two 2TH accounts on 09/02/2010?

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Checksums

    Good job I've got Paul's blog bookmarked 😉

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Find tables unused since last SQL Server restart

    Using http://extras.sqlservercentral.com/prettifier/prettifier.aspx

    WITH LastActivity (ObjectID, LastAction) AS

    (

    SELECT OBJECT_ID AS TableName,

    ...

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Find tables unused since last SQL Server restart

    Same error here.

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Report Server Diagnostic Reports

    Great work. Thanks

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Where are you?

    I think that wins the award for the most unusual building to work in.

    (Awaits flurry of weirder buildings ;-))

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Loop through table and print each row in an excel file

    Have a look here:

    http://consultingblogs.emc.com/jamiethomson/archive/2005/12/04/2458.aspx

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Mishi Kobe Niku

    Just what the doctor didn't ordered

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Wildcard

    DOH missed Jim at the top...

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Where are you?

    Liverpool, UK.

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: creating several Files for one table based on ROwCount with SSIS Package

    This might help

    http://consultingblogs.emc.com/jamiethomson/archive/2005/12/04/2458.aspx

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

  • RE: Database Size

    Just checked on my two 2008 and one 2005 installations, and all three report 3 + 1 for a new database.

    -------------------------------------------------------------------------
    Normal chaos will be resumed as soon as possible. :crazy:

Viewing 15 posts - 31 through 45 (of 140 total)