Forum Replies Created

Viewing 15 posts - 121 through 135 (of 190 total)

  • RE: SSRS 2008 Tool Tip Issue

    Steven.Howes (9/25/2013)


    is the image in a table? if is is try using the tooltip of the cell the image is in. if not try embedding the image in...

  • RE: How does Greater than operator works in Joins

    khurmi.navpreet (9/25/2013)


    Hello,

    I have writing SQL Queries for sometime now and writing inner joins, but always used the equal to operator(=) for joining 2 tables. Just recently I came across...

  • RE: Executing Dynamic SQL

    nice question.

  • RE: How to search?

    GilaMonster (9/25/2013)


    enriquezreyjoseph (9/24/2013)


    But some post say that..Dynamic Sql is a powerful tool...

    Indeed, but you don't use a jackhammer to put a nail in the wall. Powerful tool != use all...

  • RE: CTE

    kapil_kk (9/24/2013)


    but what about ;(semi colon) of WITH ?

    i guess, it should generate an error? Discuss

    No it will not give as GO is there...

    Remove the GO and try you will...

  • RE: CTE

    Samith C (9/24/2013)


    Mr. Kapsicum (9/24/2013)


    but what about ;(semi colon) of WITH ?

    i guess, it should generate an error? :discuss:

    nope ;

    try it out 🙂

    Which semi colon your saying ?

    This:

    ;with cte...

  • RE: CTE

    but what about ;(semi colon) of WITH ?

    i guess, it should generate an error? :discuss:

  • RE: How to search?

    enriquezreyjoseph (9/24/2013)


    AndrewSQLDBA (9/24/2013)


    Well, you can either search the table for one, or both.

    SELECT

    <ColumnName>

    , <ColumnName>

    FROM

    <TableName>

    WHERE

    Sex = 'M' OR SEX = 'F'

    That will select all rows with either M or F in...

  • RE: SSRS 2008 Tool Tip Issue

    waiting for few responses.

  • RE: SSRS 2008 Tool Tip Issue

    psingla (9/24/2013)


    on thing you can try out

    insert new Image tooltip.

    If new Image tool tip works fine then you need to tally the properties of new Image tooltips and Old Image...

  • RE: SSRS 2008 Tool Tip Issue

    guys, at least acknowledge my problem.

    need solutions ASAP.

  • RE: Dynamic Query

    easy one to start the day 🙂

  • RE: Having Problem in restoring transaction log backup

    maintaining Log backup files is the most tricky part.

    if u missed the chain then, everything becomes problematic.

  • RE: Automate Your Backup and Restore Tasks

    VB vs T-SQL 😀

  • RE: Error message when changing location of share drive in SSIS package

    Brandie Tarvin (9/19/2013)


    Koen Verbeeck (9/19/2013)


    daniel.carreira (9/19/2013)


    Hi Michal,

    So i have to add the user (databasename)/System to the sharedrive permissions, is it correct?

    Best regards,

    Daniel

    Yes, it must have read/write access to the shared...

Viewing 15 posts - 121 through 135 (of 190 total)