Forum Replies Created

Viewing 15 posts - 16 through 30 (of 282 total)

  • RE: Json + SP_execute

    Evgeny - Monday, January 8, 2018 1:03 PM

    Another option is use a dynamic SQL.

    Thanks for your reply We dont know how...

  • RE: Print a specific page in SSRS report

    Thom A - Wednesday, September 13, 2017 6:04 AM

    Why not? If they only want specific pages, then they need to specify...

  • RE: Print a specific page in SSRS report

    The above solution is work around , but i cant ask client to print as such right ?

  • RE: Dynamically read images from share path and display in report

    I found two ways of displaying images .. First i tried with local path
    Way :I 

    Create Table image_f (Id varchar(100),Image_id int , image_pic image)
     Insert into...

  • RE: Dynamically read images from share path and display in report

    Hi all,
    Can you assist with the error received here ?
    I am unable to move further.

  • RE: Dynamically read images from share path and display in report


    Getting the above error while i done this.

    I have tried in local path instead of shared path the result is same.

  • RE: Dynamically read images from share path and display in report

    Unfortunately the above link  did not worked for me. 🙁 🙁 

  • RE: Dynamically read images from share path and display in report

    Thanks for sharing the link.
    This one is generic reading of file.. 
    for my case it is dynamic .. 
    will it is possible to read the files from the share...

  • RE: Ranking in non numeric charater

    Select *,Dense_Rank() OVER (PARTITION BY j ORDER BY j asc) AS EventOrder

    from #T
    Select *,Rank() OVER (PARTITION BY j ORDER BY j asc) AS EventOrder
    ...

  • RE: How to restrict access to users

    K. Brian Kelley - Friday, January 20, 2017 7:12 AM

    Without doing something crazy security wise, you'd have to leave those settings on all...

  • RE: How to restrict access to users

    Eirikur Eiriksson - Friday, January 20, 2017 12:40 AM

    Those are server-level settings so the sp_configure must be run by a member of...

  • RE: SSIS- File reading and processing

    Need assistance(any links) like how to move those folders and error handling in excel file and write error log to text file.

    Any links are there with the above example or...

  • RE: SSIS- File reading and processing

    Thanks!

    As i stated earlier i have to do the below

    "Task for me is to check those files in those folders and if there are files are being placed, my package...

  • RE: Error converting data type nvarchar to float

    No actually i guess there is an issue in SQL server 2012 which ever data column which is having as float or convert(float ) has an issue,where as in SQL...

  • Viewing 15 posts - 16 through 30 (of 282 total)