Forum Replies Created

Viewing 15 posts - 3,046 through 3,060 (of 3,221 total)

  • RE: Congratulations to Our New MVPs

    Congratulations to both

    As stated previously

    I know that every time that I read one of Jeff's articles, I am probably going to learn something that helps me in my job!

    Let...

    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

    Using Query Analyzer

    ALTER TABLE testing1 DROP COLUMN Cid

    GO

    ALTER TABLE testing1 ADD Cid INT IDENTITY (1,3) NOT NULL

    GO

    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: eliminating duplicates

    Jeff as usual you are CORRECT ... I must have gotten carried away reading all these posts ... tell me one thing what the heck is RTFS and 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: SQL injection cleanup?

    In the master database. Look at sp_msforeachtable

    for an explanation of what and how it works try

    http://www.databasejournal.com/features/mssql/article.php/3441031

    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: Modified by Another User,refresh then try

    I am facing this error frequently in the application my data base in Sql Server 2000 any solution please provide me at the earliest

    What error?

    Please read the article whose...

    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: Effect of denying system table SELECT privileges in protecting against sql injection attacks

    Suggest you read "Trouble Shooting Metadata Visibility"

    http://msdn2.microsoft.com/en-us/library/ms190785.aspx

    scroll to the bottom of the page and review:

    "Metadata Visibility Configuration"

    http://msdn.microsoft.com/en-us/library/ms187113.aspx

    Plus search this site for many, many articles discussing injection attacks, and how 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: eliminating duplicates

    per rbarryyoung:

    Except that that is NOT what was wanted. What was wanted was:

    Eliminate One row from each distinct Group.

    With the Following restrictions:

    ...

    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

    You could using SSMS

    a). In design mode drop the column cID

    b). Save the table

    c). Go back into design mode insert a new column named cID

    d). Set...

    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: BIT data type and aggregate function

    May I suggest using BOL subject "Using Pivot and Unpivot" or url:

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/24ba54fc-98f7-4d35-8881-b5158aac1d66.htm

    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 can i insert multiple rows with multiple clumns

    If I understand you correctly the following T-SQL should do what you want:

    Insert INTO tbl_trans(code,no,name,amount)

    SELECT code, no, name, amount FROM tbl_application ORDER BY no

    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: eliminating duplicates

    From Jeff Moden's post:

    you're going to spend that much time on it... write it as an article and submit it, instead.

    ...

    People really get ticked at me when I say...

    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: Copy data from one table to another table in the next available cell

    We have a client that has approximately 150 employees that check in with us each day, 3 times a day, to ensure their safety

    Strictly an assumption on my part but...

    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 can i insert multiple rows with multiple clumns

    Although this sounds like a home work question. Start here:

    1. Open your .net interface

    2. Click on Help

    3. Enter ADO in help search window

    4. Read 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: how to purge BEB asdbdat.dat

    The lack of information provided makes it highly unlikely you will get help for your question. Please follow the link in my signature and re-post

    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: Converting varchar to a Bit using SSIS

    Insufficient information -- Do you mean convert a possible 3 characters (clnt_access varchar(3) NOT NULL) to binary, since a bit can only be a 1 or 0, or to binary?

    (BOL...

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