Viewing 15 posts - 5,731 through 5,745 (of 6,400 total)
do you have to use a ## table, could you not just use a # table?
March 2, 2012 at 6:17 am
you would want to build a query up which looks at sys.dm_exec_requests and cross applies it to sys.dm_exec_sql_text where the sys.dm_exec_requests.total_elapsed_time is greater than the number of seconds what you...
March 2, 2012 at 6:07 am
take a look at this link http://msdn.microsoft.com/en-us/library/ms188902.aspx, should give you what you need
March 2, 2012 at 4:10 am
maybe this url will help here
March 2, 2012 at 2:44 am
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
Viewing 15 posts - 5,731 through 5,745 (of 6,400 total)