Forum Replies Created

Viewing 15 posts - 7,861 through 7,875 (of 13,876 total)

  • RE: Can we reduce the spam?

    I've suggested this before, but I'll do so again as the spam is driving me mad at the moment.

    1) Apply additional rules to new users (< 100 posts, say)

    Additional Rules...

  • RE: Updating the table based on another table result

    With in excess of 600 posts, you really ought to know how to post questions by now.

    Please take a look at the best-practice link for advice.

  • RE: Issue with SQL IF statements

    Hi Jon

    Just because a database has been created does not mean that CREATE TABLE scripts cannot. On the contrary, if the database did not already exist, you would find it...

  • RE: delete from table then insert - using a view

    Minnu (11/24/2015)


    hi Team,

    How to create a view with below logic,

    -- want to delete from unify table before insert.

    DELETE FROM dbo.Unify

    GO

    INSERT INTO dbo.unify (PS_code, PS_Name)

    SELECT PS_code, PS_Name FROM [dbo].[Unify_HHT]

    Views do not...

  • RE: No Record Found message vb.net+Sql 2012

    GilaMonster (11/24/2015)


    Phil Parkin (11/24/2015)


    Thank you, SSC, for helpfully encoding my 'less than' symbol 😀

    Happens if the and [ /code] are on the same lime. Put a new line...

  • RE: No Record Found message vb.net+Sql 2012

    I just don't understand what you mean by 'where should I put the message?'

    Why do you need to 'put it' anywhere?

    If you need it on a Winform, put it into...

  • RE: No Record Found message vb.net+Sql 2012

    Thank you, SSC, for helpfully encoding my 'less than' symbol 😀

  • RE: No Record Found message vb.net+Sql 2012

    dt.Rows.Count < 0

    If no rows are returned, the count would equal zero, surely? What makes you think that it would be less than zero?

  • RE: Update on each database

    Sean Lange (11/23/2015)


    Phil Parkin (11/23/2015)


    cmc123 (11/23/2015)


    Hi,

    can someone help me in writting a cursor with following update statements .This statement will updates each database in an instance of SQL .

    UPDATE...

  • RE: Update on each database

    cmc123 (11/23/2015)


    Hi,

    can someone help me in writting a cursor with following update statements .This statement will updates each database in an instance of SQL .

    UPDATE dbo.Property

    SET USERTXT1 =

    (SELECT...

  • RE: Pivot One Row Field for All Rows Containing Same Time

    Your question is not clear to me. Please provide sample data, DDL and desired results in a consumable form, as described in the first link in my signature.

  • RE: Script task experts welcome

    caojunhe24 (11/20/2015)


    try what?

    Erm. The hyperlink in my post.

  • RE: Script task experts welcome

    caojunhe24 (11/20/2015)


    @Phil Parkin

    I am using M:\Products & Services\Business Planning & Analysis\ProjectOzRawDataFile_DoNotDelete_Atif\RawData\SAPARawData_PatBell in my package not UNC path I guess so if I have to use UNC path I have to...

  • RE: A Single-Parameter Date Range in SQL Server Reporting Services

    John Meyer-239467 (11/20/2015)


    One advantage to the varchar solution is that (if it was converted to use ISO data formats), the end dates could have 'T23:59:59.997' added to them so the...

  • RE: Script task experts welcome

    caojunhe24 (11/20/2015)


    And I saw some people had same issue with job agent and they solved problem by making folder as shared folder. But the point is my folder is in...

Viewing 15 posts - 7,861 through 7,875 (of 13,876 total)