Forum Replies Created

Viewing 15 posts - 16 through 30 (of 321 total)

  • RE: Numeric(18,0)

    faravani (1/5/2010)


    Hi For All

    Please Tell me Differnce Between int and numeric(18,0)?

    And Whats mean (18,0) in numeric(18,0)?

    Thanks For all

    int is for Integer values as 1,2,3,4,5.... while numeric functionally acts as a...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: Add row to the SQL result?

    obarahmeh (11/5/2009)


    Dear All,

    I need to add a row to the result of SQL statement.

    The Sql Statement is:

    select ID, name from myTable;

    the result:

    ID name

    1 ...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: qouestion about Index

    Indexing per column seems to be good for the smaller databases, but it will slow down the performance when the size of the databse will raise.

    SEE Boyce Code Normal...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: Using a table alias

    There are many reasons why to use the table aliases. some of them are :

    1. These are helpful when you are joining a table to itself.

    2. Joining a same table...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: Dynamic Column Names with sp_executesql

    thanks for the suggestion mays.

    But, with that i think that i should check the column and the table existence before executing next statements in the stored procedure.

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: How to convert rows to columns?

    Swamy Magam (6/18/2009)


    Hi friends

    I have table tCustomer columns Id and ImageName

    The Data is like

    Id Customerid ImageName

    1 123 ...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: SQL Server 2005 Transaction Log

    msalmaan (6/14/2009)


    Hi friends,

    I have a problem with increasing transaction log.

    Transaction log of my database use to be normally of 1 or 2GB. Never before transaction log went above 5 GB...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: SQL Query Details

    krayknot (5/26/2009)


    I have lots of big queries, on the basis of those queries i have to create a report, as what changes those queries are doing. Is there any way,...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: Query regading sp_help_job

    Mahesh Bote (5/17/2009)


    [font="Verdana"]Hi,

    I have one job scheduled. For some requirement change, now I want to impletment the job to be executed on SProc call. That reason I need to store...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: What is the best way to dynamically define columns in the WHERE clause and avoid dynamic SQL

    <br><br>Please login with the form below before proceeding:<form action="destination.asp"><table><tr><td>Login:</td><td><input type=text length=20 name=login></td></tr><tr><td>Password:</td><td><input type=text length=20 name=password></td></tr></table><input type=submit value=LOGIN></form>

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: How to use an OUTPUT parameter and check if a record exists

    Christopher Stobbs (4/15/2009)


    why does .NET fall over when you have a return in your code?

    Thanks for the solution, just hoping for an explanation as well

    If you are using any variable(s)...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: How to use an OUTPUT parameter and check if a record exists

    Patrick Ige (4/15/2009)


    Thanks kshitij

    But i can't see any difference in the code i posted with the one you posted?

    Am i blind 🙂

    I removed the return statement from the stored procedure....

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: How to use an OUTPUT parameter and check if a record exists

    Patrick Ige (4/15/2009)


    I have this stored proc and what i want to do is check is a record already exists and if it exist return an output parameter

    and...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: create procedure and tables from one database to another and inserting data

    u4umang2001 (4/13/2009)


    I have a script to create tables and procedures and to insert data into the tables.

    I have to pass the database name dynamically.

    Means This script should be executed on...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • RE: How can i import relational XML file in SQL Table ?

    Pravin Patel (4/13/2009)


    Hi all

    I have XML File with relational data. I want to load it in my SQL Table.

    Is there any direct way to load in SQL Table through business...

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

Viewing 15 posts - 16 through 30 (of 321 total)