Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 7,429 total)

  • RE: Need Guru: CONVERT vs homegrown function to clear time from datetime

    One thing with convert is it does do an extra read but only one to get the format from the syslanguages table if I remember correctly.

    But unless you freed the...

  • RE: Is there is any DBCC Command to do Health Check of Log files?

    Don't believe there is but for a file that might be corrupt you can stop SQL Server, rename the log files extension to like .old from .ldf then restart SQL,...

  • RE: Newbie question for Tuning for Large amount of IO transactions

    I suggest you first take a look at the database design and normalize it first. Then recheck the application and correct for knonw performance issues. Then spec out what you...

  • RE: SQL Functions

    Alright maybe it is me but it looks like you are going out of your way to do this

    replace(convert(char(10),dateadd(d,-7,@date),102),'.','-')

    or

    convert(char(10),dateadd(d,-7,@date),120)

    in your function.

    and if you are wanting to be able to adjust...

  • RE: Frank''''s Addition to Family

    I think I know you good enough to read here between the lines.

    Yeah, best part for me has been the recent change from...

  • RE: Frank''''s Addition to Family

    You poor recheted fool... What have you done?

    You know it is all your fault from now on and you will never undertsand anything ever again as far as they will...

  • RE: Interpretation of BoL - table variables

    Glad someone posted that Microsoft link as I couldn't find to save me. The statement about TempDB is incorrect with Tbale Variables see the following.

     

    Q4: Are table variables memory-only structures...

  • RE: Hoiw many computers do you use at home?

    Of the ones I listed, the 2 XP desktops are used everyday by me or rest of the family. The XP HE laptop is the wifes and is used everyday...

  • RE: Interpretation of BoL - table variables

    FYI this is from the last BOL Update

    CREATE PROCEDURE

    "All data types, except the table data type, can be used as a parameter for a stored procedure."

  • RE: Corrupt Indexes? Phantom Rows?

    You might want to try DBCC UPDATEUSAGE and sp_updatestats.

    In addition you might want to run a DBCC CHECKTABLE and or DBCC CHECKDB to see if their may be any reports...

  • RE: Saving User Groups

    I think the biggest reason user groups die quickly after starting so greatly is the amoutn of time people have to give up in order to participate. They have to...

  • RE: Query Help

    Unless things are singular values which you could pass with OUTPUT parameters from your sub procedures you will likely have to use a temp table which you can execut the...

  • RE: How many platforms Do You Run at Home

    Ok here goes

    1 Windows XP HE Laptop

    1 Very dead XP Pro Laptop (laptops don't like coke)

    2 Windows XP HE Desktop

    1 Windows XP Pro Desktop

    1 Multiboot Windows 98SE, Red Hat Linux...

  • RE: Outlook Express

    SQL Mail requires a mapi client such as Outlook.

  • RE: Data Modeling Question

    1) Sorry brain is working backwards today that is the third time and I usually follow the rules well.

    2) Ok

    3-4) Thanks.

    5) So how do you id which branch or branches...

Viewing 15 posts - 1,321 through 1,335 (of 7,429 total)