Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 2,010 total)

  • RE: multi rows value in one select statement

    Is what you provided above the example of your data or an example of what you are looking for? Knowing both of those pieces of information will help us...

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

  • RE: Upgrading

    I could care less about the point I was more referring to the fact that Steve might want to let the author of that article know a change needs to...

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

  • RE: Upgrading

    I suppose someone should let the author of this article know the information contained in the upgrading section is incorrect then...

    http://www.sqlservercentral.com/articles/Administration/installingandupgradingtosqlserver2005/1943/

    -Luke.

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

  • RE: Get the "last changed by user" information a VB script

    already answered here... http://www.sqlservercentral.com/Forums/Topic429854-363-1.aspx

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

  • RE: Get "Last Modified by User" information inside a script

    I believe that is all available via the filesystemobject in activex.

    Here's some more info from SQLDTS.com - scroll down to the filedate section.

    http://www.sqldts.com/292.aspx

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

  • RE: How to evaluate tools?

    also as to time limited eval periods... typically if you like a tool and think it might be something you want to pursue, most vendors will be more than happy...

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

  • RE: How to evaluate tools?

    I think Steve hit the nail on the head and stated it a bit better than I did in my first post. Figure out what you're going to use...

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

  • RE: How to evaluate tools?

    Ideally when I'm looking for a new tool or tools there is a goal that I'm looking to accomplish. So I think the first step is to define what...

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

  • RE: **************DD/MM/YY to MM/DD/YY************

    Jazzmeet (11/19/2007)


    Tried using the Query that you have given,It return me Date as

    2007-10-29 00:00:00.000 .Which is in YYYY-MM-DD HH:MM:SS format.I need the Date in MM/DD/YY.

    Hope someone could help me...

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

  • RE: tempdb log file size excessively growing

    Excuse the ignorance, but do you have any idea what exactly does the blackberry server store in tempdb? I've never had the occasion to need to deal with it......

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

  • RE: Performance slow down - After we move processes off the server

    Are you making you connections by ip, hostname etc? If it's by hostname, make sure you are resolving the ip address of the new server correctly. Make sure...

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

  • RE: store proc

    It's a table like any other table, how you get the data to your user is entirely up to you once you have the data. You could use reporting...

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

  • RE: store proc

    Firstly, depending on how many rows we're talking about the idea of doing your checks with IF statements seems like it would perform rather poorly as you'd be evaluating 1...

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

  • RE: store proc

    I guess that's what I'm confused about... Will the users be running this import or will it be scheduled automatically to occur at a set time. If It's scheduled,...

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

  • RE: Ideas on HA/Implementing SSRS

    Ok I think I need to let you know a bit more about the scale, or lack thereof of our architecture.

    We currently house all of our data in one SQL...

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

Viewing 15 posts - 1,591 through 1,605 (of 2,010 total)