Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 3,221 total)

  • RE: How do you use social media as a database professional? Students need your input! Chance to win $50 Amazon gift card!

    I do not know what response you will receive from users of SSC, but might I suggest you determine where there is a local chapter of SQL Server users, i.e.,...

    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 do you use social media as a database professional? Students need your input! Chance to win $50 Amazon gift card!

    I do not know what response you will receive from users of SSC, but might I suggest you determine where there is a local chapter of SQL Server users, i.e.,...

    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: Database Setup Suggestions

    In the business world, I would first consult with qualified lawyers to determine if per chance with a single database, if confidential. or business confidential data was visible by one...

    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: example for table level constraint

    You will find it here:

    http://msdn.microsoft.com/en-us/library/ms189862.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: Getting an Error

    For someone to assist you, they will need more information... post the create table statement, your T-SQL statement that is having the problem and the sample data that is giving...

    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 2000 coonection by vb 2005

    I have also used this module in VB5 and simply moved it into VB6 to keep up to date.

    What I would suggest to you is to just execute...

    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: What is up with the "Hey Kid Classification"?

    Welsh Corgi (5/15/2011)


    Ninja's_RGR'us (5/15/2011)


    Welsh Corgi (5/15/2011)


    I'm wondering about misuse of the forum.

    What misuse??

    Just forget it

    Lets see 677 points as of your post .. next name will occur when you reach...

    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: What is up with the "Hey Kid Classification"?

    Last time I could find a copy:

    NameThreshold Points

    Newbie0

    Grasshopper10

    SSC Rookie25

    Valued Member50

    SSC Journeyman75

    SSC Enthusiastic100

    SSC Veteran200

    Old Hand 300

    SSC Addicted400

    Mr. or Mrs....

    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: Selecting specific characters in a field

    Is this what you are looking fo:

    DECLARE @T VARCHAR(12)

    SET @T = '9^1234567890'

    SELECT CHARINDEX ( '^' ,@T,1) -- just so you understand what this performs

    SELECT SUBSTRING(@T,CHARINDEX ( '^' ,@T,1)+1 ...

    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 2000 coonection by vb 2005

    It would have been nice had you posted the error message returned when you executed your code, now it is my guess that your connection string is invalid.

    I...

    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: Employee Roster

    Without further information it is difficult to assist you. Please click on the first link in my signature block and learn how to post table definitions, some sample data,...

    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

    Use the REPLACE fimction

    REPLACE(find, replace, string)

    find

    Specifies the string that contains the substring to replace all instances of with another.

    replace

    Specifies the substring to locate.

    string

    ...

    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: help to find role permission

    Try this code to determine if it is what you require.

    SELECT

    u.name COLLATE Latin1_General_CI_AS AS 'User',

    schema_name(o.schema_id) As 'Schema',

    o.name COLLATE Latin1_General_CI_AS...

    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: Identity Crisis: Attack of the Clone

    Nice question - required carefully reading .. but that is how the QOD should .. so again nice question.

    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?

    Jeff Moden (5/10/2011)


    Steve Jones - SSC Editor (5/10/2011)


    Just rated some sessions for the PASS Summit. This has to be one of the poorest implementations of a rating tool I've seen,...

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