Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)

  • RE: Date Calculation Project

    Thanks Luis!

    You rock! I was trying to do it with a CTE and was having difficulty. I knew it was me. Thanks again this works perfectly!

  • RE: Trouble with dates

    Thanks again Luis! I really appreciate all of you help and everyone else as well!: -)

  • RE: Trouble with dates

    Thanks Luis!

    I read your links. Never occurred to me to get that detailed. But I can definitively do that in the future. Thanks for the advice.

    Quick question, how would I...

  • RE: Trouble with dates

    Smendle,

    You rock! I stared at this all morning and just couldn't see it. I should have, but just couldn't. I will make sure the next time I add more to...

  • RE: Need help with Query design

    I figured out the issue, just a simple comma. lol Thanks again for all the help I really appreciate it!!!

  • RE: Need help with Query design

    Thanks for the reply!

    I have to use WITH(NOLOCK) because this dat come from a scrub table that a XML Shredding process is constantly running. And the powers to be want...

  • RE: "Could not find stored procedure 'master.dbo.xp_delete_file'

    Not sure this helps, but I have several 2000 servers in Production still and I had to right a couple of queries to do my incremental backups and delete files...

  • RE: Get information from tables

    Very useful query! I tweaked it for English-US. Hope you don't mind. Thanks for the hard work on this one!

    SELECT TAB.NAME AS [Table Name],

    COL.NAME AS [Column Name],

    TIP.NAME AS...

  • RE: PowerShell SCript to export almost everything from a list of servers

    Great script! Works perfectly on Default Instances. I just can't get it to work on any of my Named Instances. Like Server\Database. I get connection error...

  • RE: SQL Agent Job schedule details

    First let me start by acknowledging I probably have WAY TOO MUCH TIME on my hands. LOL

    That said, I made a small, :), change to the query around the...

  • RE: SQL Server 2000 Backups

    Persistence pays off! lol I belive I have figured it out. Seems to work in my test environment. Darn Quote Marks get me every time lol

    So...

  • RE: Help with PS Script

    Gary you ROCK!!! The second solution works perfectly!!! Thanks so much for taking the time to help me!!

  • RE: Help with PS Script

    Thanks Gary!

    I'm still not getting the $DriveSize.Name back or $DriveSize.Size. I've tried adding the '[0]' and the same results. $DriveSize[0].DriveSizeFree returns now but in an expression like 2.49952E+11.

    In...

  • RE: Need help with Dynamic Query Results

    You rock! Thanks. I see where I went wrong and it's a perfect solution. Thanks again!

  • RE: Conditional formatting with Reporting Services

    No worries 🙂 We can do this like this:

    1. In the properties of the column you want the color chnage to occur, go to Appearance | BackgroundColor and...

Viewing 15 posts - 1 through 15 (of 19 total)