Viewing 15 posts - 1 through 15 (of 20 total)
Jeff-
Sorry for the delay in responding.
I have restructured the maintenance plans to create individual files for each back up and only keep a 24 hour "set" of the files on...
July 1, 2009 at 6:47 am
True, there is a window of time between the first full backup @ 4a and the first trans log backup @ 7:15a but there are not many users (if any)...
June 22, 2009 at 2:17 pm
Jeff-
Same file for Transaction Log backup.
Init on the first run and append there after.
Robb
June 22, 2009 at 1:41 pm
Suggestions on utilities or methods of copying .bak files to other locations?
June 22, 2009 at 12:49 pm
This usually happens around the same time of day when it does happen.
The initial transaction log backup is at 7:15 am and they follow every hour, at the top of...
June 22, 2009 at 12:01 pm
I removed the .Parent from the expression and it works now.
I am assuming that adding the [Measures].[Time Hours] gives the expression the "source" it needs for the given context, i.e....
May 21, 2009 at 7:01 am
I updated the KPI with the following expression-
([Task Data].[Task Category].&[Client Related Time], [Measures].[Time Hours]) / ([Task Data].[Task Category].Parent, [Measures].[Time Hours])
Now I am getting a 1.#INF which tells me it is...
May 21, 2009 at 6:41 am
Jason-
No change. Still getting the infinite recursion error.
Robb
May 20, 2009 at 7:17 pm
ChrisM-
Bingo! That works.
Much cleaner.
Thanks.
Robb
September 22, 2008 at 10:18 am
ChrisM-
The same table as the view references contains the field that will determine the what the user can see.
Example:
SELECT t.*
FROM TABLE t
WHERE t.deletedate IS NULL
AND ((IS_MEMBER('role') = 0
...
September 22, 2008 at 10:06 am
ChrisM-
The original purpose of this view was to exclude records stamped as delete - deletedate IS NULL.
So these records need to be exlcuded no matter which role the user is...
September 22, 2008 at 9:40 am
Thanks for the replies.
I am not sure I gave enough info or was misleading in my example.
My solution at this point is this:
SELECT *
FROM table
WHERE deletedate IS NULL
AND IS_Member('role') =...
September 22, 2008 at 9:05 am
Greg-
The website is assigned to the DefaultAppPool which does run under Network Service. Ding!
I have never messed with this in the past or changed it.
So why does SQL Server...
July 2, 2008 at 1:02 pm
Greg-
I think I am still missing something here.
Technically, nothing really broke as in dead in the water. The web application still functioned for the users. They just experienced...
July 2, 2008 at 12:33 pm
Greg-
The site uses Integrated Windows Authentication and the database uses Windows Authentication.
Robb
July 2, 2008 at 11:47 am
Viewing 15 posts - 1 through 15 (of 20 total)