Forum Replies Created

Viewing 15 posts - 706 through 720 (of 2,010 total)

  • RE: Previous week date range

    ganesaselvam_thylak (9/1/2009)


    hi Lynn,

    Thanks for your query, can u explain the query?

    select getdate(), dateadd(wk, datediff(wk, 0, getdate()) - 1, 0), dateadd(wk, datediff(wk, 0, getdate())...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    GilaMonster (8/28/2009)


    Luke L (8/28/2009)


    Care to share what that pluggin is?

    I'm sure I've mentioned it before. http://clippings.mozdev.org/

    I'm sure you have as well, I just couldn't remember. Never had...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    Care to share what that pluggin is?

    -Luke.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    Roy Ernest (8/27/2009)


    Barry, Thanks... I knew I would mess up even when asking a simple question... :hehe:

    This is the scenario.. We are moving our Main DB to a new Hardware...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    GilaMonster (8/26/2009)


    Yay. ISP down, again. This time their main basestation is down, affecting every single one of their customers. It's been down since around 3am this morning, eta until repaired,...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    Yup gotta toss another suggestion out there for the VM. One thing to watch out for though... Doesn't matter which one you choose (MS, VMWare, Sun, Citrix) if you...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    GilaMonster (8/13/2009)


    Can't help much, but root cause is that some other app's listening on the SQL port. Only one app can listen on a port at a time (AFAIK). First...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Cannot start SQL Server 2005

    Also, have a look at the following link. Going through those posts may have give you some more things to check...

    http://www.sqlservercentral.com/Forums/Topic334467-149-2.aspx

    Cheers,

    -Luke.

    Edit: corrected the link.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: SSRS (MS SQL 2005) Multi Value Parameter and Auto Refresh

    I've not experienced this, but I do have a troubleshooting step for you, just to make certain you know what's happening. Have you tried to run a trace on...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Problem with row by row update

    perhaps if you provide a bit more information on what you're trying to do we might be able to suggest a better way of performing the update rather than row...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Cannot start SQL Server 2005

    seems like something has to be listening on that port.

    What do you get when you run netstat -anob? This should list all listening or connected ports by...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Should i increase the maximum lentgh limit of email address under operator in SQL 2005 ?

    Making use of a distribution list, as Elliot suggested, really makes this type of thing quite a bit easier. It also makes it much easier to manage down the...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Are the posted questions getting worse?

    Jan Van der Eecken (8/11/2009)


    Hey Luke. "Huwelijk bij de Abdij" sounds almost right, except if you literally meant the wedding is at the abbey itself , which would better translate...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Deny OR Revoke "Drop object" Permission

    One of the things that I've seen DDL triggers used for is a sanity check on dropped tables... It's one the more popular examples of DDL triggers I've seen...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Simple date question

    Shark Energy (8/11/2009)


    I agree totally with all that, but why so that my servers can not interpret SELECT isdate('2009-06-30') as a valid date?

    Cause you use the British English regional...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 706 through 720 (of 2,010 total)