Forum Replies Created

Viewing 15 posts - 1,276 through 1,290 (of 3,221 total)

  • RE: Data Type Comparison TSQL

    As one who is an "Old Hand", you should be well aware that to get tested help from those volunteers that want to help you, you should post your table...

    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: T-SQL query

    To help those who are willing to help you, please post table definition,sample data and expected results, using the outline/method which you will be able to read and refer 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]

  • RE: Error message 'Could not find stored procedure 'dbo.IndexOptimize'

    Are you in the same database when you parse and when you run otherwise. Would recommend that you use a two part identifier, for example EXECUTE.Dbname.dbo.IndexOptimize

    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: Money and Decimal Datatypes

    Good question - makes one recall the baics...

    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: Generate Scripts wizard in SSMS 2008

    1. In SSMS click on "Help"

    2. In drop down window select "Index"

    3. In window that in my case opens on the left side of the main form...

    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: Online Indexing

    lianvh (4/15/2011)


    Good Day ,

    We deployed Online Indexing on SQLS erver 2005 Enterprise Edition . I was rather disapppointed when I noticed that this caused locks on the system and a...

    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: Date query

    For an extensive list of using and manipulating DATE and TIME refer to this posting by Lynnpettis

    https://www.sqlservercentral.com/blogs/lynnpettis/archive/2009/03/25/some-common-date-routines.aspx

    For comparison of just dates in a DATETIME column. Set the time portion...

    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 the transactions will move to mdf from ldf?

    Yes, transaction file means transaction log file.

    Is WLF will come into the picture here ?

    What do you mean by WLF?

    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 check the size

    Have you attempted to use the DATALENGTH function on the message field of that DB table?

    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 the transactions will move to mdf from ldf?

    I assume by transaction file you mean the log file

    Check points are issued by the system. If you want to know more look up checkpoint and lazywriter. It...

    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?

    If memory serves me correctly, that folding down corner was a long time ago (even before the timewarp function) that was added to the site back in the days when...

    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: Question of the Day Suggestions

    Duncan Pryde (4/13/2011)


    Hi everyone

    I've submitted a few QotDs now and some have proved more popular than others. I'd therefore be interested to know what sort of questions people like, any...

    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: Dating for DBAs - a second date

    Duncan Pryde (4/13/2011)


    bitbucket-25253 (4/13/2011)


    A good question. As of 9:20 AM only 28 percent correct answers.

    Your QOD has achieved one of the major objectives ... teaching

    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: Dating for DBAs - a second date

    A good question. As of 9:20 AM only 28 percent correct answers.

    Your QOD has achieved one of the major objectives ... teaching

    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: Differential querying based upon a parameter value

    Without knowing the complete statement the only answer that I can give you is "It depends", not much assistance I know.

    I would suggest that you post the table definition(s), 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]

Viewing 15 posts - 1,276 through 1,290 (of 3,221 total)