Forum Replies Created

Viewing 15 posts - 1,111 through 1,125 (of 1,169 total)

  • RE: Need Help: To read a column value of a SP's result set.

    Hi

    You have more ways. It's one right now on my mind. You could put your code, which selects the 20 rows, in a CTE and with an index for each...

  • RE: Transactions 3

    Hi,

    If you go five questions back, you'll see a question named "Transactions 2". As I can see nothing different in this one, and the result is the same.

    What is the...

  • RE: The SSIS service in 2012

    Nice question

    Thanks

    IgorMi

  • RE: Logical Operators

    paul.knibbs (5/24/2012)


    This is something I pretty much never bother to remember, because if there's any ambiguity I always add parentheses...makes it easier for humans to understand that way.

    I get you,...

  • RE: Logical Operators

    A good question

    But,

    "Which of the following facts are correct when constructing a WHERE clause with no parenthesis?" ?

    Not all the statements are facts, only one is - "AND has precedence...

  • RE: Transactions 2

    Nakul Vachhrajani (5/22/2012)


    Good question with a couple of learning points.

    1. By default SQL does not abort the entire transaction if it encounters a statment-level failure. In this case, the primary...

  • RE: Conversion error when importing data

    deep_kkumar (5/19/2012)


    Hi Thanks for the reply.

    So i cannot insert the value as PM and AM in the datatype column which is defined as "datetime" or Datetime2 in my destination table.

    Please...

  • RE: Where can i get a sample database for SQL Server 2008 R2?

    SQLRNNR (5/18/2012)


    You will need to remove the log file from the files to be attached windows.

    Highlight the log file and then click remove. The file should say not found....

  • RE: Conversion error when importing data

    deep_kkumar (5/19/2012)


    Hi,

    I am importing data from text file, where the input column value is like

    "02-APR-12 12.49.24.938000 PM" and the destination table datatype for the column is specified as "datetime".

    If i...

  • RE: SSIS 2012 - Create Catalog

    It is Saturday and a QofD. Is this a mistake or a surprising? 🙂

    Thanks anyway

    IgorMi

  • RE: Video url problem

    pallavi.unde (5/18/2012)


    Hello friends,

    I am using sql server 2008 r2 and .net.

    I am passing video links in dynamic way. but the problem i am facing here is that, the video...

  • RE: passing values to stored procedure

    ssurekha2000 (5/17/2012)


    IF EXISTS (SELECT 1 FROM E_TABLE1 WHERE eid =@eid)

    UPDATE E_TABLE1

    SET FNAME=@FNAME,MNAME=@MNAME,LNAME=@LNAME,DOB=@DOB,Address=@Address, Gender=@Gender,Phone=@Phone,

    Mobile=@Mobile,Email=@Email,...

  • RE: Foreign key

    Hardy21 (5/17/2012)


    Good One.

    If Table2 declared as following than all 3 tables created without any issue.

    create table Table2

    ( id_tb2 int primary key references table1(id_tb1),

    value2 varchar(100))

    Yes, sure

    That is the point of the...

  • RE: getting output param

    ssurekha2000 (5/17/2012)


    i have a select stmt in SP with a where condition

    from c# front end i am passing the condition param to SP & i waant the result fields...

  • RE: NULLS

    Thanks to the question and to community discussions.

    IgorMi

Viewing 15 posts - 1,111 through 1,125 (of 1,169 total)