Forum Replies Created

Viewing 15 posts - 3,106 through 3,120 (of 3,221 total)

  • RE: How to show columnwise result in sql server

    I can not get the results in one row as you have shown in a simplified manner.

    From BOL:

    The result sets combined using UNION must all have the same structure.

    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: Show all tabledefinitions

    /*Requirements BEFORE executing SQL code:

    1. Excel workbook must exist on the server in this case C:\TipsNTrick\Tables.xls

    2. Excel sheet column headings must be identical for example...

    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: Table Lock

    Refer to books on line (BOL) sp_who - specifically the entries for columns "blk" and "cmd'

    Blk:

    The system process ID for the blocking process,...

    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: Add a primary key and foreign key using SQL serv mgmt

    Using SSMS

    Expand the database which contains the 2 tables

    Right click on the table name

    In the drop down menu left click on "Design"

    In the resulting pane click row with "StyleId"...

    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: READ ONLY database

    Open SSMS

    Expand the list of databases

    Right click on a database name

    Left click on "Properties" in the menu which appears

    In the next window (left pane titled "Select a page")

    Click...

    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: The Shortage of Programmers

    aljtdj (5/5/2008)


    Whine all he wants, and make no mistake it is whining, developing an architecture and/or tools that millions of people, other developers included, will use is far more...

    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: Implicit Conversions

    Steve Jones - Editor (5/5/2008)


    That is not a compilation error. It's a run-time error when a conversion occurs. There are very few compilation errors, mostly syntax issues.

    In my humble opinion...

    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: Implicit Conversions

    AS previously stated:

    dunnjoe (5/5/2008)


    That's why I feel answer b is not correct. Answer b says the value is converted to an int. The error message says the conversion failed....

    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: The T-SQL Quiz

    Grant Fritchey (5/29/2007)


    Ladies... The signal to noise ratio is starting to drop a bit. This was supposed to be a bit of candy for some intellectual stimulation. A little...

    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: Set trigger firing order

    Thank you one and all for the comments. Since the QOD is or should be designed to make us think and learn, I believe that all the comments...

    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: Table Constraints

    Another option -- You can create a stored procedure incorporating two input parameters to execute something similiar to the following

    DECLARE @news INT ...

    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: Records Accessing Problem

    SUJITH KUMAR (4/23/2008)


    Hi,

    If a new number is generated insertion have no problem. If number generated is an existing one Sql Server not allowing to insert because of duplicate key....

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

    Dots or no dots from:

    http://msdn2.microsoft.com/en-us/library/aa225964(SQL.80).aspx

    The following text:

    Note During a full database or differential backup, Microsoft® SQL Server™

    backs up enough of the transaction log to produce a consistent...

    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: Upgrade from SQL 7 to 2000

    arsrini (4/17/2008)


    Hi,

    We have three production servers running SQL 7.0 with hundreds of our own Stored Procedures. We want to upgrade these servers to SQL 2000 or SQL 2005. Are there...

    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 log (and retrieve) users activity

    Goodguy your answer "Thanks, I think I figured out the solution I need."

    Heck we all can learn from these posts how about telling us what / why / how you...

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