Viewing 15 posts - 3,706 through 3,720 (of 6,397 total)
Can you elaborate a bit further?
Do you mean what tasks are avialable in SQL Server Integration Services (SSIS)?
September 24, 2012 at 5:28 am
Table is to small for it to be reorganized, typically anything less than 1000 pages should be excluded from rebuilds/reorganizations.
September 24, 2012 at 3:00 am
ramachandran narayanan (9/24/2012)
I have a query
there is only one field 'datetime' in the table.I have to calculate shifts ,intime and outtime is needed.
how to calculate intime and outtime?
Thanks and...
September 24, 2012 at 2:56 am
ReportServer is the webservice side of the application, you shouldnt point users to that address unless they use Chrome or Safari as that is the only way I know of...
September 24, 2012 at 2:06 am
Please do not cross post.
Replies here please http://www.sqlservercentral.com/Forums/Topic1363325-391-1.aspx
September 24, 2012 at 1:57 am
In that case there must only be that one login on the server.
Can you attach a screen shot of the security --> logins area in Enterprise Manager.
September 24, 2012 at 1:53 am
If the indicator is embedded inside the table then you dont need the "DataSet" tags as the tablix takes care of which data set to use.
=SWITCH
(
Fields!Expr2.Value = 0, 0,
Fields!Value.Value >=...
September 21, 2012 at 8:56 am
Yes you will be able to recover to a point in time.
I would strongly recommend moving into the old way that your used to in creating seperate files for each...
September 21, 2012 at 8:54 am
Yep, it looks like you can rule reports out of the offending TempDB growth then based on that information.
September 21, 2012 at 8:48 am
Are you embedding the indicator inside a table as a column object like I did in my sample report?
September 21, 2012 at 8:37 am
Only thing I can suggest is to attach the RDL file along with some sample data and I will give it a go here.
September 21, 2012 at 8:30 am
Unsure, looks right, only thing I can think of is to enclose the last two in brackets, so the division is done before the evaluation
=SWITCH
(
(Fields!Expr2.Value, "DataSet1") = 0, 0,
(Fields!Value.Value, "DataSet1")...
September 21, 2012 at 8:19 am
Thats why I asked if there will only ever be two rows in the table on the first post.
If you have more than 1 set of values in the table,...
September 21, 2012 at 7:51 am
Take a look at Ola Hallengren's maintenance scripts (link in my signature) some great maintenance scripts on there including a good index rebuild script.
September 21, 2012 at 7:46 am
Even though the SSRS databases maybe on another server it could still be them causing the TempDB issue, especially if the reports use excessive sorting or #temp tables.
You can query...
September 21, 2012 at 7:31 am
Viewing 15 posts - 3,706 through 3,720 (of 6,397 total)