Forum Replies Created

Viewing 15 posts - 1,816 through 1,830 (of 8,731 total)

  • RE: Today's Random Word!

    DamianC (11/29/2016)


    Ed Wagner (11/29/2016)


    djj (11/29/2016)


    Manic Star (11/29/2016)


    Ed Wagner (11/28/2016)


    Manic Star (11/28/2016)


    DamianC (11/28/2016)


    Ed Wagner (11/28/2016)


    Manic Star (11/28/2016)


    Ed Wagner (11/28/2016)


    djj (11/28/2016)


    Ed Wagner (11/26/2016)


    DamianC (11/26/2016)


    Ed Wagner (11/26/2016)


    TomThomson (11/24/2016)


    Brandie Tarvin (11/23/2016)


    Manic Star (11/23/2016)


    Luis Cazares...

  • RE: Query required for my scnario

    vs.satheesh (11/29/2016)


    Hi , I am using sqlserver 2005, UIn my scenario I need apply gracing marks for following scenario.

    drop table #temptable

    create table #temptable (USN varchar(15),Scode varchar(10),Theory_Mark int,Practical_mark...

  • RE: No data in one column of a view (NULL value instead

    You could certainly format the code yourself or use a tool like poorsql.com

    On the other hand, we need DDL and sample data in a consumable format. Read the links in...

  • RE: Recursive CTE

    info 58414 (11/23/2016)


    Hi,

    i have a Select with this Result;

    ID RowCount

    FKR000000000001 34

    FKR000000000002 21

    FKR000000000003 28

    Can i write a recursive Cte, which generates as many records as the RowCount indicates.

    For...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (11/23/2016)


    robert.sterbal 56890 (11/23/2016)


    What is on your menu for Thanksgiving?

    Can you share any recipes?

    Our family will be having Thanksgiving at my wife's parents with turkey, gravy,...

  • RE: Are the posted questions getting worse?

    robert.sterbal 56890 (11/23/2016)


    What is on your menu for Thanksgiving?

    Hopefully, some football :hehe:

  • RE: Today's Random Word!

    Brandie Tarvin (11/23/2016)


    Pie!

    Apple

  • RE: Too many stored procedures

    What if someone creates a stored procedure that elevates their privileges? Are you protected from that?

  • RE: Today's Random Word!

    Ray K (11/22/2016)


    Ed Wagner (11/22/2016)


    TomThomson (11/22/2016)


    Revenant (11/22/2016)


    Luis Cazares (11/22/2016)


    djj (11/22/2016)


    Ed Wagner (11/22/2016)


    patrick.w.wheeler (11/22/2016)


    Ed Wagner (11/22/2016)


    Manic Star (11/22/2016)


    djj (11/22/2016)


    Sleep

    Dream

    REM

    Stand

    Stephen King

    Fiction

    Science

    Art

    Craft

    Starcraft

    Aircraft

    Warcraft

  • RE: Help

    You just need to invert the logic.

    DECLARE

    @StartDate DATE

    ,@EndDate DATE;

    set @StartDate = DATEADD( day,-30, getdate());

    set @EndDate = GETDATE();

    SELECT *

    FROM(

    SELECT...

  • RE: Today's Random Word!

    djj (11/22/2016)


    Ed Wagner (11/22/2016)


    patrick.w.wheeler (11/22/2016)


    Ed Wagner (11/22/2016)


    Manic Star (11/22/2016)


    djj (11/22/2016)


    Sleep

    Dream

    REM

    Stand

    Stephen King

    Fiction

    Science

  • RE: Multiple calls to MAX(datecolumn) in select

    andis59 (11/22/2016)


    Thank you Luis.

    I realize that I have a long way to go in the world of SQL.

    // Anders

    The good part is that you're moving forward. 😉

  • RE: Multiple calls to MAX(datecolumn) in select

    andis59 (11/21/2016)


    Is there any difference in performance?

    BTW, does the size of the database table has any impact on the Tuning Advisor and the time it takes to finish?

    There's no significant...

  • RE: Unable to run Dir using xp_cmdshell

    I'll guess that you have a proxy account set to use xp_cmdshell. I'm also guessing that you're not using a sysadmin account to run xp_cmdshell. Then, I'll guess that the...

  • RE: BULK INSERT missing last row?

    draca.milos89 (11/21/2016)


    Hello, I have text files that are tab delimited. My Bulk works fine until I discovered one situation if I value in the last row column filed is empty...

Viewing 15 posts - 1,816 through 1,830 (of 8,731 total)