Forum Replies Created

Viewing 15 posts - 1,846 through 1,860 (of 3,221 total)

  • RE: Best Practice to Track Changes/New Records

    latingntlman

    Great glad to hear you have solved the problem, would you care to post your code to this forum so that others with similar problems can benefit ?

    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: Which is the primary key of given table

    Another homework question and you are too lazy to read Books On Line .... or even use Google .... or?

    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 help.. pls

    With 166 visits you should know how to post code so that we can readily give you a tested answer. So next time please do so.

    CREATE TABLE #T(sno INT,ID...

    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?

    Wayne

    Is it sufficient to base the answer off of BOL?

    As one who has gotten mountains of grief from having QODs published, the mountain of grief you would have gotten if...

    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: Self-Service vs. Managed BI

    Too often we don't build the best software the first time. It's certainly not all our fault since there are plenty of business people that "think" they know what they...

    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: Export Data from SQL to Excel

    If you will be using SSRS then this info might help

    How to: Add a Page Break (Reporting Services)

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

    If above is not satisfactory .. please post asking for additional assistance, specifying...

    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: Index Types

    Very nice question ... thanks Wayne

    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: Could SQL Server Central E-mail me when I create a new topic

    Have you tried this:

    1. In the Welcome line ...click on My Account

    2. On next page click on Forums Control Panel

    ...

    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?

    Getting back to Joe Celko ..

    A rather simple question posted to a forum yesterday evening with what I thought was a simple answer:

    http://www.sqlservercentral.com/Forums/Topic956023-392-1.aspx#bm956671

    Today along comes Joe Celko, posting an answer...

    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: Return Top n with a tie

    This should do it

    SELECT TOP (5) WITH TIES Item, val FROM @TEST ORDER BY VAL DESC

    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: Best Practice to Track Changes/New Records

    latingntlman

    With what limited data you have posted, by the way in the most awarkward format for use .... Please Please next time you post to a forum asking 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: Parsing QueryString to SQL Table

    You may also find this article by Jeff Moden of great use to you

    http://www.sqlservercentral.com/articles/T-SQL/63003/

    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: SSRS Expressions Default Day of Week Parameters

    Not sure if this is what you are looking for:

    DECLARE @monday DATETIME

    DECLARE @Sunday DATETIME

    SET @monday = dateadd(wk, datediff(wk, 0, GETDATE()), 0) -- Beginning of this week (Monday)

    SET @Sunday...

    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 2005 query based execution

    Duplicate posting see http://www.sqlservercentral.com/Forums/Topic953545-1292-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: Stored Procedure parameters quandry

    Could you post the procedure as you see it ... i.e. something like

    IF (@Parm <> 0)

    BEGIN

    ...

    END

    ELSE

    BEGIN

    .....

    END

    As far as running manually,...

    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,846 through 1,860 (of 3,221 total)