Forum Replies Created

Viewing 15 posts - 14,311 through 14,325 (of 15,381 total)

  • RE: Redirecting Page

    The confusion of pages in a windows application may well be the first clue that they are not actually sure what the question is. Windows apps don't have pages, they...

  • RE: Round Corner Table

    There are literally dozens and dozens of ways to accomplish this. Try google with "html rounded corners". You can do it 3rd party controls, css, javascript, images...

  • RE: Subquery

    You will lots of people willing and able to help. However, you have to help us help you. We don't have any idea what your tables or data are like....

  • RE: Help to return a single record within GROUP BY 1:many relationship

    Your understanding of coalesce is incorrect. It is not going to return the first record. It is going to return the first non-null value of the list you provide it....

  • RE: Delete ON Self Join

    On the contrary, I think your explanation was pretty much spot on. I was just trying to take your example to demonstrate how the OP was using NULL in the...

  • RE: Delete ON Self Join

    Craig Farrell (8/5/2011)


    Sean Lange (8/5/2011)


    cfradenburg (8/5/2011)


    Two ways to go about this. One is to set "on delete cascade" on the foreign key. ...

    Small data set or not, you're...

  • RE: Delete ON Self Join

    cfradenburg (8/5/2011)


    Two ways to go about this. One is to set "on delete cascade" on the foreign key. ...

    Small data set or not, you're likely to be better...

  • RE: SQL - Any way to execute the code line by line??

    That is an excellent example of a debug script...and the script itself is pretty awesome too. 😎

  • RE: How well do you know MAX?

    BenWard (8/5/2011)


    Am I the only person who thinks those salaries are horrifically low?! If I was only paid 5000 units of currency per year (regardless of currency!) I wouldn't be...

  • RE: SQL - Any way to execute the code line by line??

    Or add a lot of auditing lines. Depending on the complexity of the parameters you can convert the logic to just t-sql block fairly easily. This lets you run the...

  • RE: Problems getting a Pocket PC to cpmmunicate with SQL 2005

    Sounds like you have missed something in your code that is connecting to a server. There is no way anybody can offer much help based on the limited amount of...

  • RE: ROUND

    Look up ROUND in bol.

  • RE: derived column date in ssis

    That is the point. You can't exclude the timestamp from a datetime datatype. You will have to use Convert to get the display in the format you want from whatever...

  • RE: row numbering in ssrs

    It's been a while since I did much in SSRS but here is a link to what I had remembered from MSDN. See if that will get you what you...

  • RE: how to determine amount of available disk space?

    Take a look at the next section down (Files). You should see a filegroup PRIMARY. What does the autogrowth column show? Something like "By 1MB, unrestricted growth"? That means that...

Viewing 15 posts - 14,311 through 14,325 (of 15,381 total)