Forum Replies Created

Viewing 15 posts - 6,586 through 6,600 (of 9,715 total)

  • RE: msdb.dbo.sp_send_dbmail @body parameter

    I would use the dreaded Dynamic SQL to build your email. Embed the whole proc and arguments into the dynamic sql, adding in the proper name, then execute it.

    Depending on...

  • RE: Snapshots going into recovery mode

    There are multiple types of snapshots in SQL Server. Please clarify which type you're referring to.

  • RE: TCP PORT issue

    Lowell, that's brilliant code. Even though this wasn't my question, I may have to keep your solution in my SQL files for future reference. @=)

  • RE: Use of multiple.mdf file or .ndf file

    I am curious, though. Why would anyone burn data files on DVD? There are more reliable and much better storage options available that allow for bigger files. These options will...

  • RE: DB2 to SQL 2000 - DTS - Performance Tuning

    1) Only pull the columns and rows you need from the source (instead of everything). -- In other words, Filter, Filter, Filter.

    2) Run the package when little-to-no other traffic or...

  • RE: TCP PORT issue

    FYI: Port 1434 is the default UDP port.

    On my local box, I have two Dev servers installed (2k5 & 2k8). Looking at my SQL Server Configuration Manager, both servers have...

  • RE: SQL Server 2005 installation

    karthikeyan-444867 (2/6/2011)


    All,

    I have installed sql server 2005 in my home machine. when i open management studio, it is prompting to choose the server name (By default nature). I didn't create...

  • RE: Problem in Analysis Service

    anilkullam, as this is an old thread, you are more likely to get assistance if you start your own new thread and use english to ask the question instead of...

  • RE: Need help with script alter and drop

    We can't see (or at least I can't) your tables. Can you repost?

    EDIT: Please post table DDL (the create scripts with all keys and indexes). Pictures don't help us help...

  • RE: Help with a query

    As Jeff said, post both queries (with comments on what each is supposed to do) so we can help you combine them together or offer other advice.

  • RE: Today's Random Word!

    WOTD: Fidget.

  • RE: Connection Problems

    Hugo Kornelis (2/7/2011)


    Toreador (2/7/2011)


    I wonder why they are withrawing this procedure?

    If I have to make a guess, it is probably because over the past years, there has been a consistent...

  • RE: Connection Problems

    Toreador (2/7/2011)


    I always use sp_change_users_login in these circumstances...

    Ditto. I did get the correct answer, but that's not been my first choice of resolution in these instances.

    Toreador (2/7/2011)


    I wonder why they...

  • RE: Some questions related to database administration

    If you have any IT experience at all, the certs are iffy as to whether or not they'll help you get the job. If you have no official IT experience,...

  • RE: I cannot understand these codes

    Craig Farrell (2/4/2011)


    Also, to the original question:

    StartDate = CStr(DATEADD("m", DATEDIFF("m", 0, Date) -4, +2))

    EndDate = CStr(DATEADD("m", DATEDIFF("m", 0, Date) -3, +1))

    ReportDate = CStr(DATEADD("m", DATEDIFF("m", 0, Date)-2, +1))

    This query gives the...

Viewing 15 posts - 6,586 through 6,600 (of 9,715 total)