Forum Replies Created

Viewing 15 posts - 3,526 through 3,540 (of 11,678 total)

  • RE: HTML in SSRS

    You can parse the HTML file, extract the data and show that in SSRS.

  • RE: HTML in SSRS

    OK. Why does it have to be SSRS?

    If you already have the HTML, you can just show the HTML.

  • RE: HTML in SSRS

    Is there a particular reason why it has to be a HTML table?

    SSRS can generate regular tables just fine 🙂

  • RE: HTML in SSRS

    Using text boxes, I'm afraid you are stuck with the limitations of SSRS.

  • RE: Cryptographic Error in SSIS package

    SQLLion (3/10/2014)


    Thanks Koen Verbeeck for your reply and

    Thanks SQLCJ for your helpful link.

    Now I have changed protection level of package to "EncryptSensitiveWithPassword"

    It is working fine on some of my packages,...

  • RE: Using the Statistical Program R for Running Statistics

    Nice article. Very useful for data profiling, amongst other things.

  • RE: count the order on weekly basis

    That is fascinating.

    Is there also a question?

    Hint: read the links How to post forum questions[/url] and Need an answer? No, you need a question.

    ps: just to shove you in the...

  • RE: Cryptographic Error in SSIS package

    SQLLion (3/10/2014)


    Hi,

    thanks for your prompt reply,

    I have used "EncryptSensitiveWithUserKey" as protection level

    UserKey is a combination of user and machine related information.

    Basically it means sensitive info is decrypted when only you...

  • RE: Problem Installing adventureworks2008 on windows8

    Grant Fritchey (3/10/2014)


    You should just be able to attach the database file directly to SQL Server. Is that what you're trying to do?

    Earlier versions of AdventureWorks had some sort of...

  • RE: How to influence others?

    aaa121 (3/10/2014)


    Very interesting response Jeff. I guess a lot of people on here would echo your comments.....and like to have someone who you describe working in their team!

    I guess the...

  • RE: Access to a table

    hoseam (3/10/2014)


    Database already exist, with those users, this logic has to be implemented on already existing database and tables .

    Your point being? Permissions can be given and be taken away...

  • RE: Access to a table

    First step: make sure all those users (except admins of course), can't see any table. None at all.

    Then create different database roles, add the correct users to a role and...

  • RE: Disk Usage by Top Tables

    twin.devil (3/10/2014)


    smthembu (3/10/2014)


    Thanks for your response. No row or page compression

    you have two columns in this table

    1. [Value] [varchar](max) NULL

    2. [File] [varbinary](max) NULL

    looks like a contain which holds the...

  • RE: increment primary key

    You say caseno is unique, but in your sample data it certainly is not.

    Either use an IDENTITY constraint on the columns, or use the SEQUENCE object (since you posted this...

  • RE: float vs int

    yuvipoy (3/10/2014)


    twin.devil (3/10/2014)


    when you say performance... what exactly you are referring to? do you want this column to be primary key as well ?

    No. I dont wnat this column to...

Viewing 15 posts - 3,526 through 3,540 (of 11,678 total)