Viewing 15 posts - 286 through 300 (of 3,232 total)
One thing to keep in mind when you use this impersonation mode is password changes. Most windows domain admins have password policies in place requiring users to change passwords...
October 28, 2010 at 9:08 am
Mark F-428640 (10/28/2010)
October 28, 2010 at 9:00 am
I use a domain account. This can be a special account that you set up just to run your cubes, or you can use your domain account to run...
October 28, 2010 at 8:58 am
Working with the data source in BIDS uses your user credentials to access the objects from your data source. When you go to deploy the cube (and when the...
October 28, 2010 at 8:44 am
Right, OP needs to keep an eye on it. My point was that just because he/she is not shrinking the file does not mean that more disk space is...
October 28, 2010 at 8:33 am
ps. (10/28/2010)
you probably need more disk space. or put the log file on a drive having ample free space for the log file to accomodate its growth.
I would say just...
October 28, 2010 at 8:19 am
SQLBill (9/2/2010)
Great director.
Work from home three days a week.
25 paid days of time off.
Work laptop to use when working from home.
On call for one week once every two months.
Guaranteed...
October 27, 2010 at 10:25 am
Thanks Gus, your correct.
Chrissy321, You mentioned that you can't put the flag at the parent level because application/security reasons. Rarely have I seen where outside factors like app security...
October 27, 2010 at 10:16 am
Here's one option......
SELECT c.ChildID,
c.ParentID,
c2.Flag
FROMChild c
LEFT JOIN (
SELECT ParentID,
CASE WHEN SUM(CASE WHEN Flag = 'Y' THEN 1 ELSE 0 END) >= 1 THEN 'Y' ELSE 'N' END as...
October 27, 2010 at 9:51 am
I would eliminate the step to shrink the logs. You'd be better off letting the logs grow to their optimal size. Shrinking the log reclaims the space, but...
October 27, 2010 at 9:43 am
Also I am not able to explain here but if needed please tell me if you guys need more info on the table.
Yes, more info would help a ton. ...
October 26, 2010 at 3:48 pm
pmscorca (10/25/2010)
It is occured to have data with an error (f.e. conversion error, arithmetic overflow, ...). The goal isn't to insert the right data but to find which row...
October 26, 2010 at 3:42 pm
Data Flow source adapters do allow for SP execution. Does attempting this give you an error?
October 26, 2010 at 3:20 pm
Viewing 15 posts - 286 through 300 (of 3,232 total)