Viewing 15 posts - 2,971 through 2,985 (of 6,401 total)
2005 uses Excel 2003 format, 2008R2 uses Excel 2007 format, so number of records which can be exported per worksheet is different etc etc.
January 9, 2013 at 2:27 am
Yes
You will need 2 data sets, one for Oracle, one for SQL using the correct data sources.
January 9, 2013 at 2:26 am
ISDATE
Returns 1 if the expression is a valid date, time, or datetime value; otherwise, 0.
ISDATE returns 0 if the expression is a datetime2 value.
So as the first is a DateTimeOffset...
January 9, 2013 at 1:27 am
Use powershell, do a check on the service, if its UP, dont do anything, if its down run a script.
January 9, 2013 at 1:25 am
Do you have any columns in tables called Error or ErrorCode or something similar?
January 9, 2013 at 1:23 am
Yep thats the one, GPO is the culprit.
Ask your domain admin to create a particular GP for the computer in question to allow the account the nessesary access.
January 8, 2013 at 6:15 am
What is the icon to the side of the policy, 2 computers with a little script in the bottom left, or a torn page with 10010 on it?
January 8, 2013 at 6:07 am
Doh moment
LEFT("16",1) = 1 which doesnt match the value as that should go red, do left 2, so change it to CInt(REPLACE(LEFT(Fields!Field.Value,2)," ","")), that way if it picks "1 "...
January 8, 2013 at 5:25 am
You would just build that into your background expression as you have done
=IIF( CInt( Left(Fields!Runtime.Value,1)) >= 2,"Red","Transparent")
January 8, 2013 at 5:12 am
So for each forum ID, you want the number of hits, including the number of hits for any child forums.
488
5571
61463
92038
11128
1554
101065
8499
31184
13789
January 8, 2013 at 5:08 am
Could you not get left 1, convert it to int, then do > 2
CInt(Left(Fields!Field.Value,1)) > 2
January 8, 2013 at 4:47 am
Could you not format out in the data set an int based column which is used in the expression, but not shown in the report?
January 8, 2013 at 4:28 am
S_Kumar_S (1/8/2013)
Sorry for confusion. I am trying to remove a user defined function already built, not the sum function
Ok what is the problem you are having with the code, it...
January 8, 2013 at 4:26 am
What function are you trying to remove?
The SUM?
I would of thought that Azure would come with the bulit in aggregating functions as standard.
http://msdn.microsoft.com/en-us/library/windowsazure/ee336248.aspx#aggregate
Azure does use the standard aggregating functions
January 8, 2013 at 4:23 am
Logshipping is basically doing backup and restore, so the same backup and restore rules apply, you can do it to the same version or a higher version.
But once you have...
January 8, 2013 at 4:13 am
Viewing 15 posts - 2,971 through 2,985 (of 6,401 total)