Forum Replies Created

Viewing 15 posts - 6,661 through 6,675 (of 18,926 total)

  • RE: Less Pay, More Convenience

    David Benoit (4/27/2011)


    Stefan Krzywicki (4/27/2011)


    That mindset is unlikely to go anywhere. Many managers know that if they're not keeping an eye on the workers, they have nothing to offer the...

  • RE: NEED HELP= Monthly SQL database growth calculation script

    hydbadrose (4/26/2011)


    I gave up- I am not getting any friendly reply...

    I gave you a fully tested, fully working solution which as far as I know you have not even bothered...

  • RE: Less Pay, More Convenience

    Revenant (4/26/2011)


    Ninja's_RGR'us (4/26/2011)


    Revenant (4/26/2011)


    UMG Developer (4/26/2011)


    Revenant (4/26/2011)


    Two points you can make to your (prospective) employer.

    First, telecommuting saves the employer about $500 per month for workspace..

    How do you figure? ($500/month/workspace seems...

  • RE: Less Pay, More Convenience

    Revenant (4/26/2011)


    UMG Developer (4/26/2011)


    Revenant (4/26/2011)


    Two points you can make to your (prospective) employer.

    First, telecommuting saves the employer about $500 per month for workspace..

    How do you figure? ($500/month/workspace seems like a...

  • RE: WHERE clause in Index

    dbo.sysindexes is pre 2005. It's there only for backward compatibility along with pretty much anything that was available in 2000 and before.

  • RE: WHERE clause in Index

    I preffer to say that you started too late... I can't believe it took you 20 minutes to write that message :w00t:.

  • RE: NEED HELP= Monthly SQL database growth calculation script

    David Burrows (4/26/2011)


    hydbadrose (4/26/2011)


    Ok so for the following script how would you change in whole;

    As I already stated

  • DDL to create the table (including indexes)
  • Sample data to test with (important especially...

  • RE: WHERE clause in Index

    I don't have 2008 to test but that's the first thing I'd try.

    sp_helpindex 'tblname'

    If that fails I'd go to sys.indexes. It pretty much has to be in that table.

  • RE: NEED HELP= Monthly SQL database growth calculation script

    hydbadrose (4/26/2011)


    Ok so for the following script how would you change in whole;

    ,ISNULL((select B.[UsedSpace(MB)]

    from [TESTDB].[dbo].DB_USAGE B

    where B.[SQLName] = a.[SQLName]

    and B.[DBName] = a.[DBName]

    and DATEPART(yyyy, B.[ExecuteTime]) = DATEPART(yyyy, DATEADD(mm, -3, a.[ExecuteTime]))

    and DATEPART(MM,...

  • RE: Does SSRS 2005 Require Exchange Server?

    I've never done it with smtp, but apparently it's doable.

    From MS : http://msdn.microsoft.com/en-us/library/ms345234.aspx

  • RE: Please help with this script

    hydbadrose (4/26/2011)


    Can some one please help me. I need to have this script ready by end of this month.

    Dude, COPY, PASTE, RUN my script. That should get you 99.99%...

  • RE: Less Pay, More Convenience

    scking (4/26/2011)


    I've been telecommuting two days of each week with every other Friday off so it ends up being 1/2 time telecommuting. The experience has taught me quite a...

  • RE: Does SSRS 2005 Require Exchange Server?

    jstariha (4/26/2011)


    Ok, that seems right. I was just told that the reason our organization does not use reporting services is because exchange server, which we do not have, is a...

  • RE: Online indexing

    Michael Valentine Jones (4/26/2011)


    Brandie Tarvin (4/26/2011)


    Michael,

    You're right. Totally my bad. I was working of a SQL 2000 assumption and by the time I figured out I was wrong, I was...

  • Viewing 15 posts - 6,661 through 6,675 (of 18,926 total)