Viewing 15 posts - 3,526 through 3,540 (of 11,678 total)
You can parse the HTML file, extract the data and show that in SSRS.
March 10, 2014 at 6:12 am
OK. Why does it have to be SSRS?
If you already have the HTML, you can just show the HTML.
March 10, 2014 at 6:05 am
Is there a particular reason why it has to be a HTML table?
SSRS can generate regular tables just fine 🙂
March 10, 2014 at 5:58 am
Using text boxes, I'm afraid you are stuck with the limitations of SSRS.
March 10, 2014 at 5:54 am
SQLLion (3/10/2014)
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,...
March 10, 2014 at 5:49 am
Nice article. Very useful for data profiling, amongst other things.
March 10, 2014 at 5:19 am
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...
March 10, 2014 at 5:06 am
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...
March 10, 2014 at 4:57 am
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...
March 10, 2014 at 3:41 am
aaa121 (3/10/2014)
I guess the...
March 10, 2014 at 2:50 am
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...
March 10, 2014 at 2:45 am
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...
March 10, 2014 at 2:18 am
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...
March 10, 2014 at 2:16 am
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...
March 10, 2014 at 1:59 am
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...
March 10, 2014 at 1:52 am
Viewing 15 posts - 3,526 through 3,540 (of 11,678 total)