Forum Replies Created

Viewing 15 posts - 646 through 660 (of 3,221 total)

  • RE: Subscriber Backup Devices

    Another nice clear QOD - Thanks Steve

    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?

    Brandie Tarvin (2/15/2012)


    bitbucket-25253 (2/15/2012)


    Brandie

    go here

    http://originalchocolatebar.com/newintro.html

    HA! That's exactly what I need. Thanks. @=)

    Now, now be honest is it the chocolate or the Martinis or maybe a bite of chocolate...

    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: MERGE

    SathishK (2/15/2012)


    Hugo Kornelis (2/15/2012)

    I got it right, for all the wrong reasons.

    The script will not run, regardless of triggers, for two reasons:

    1. The MERGE statements must be terminated with 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: Are the posted questions getting worse?

    Brandie

    go here

    http://originalchocolatebar.com/newintro.html

    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: Use Your Tools

    I agree with Steve ... try new tools .. learn what they can and can not do for you.

    But I bump into the old adage.

    "So little time, so much 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: MERGE

    bitbucket-25253 (2/15/2012)


    Suprised at the results

    Correct answers: 34% (81)

    Incorrect answers: 66% (155)

    Total attempts: 236

    Thought many more would be correct, since BOL clearly states

    If the target table has an...

    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: MERGE

    Suprised at the results

    Correct answers: 34% (81)

    Incorrect answers: 66% (155)

    Total attempts: 236

    Thought many more would be correct, since BOL clearly states

    If the target table has an enabled...

    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: EXECUTE

    bminch (2/14/2012)


    While its certainly easier to use brackets/parenthesis around @sqlstring don't forget about sp_executesql.

    declare @sqlstring nvarchar (255)

    set @sqlstring = 'use ' + 'master' + ' dbcc showfilestats'

    execute sp_executesql...

    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: Calculate Totals for ID numbers that have more than one entry

    If I understand your question correctly, see if something like this will work for you.

    CREATE TABLE T2000(ID Int,Dated DATETIME,Amount DECIMAL(10,2))

    INSERT INTO T2000

    SELECT 1, '2012-02-03 00:00:00.000', 100.00 UNION ALL

    SELECT 1, '2012-02-03...

    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: EXECUTE

    John Mitchell-245523 (2/14/2012)


    Appalled? I usually reserve that reaction for earthquakes, famines, wars and so on.

    In any case, I don't agree that just because two statements are posted on the...

    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: granting execute privilege on all stored procs in a database to a user

    Go to this site

    http://www.sqlteam.com/article/understanding-the-difference-between-owners-and-schemas-in-sql-server

    Or

    •Using SQL Server Management Studio, expand Security then Schemas under a particular database.

    •Double-click on the schema name Dbo and choose Properties.

    In the next window click on...

    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: EXECUTE

    Nice back to basics question -- no gimmicks .... nice very nice

    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: granting execute privilege on all stored procs in a database to a user

    SQLKnowItAll (2/13/2012)


    Hi Ron,

    I don't see anything in that reference to dbo or specific to the EXECUTE permission. Can you elaborate on issues with granting the exec permission on the dbo...

    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: 30-day demo period

    You might want to read this about logon triggers ...

    I think somewheres in that article you will find a logon trigger that will do just what you want.

    http://www.simple-talk.com/sql/t-sql-programming/logon-triggers/

    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: granting execute privilege on all stored procs in a database to a user

    Siva Ramasamy (2/13/2012)


    Hi,

    I want to grant execute privilege of all the stored procs (200+) in a database to a user.

    Does any of you have an automation script for this..?

    Thanks!

    Try...

    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 - 646 through 660 (of 3,221 total)