Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 3,221 total)

  • RE: Critique - The Modern Resume

    Steve we have read enough of your work here on SSC to know that your abstract effectively describes your presentation. If there are highlights in your actual presentation...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: How to delete old records from SQL server 2005 DB...

    mwk (1/20/2011)


    Thank you all!! I appreciate the replies. I most likely will do the 2008 Express upgrade at this point.

    Thanks,

    mwk

    This is a quick fix, however if 2008 Express...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: How to delete old records from SQL server 2005 DB...

    mwk (1/20/2011)


    I have a database that is at the 4096MB limit. I already backed up

    the database, but just want to make room by deleting the older records.

    Is there...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Formatting Dates with 3 Character Months (SQL Spackle)

    I use a "throw away" variable (@BitBucket)

    BWAA-HAA!!!

    Hmmmm

    The quotes aside .. Jeff a great article with more sample code than most of us deserve.

    Thanks, as I put...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Are the posted questions getting worse?

    This should make a lot of those who help others, know that someone appreciates all the work they do

    http://www.sqlservercentral.com/Forums/Topic1050398-391-1.aspx

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Tempdb

    Good question

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Purging Old Tables

    guthey.aditya (1/17/2011)


    If you query the system table sys.tables, you should have all the info you are looking for.

    Careful, this shows when the table structure was modified, i.e., add a column,...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: SQL Dilemma

    Others will most likely be more helpful than myself, the only way I can think of performing what you want to do is to combine the date columns (BEGINDATE and...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Mulitple procedure vs Single procedure

    Joe

    Seriously, does anyone study Yourdon, Gane & Sarson, DeMarco, Constantine, Myers, Dijkstra,

    Wirth, Manna, Gries, etc. any more?

    Isn't your question about Dijkstra, answered by your own words:

    They are mostly old...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Mulitple procedure vs Single procedure

    Each module of code should perform one and only one task.

    Do you mean that the MERGE statement in SQL 2008 should NOT exist, because of some one who ranks himself/herself...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: SQL Dilemma

    To help people here to help you, please post your table definition, sample data in a readily useable format. To do this please click on the first link in...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Documenting of SQL 2005 DB

    For Objects of type P, RF, V, TR, FN, IF, TF, and R try this:

    SELECT * FROM sys.sql_modules

    Which gives you all you want to know. You will...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Mulitple procedure vs Single procedure

    The answer to your question is the almost standard answer to any T-SQL question, that is "It depends".

    Before making your decision I strongly suggest that you spend some...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: SQL Server Internals

    You may wish to read this:

    http://technet.microsoft.com/en-us/library/ms190969.aspx

    To gain some insight into how a database size grows.

    To gain a feeling for your particular tables growth perhaps this will give you some insight,

    http://support.microsoft.com/kb/924947

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Upgrade from SQL 2000 to SQL 2005

    I am not sure that I understand your question completely. The service pack is NOT appiled to what on the CD.

    1. Instal what is on the CD to...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

Viewing 15 posts - 1,516 through 1,530 (of 3,221 total)