Forum Replies Created

Viewing 15 posts - 2,041 through 2,055 (of 3,221 total)

  • RE: Too Tipsy To Work

    Heh... I thought drinking was mandatory!

    --Jeff Moden

    Only when it is NOT the server that has payroll data for the entire staff.

    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: Percentage format in excel2000/2002

    This is an Excel problem not a SQL problem.

    Search Technet for excel 2000 2007 differences and you will find about 2,400 articles ... explaining the different formats / how formulas...

    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: Purchase SS2K5 Developer Edition

    Looked today at 6:16 PM USA East Coast Daylight Savnings Time

    2005 Devloper - new 43.63 used CD 38.47

    2008 Developer - new 43.63 used CD - none listed

    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 many rows are returned from the query below?

    Lynn Pettis Posted Today @ 10:36 AM

    I'll give you one right now as i have already seen it posted in other threads: Wait a day, the next days email newsletter...

    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 many rows are returned from the query below?

    kaspencer (3/5/2010)

    then one must be careful to ensure that the questions are properly phrased, in correct English

    May I point out that the SSC community includes members from countries world wide,...

    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: Sparse Columns

    Good question .... learned something from it ...

    Thanks

    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: Risk Associated with read-only access to MSDB

    When running the sp_helprotect @username = 'public' take careful note of all those commands that can be EXECUTED by the public role... be sure you want to allow...

    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: Case statement and parameters in T-SQL

    rhfishman

    Can you give me a clue how to get optional selecting and sorting?

    Use and IF ELSE statement (From Books On Line)

    IF Boolean_expression

    {...

    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 find changes in a table

    bitbucket-25253 (3/4/2010)

    --------------------------------------------------------------------------------

    When a DB is backed up ... tables are backed up in their entirety. Not just changed/added rows.

    Sorry about that ... just assumed (and you know what that means...

    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 find changes in a table

    When a DB is backed up ... tables are backed up in their entirety. Not just changed/added rows.

    Would examining the logfile violate the ERP's support?

    Can you run a Trace...

    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: Query Using CONTAINS and DATEPART

    Jonathan Turlington

    Not knowing your actual table structure / indexes etc., etc. My temp table did not have an index, so my code would run using a table scan...

    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: Case Statement and Parameters in Query

    rhfishman

    To receive assistance ... please read the first link in my signature box so that those who want to assist you can do so with a tested solution.

    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 find changes in a table

    I need to know when a CSR rep adds or changes one of these address in the last 24 hours.

    How does the CSR add/change an address i.e., through...

    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: Query Using CONTAINS and DATEPART

    Is this what you are looking for

    CREATE TABLE #Installers(id INT,daysWorked INT)

    INSERT INTO #Installers

    SELECT 1,5 UNION ALL

    SELECT 2,4 UNION ALL

    SELECT 3,3 UNION ALL

    SELECT 4,0

    SELECT id, CASE

    WHEN (daysWorked...

    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: Importing Multiple tables from Access table

    Might I suggest that your read:

    How to convert an Access database to SQL Server

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

    and/or

    SQL Server Migration Assistant 2008 for Access V4.0

    http://www.microsoft.com/downloads/details.aspx?FamilyID=133b59c2-c89c-4641-bebb-6d04476ec1ba&DisplayLang=en

    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 - 2,041 through 2,055 (of 3,221 total)