Forum Replies Created

Viewing 15 posts - 10,756 through 10,770 (of 15,376 total)

  • RE: Compile SQL Reference Table query into VS 2010

    robert.hemley (9/12/2012)


    Thank you again, I know this is a SQL forum but can you help on referencing to c# i am using asp.net.

    Regards Rob

    What do you mean by "help on...

  • RE: Question on ACID properties

    Joy Smith San (9/12/2012)


    Experts,

    One of the interviewer asked me something like below question. It was not clear to me anyway.

    "When we get an SQL query how do we determine if...

  • RE: SQL to create Timeslot Table between StartTime and Endtime of a day

    sbk2007 (9/12/2012)


    OfficeId WeekdayId ...

  • RE: Stop Date

    dianne.howard (9/12/2012)


    I'm new to SQL all together, but I have the following issue I really need help solving;

    We have a list of customer transactions that are grouped together by customer....

  • RE: guide me for 70-451 preparation please.

    SQL Mad Rafi (9/12/2012)


    Surprise! this is my first time i see no one is answering my question.

    as i thought may be this could have been answered a lot, even i...

  • RE: Selecting Unique Records out of Duplicates

    I see that you are pretty new around here. Welcome. In order to provide detailed assistance and code we need to have something to work with. The best way to...

  • RE: Standard Edition Auditing

    DBA_Learner (9/12/2012)


    Hello All,

    We all know that in SQL Server standard edition we cannot do any auditing on Server and DB Level. So, alternative for...

  • RE: Calculating Duration And Other Temporal Values In T-SQL

    By now you know that ddl and sample data go a long way towards a viable answer....

    Is there a way using this info that I can build a result set...

  • RE: NOT IN query very expensive, 100% CPU

    carlosaamaral (9/11/2012)


    SELECT table1.column1,

    '99',

    left(table1.column2, 2),

    max(table1.column3),

    'Yes',

    'Test'

    FROM table1

    WHERE NOT EXISTS ( SELECT 1

    FROM...

  • RE: need help in triggers

    vinay.varaala (9/11/2012)


    my delivery entry screen shows

    referenceid deliverydate deliverysttime deliveryendtime

    1 2012-09-11 ...

  • RE: Archiving...INSERT & DELETE

    oscarooko (9/11/2012)


    I am trying to delete old records from a table, and insert them into another table. Problem is that it is taking too long. The table has about...

  • RE: RE-Index is taking time

    bslchennai (9/11/2012)


    Hi,

    I am facing one problem with re-index, while doing the re-index on 40gb database one table is taking 40mins, but thing is every day the same table is not...

  • RE: retrieve newly added record

    snadsul (9/11/2012)


    i wan to fetch newly added record in table .how to write query for that .

    This is entirely too vague to provide an answer. There are a number of...

  • RE: SQL Cursor Help

    Artoo22 (9/11/2012)


    Note, @@FETCH_STATUS contains one of the following values:

    0: The FETCH statement was successful.

    -1: The FETCH statement failed or the row was beyond the result set.

    -2: The row fetched...

  • RE: Passing multiple value to a parameter

    I would start by looking closely at your split function. I am going to take a guess that is either a loop or xml based. Take a look at the...

Viewing 15 posts - 10,756 through 10,770 (of 15,376 total)