Forum Replies Created

Viewing 15 posts - 6,571 through 6,585 (of 7,164 total)

  • RE: query timeout in stored procedures

    anu.suresh.hema (4/22/2011)


    Hi,

    I am kind of new to SQLServer and my question involves query timeout in stored procedures.I have a stored procedure that uses "WAITFOR DELAY " and sleeps for say,10...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: After SQL Server 2008 upgrade performance degraded.

    It will be very difficult to help if you do not provide more information. Please have a look through this article: http://www.sqlservercentral.com/articles/SQLServerCentral/66909/%5B/url%5D

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Generating query files named based on contents of table

    That will certainly work. If you're on 2008 you'll want to use sqlcmd which should also let you do the same thing. osql is a SQL 2000 tool and AFAIK...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Must declare the variable '@Name' issue

    PS I agree with Stefan, favor stored procedures over embedded SQL. There is a section in the article from my previous post that shows an example using a stored procedure...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Must declare the variable '@Name' issue

    dianaansari (4/21/2011)


    I do not know if I am in the right thread, but I am having a SQL issue.

    When I debug my web-page it shows me this error:

    Must declare...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL servers are no longer visible on our network

    Ninja's_RGR'us (4/21/2011)


    Syed Jahanzaib Bin hassan (4/21/2011)


    can you prove this?

    Read this page from microsoft,you hit and trial people,you people have limited knowledge i think so

    http://msdn.microsoft.com/en-us/library/ms165724(v=sql.90).aspx

    Regards,

    Syed Jahanzaib Bin Hassan

    MCTS | MCITP |...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SET ROWCOUNT

    toddasd (4/21/2011)


    In the BOL for SET ROWCOUNT, it says

    SET ROWCOUNT overrides the SELECT statement TOP keyword if the rowcount is the smaller value.

    SET ROWCOUNT is ignored in INSERT, UPDATE,...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL servers are no longer visible on our network

    Ninja's_RGR'us (4/21/2011)


    Syed Jahanzaib Bin hassan (4/21/2011)


    Start the SQL Server Browser service from the

    CONTROL-PANAL ->Administrative Tools -> Services

    Regards,

    Syed Jahanzaib Bin Hassan

    MCTS | MCITP | OCA | OCP | OCE | SCJP...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Sql server

    Grant Fritchey (4/21/2011)


    If it returns multiple rows, only the last one returned will end up in the variables.

    I formed a habit from the beginning to explicitly grab one row when...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to close any topic?

    It's only evidence if someone else quotes you 😀

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL servers are no longer visible on our network

    MarvinTheAndriod (4/21/2011)


    Although you can log onto them if you know the server address.

    Clarification please:

    "server address" = explicit IP address?

    Can you log in using server_name\instance_name?

    ip_address\instance_name ?

    server_name,port_number ?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Bulk Inser Format File Question

    You're very welcome 🙂

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: I want to check the permissions given to a user not login on particular schema

    forsqlserver (4/21/2011)


    Thanx..

    By mistake I have run the sqluser1.

    Problem is still same I want to test the user sqluser1's permission:-)

    sqluser1 is a database user associated to the login...so if you do...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Bulk Inser Format File Question

    Sure, you can use it just like a table...with INSERT INTO, or even as a SELECT INTO.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Saying Thank You

    Well put Steve. Love field involved in a minor (in the grand scheme) mishap, and then your reaction, how appropriate 🙂

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 6,571 through 6,585 (of 7,164 total)