Viewing 15 posts - 181 through 195 (of 871 total)
stewartc-708166 (4/23/2010)
in that case, next possibility is either application role or database role of which you might be a member.
Negative. The only group I'm part of on this instance...
April 23, 2010 at 7:47 am
stewartc-708166 (4/23/2010)
- there is not a login for your user id, with default to that database
- the domain group you belong to might also be a member of...
April 23, 2010 at 6:35 am
You'll need to change the 'X''s appropriately with your information, but this should work for you:
IF (SELECT is_broker_enabled FROM sys.databases WHERE name = 'msdb') = 0
BEGIN
ALTER DATABASE msdb
SET ENABLE_BROKER
WITH...
April 19, 2010 at 1:33 pm
Actually, disregard, found a post on how to fix this.
Simply added the service account to the MSDAINITIALIZE security properties: http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/a525b569-77ca-41da-96e1-2ba1938dd32d
April 7, 2010 at 2:17 pm
The slip stream install worked this time around for me as well. Wish I would have tried the above ideas, but I already had the server rebuilt.
April 1, 2010 at 8:54 am
That I did not. I'm just going to wipe and reload.
March 29, 2010 at 1:24 pm
andrew, I read the same ... so I did make an SP1 slipstream install. Still doesn't help me get out of this situation though. Being that the install failed to...
March 26, 2010 at 6:59 am
Ok, using what I learned off that report … I did my own thing.
Basically, I made a parameter called “Toggle” with two available values – Collapse / Expand. I then...
March 4, 2010 at 10:04 am
Jeff,
I actually ended up resolving the performance problems by taking the joins to the tables which did the aggregates and put them into a sub query and it now runs...
March 4, 2010 at 6:30 am
This is very very old ... if you're interested in seenig my latest versions along with MANY other helper views/procs/functions/etc. check out http://www.SQLSlayer.com. We should have our first...
March 3, 2010 at 6:34 am
Great ... well, good to know that it's hopefully being looked at.
Thanks in advance
February 4, 2010 at 2:22 pm
Simply wrap another EXEC around the existing EXEC. Just make sure you have all your single quotes setup properly.
January 18, 2010 at 6:57 am
Well, I found resolution ...
Somehow, I have no idea why/how, but from scripting these jobs out via SSMS from a 2000 server, I obtained an extra hidden ascii character in...
January 13, 2010 at 7:46 am
Thanks again Nice, most appreciated.
I am downloading the ODAC now and will give it a shot.
January 12, 2010 at 10:16 am
Thanks Gift, you've been most helpful.
I did test it out on Windows 2008 and it appears to work ok. In regards to moving to SSIS though, I would still need...
January 12, 2010 at 9:08 am
Viewing 15 posts - 181 through 195 (of 871 total)