Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: SSRS Next/Previous Functon Fetch

    sgmunson - Monday, July 30, 2018 10:10 AM

    I don't think there's a way to do this in SSRS without gathering previous values...

  • RE: SSRS Next/Previous Functon Fetch

    drew.allen - Monday, July 30, 2018 10:09 AM

    It took me less than a minute to open up SSRS, go to the Expression...

  • RE: Sql Function in where clause

    Select Jcdtl.mdoc_no,Jcdtl.doc,no,jcdtl.doc_dt,jcdtl.del_dt from jcdtl

    Where MONTH(jcdtl.doc_dt)=3 AND YEAR(jcdtl.doc_dt)=2014

    In this table have approx 10 lacks rcords

  • RE: Login failed

    Thanks!!!!

    Ok let me check in my code...

    But funny is that when i open Administrator User which is disable in windows 7 or 8 and run software through administrator login it...

  • RE: Login failed

    Thanks for reply

    My connection string is this where

    Data Source=Gaurav-Pc;Initial Catalog=AEX15;Integrated Security=False;User id=admin;Password=a

    Server Name : Gaurav-Pc

    database : AEX15

    User Id on Sql server and database : admin

    Password : a

    But message display...

  • RE: Covering Index Issue

    At first thanks for reply

    pd_desp datatype is varchar(500).

    Then if i not take this column in my sql .

    And I include this in my index as mentioned above question.

    Then it...

  • RE: Reduce Log File Size

    At First Thanks For Reply

    My Sql Server Version is :

    Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (X64) Jul 9 2008 14:17:44 Copyright (c) 1988-2008...

Viewing 7 posts - 1 through 7 (of 7 total)