Viewing 15 posts - 5,731 through 5,745 (of 6,395 total)
duplicate posts, please post replies here
March 2, 2012 at 2:41 am
Probably work out cheaper to go CPU then if your installing SQL Standard SSRS, if Enterprise SSRS CAL will probably work out cheaper in the short term, but as more...
March 2, 2012 at 2:21 am
we do not have CAL license and CPU based license till date...
So you have no licences what so ever? Or only CPU licences?
Question 1
In your instance, are the reports...
March 2, 2012 at 2:07 am
Your welcome, if you can answer the questions in my post, we will be able to tell you which is the best way to licence SSRS for you.
March 2, 2012 at 1:49 am
take a look at the offical 70-432 book here
this is the book i used to pass 70-432, it has a range of things in which you can try out on...
March 2, 2012 at 1:48 am
is there a trust in place between the two domains?
have users from bb.cba.com been granted access in SSRS to see the folders and reports that they need to?
March 2, 2012 at 1:43 am
you would have to build into the query a where statement for run_requested_date in the activity table which brings back the top row when ordered desc to ensure its the...
March 2, 2012 at 1:36 am
i'm working on just that
this should help you get off on the right foot
CREATE TABLE DB.DatabaseFileUsage
(
ID BIGINT IDENTITY(1,1),
DatabaseName SYSNAME,
FileID INT,
FileSizeMB DECIMAL(18,2),
SpaceUsedMB DECIMAL(18,2),
FreeSpaceMB DECIMAL(18,2),
LogicalName SYSNAME,
FileLocation SYSNAME,
DateCollected DATE DEFAULT GETDATE(),
CONSTRAINT PK_DB_DatabaseFileUsage PRIMARY...
March 2, 2012 at 1:32 am
has the SQL Agent account been granted access to the profile you have created?
granted it should do this itself when you configure SQL Alert System profile but I have seen...
March 2, 2012 at 1:15 am
If you install SSRS on your web server then yes you will need a licence for this.
For example I have 5 servers in my data warehouse environment, one which is...
March 2, 2012 at 1:06 am
do these mobile phone/electronic swipe cards login to the database themselves?
or do they need to be swiped through a machine and that one machine connects to the database?
March 1, 2012 at 9:53 am
They have created the schema right? Also for some reason db_owner hasnt been removed as it? Shouldnt of as they created the DB and with dbcreator should get...
March 1, 2012 at 9:07 am
Damn them for updating BOL,
Thanks for that, just so you know its not me going crazy
March 1, 2012 at 8:56 am
I would say have they created the schema? or has something gone funny with permissions when the db was created?
i've just tested this on my test bed and working as...
March 1, 2012 at 8:53 am
Ah as in public internet facing.
So for an internal intranet with a company user base of 50 I could licence on a user cal/server method and not CPU.
Suppose it then...
March 1, 2012 at 8:03 am
Viewing 15 posts - 5,731 through 5,745 (of 6,395 total)