Viewing 15 posts - 7,381 through 7,395 (of 9,643 total)
Ben Sullins (9/24/2008)
September 24, 2008 at 7:23 pm
homebrew01 (9/24/2008)
So, my "Domain\SQLservice" account user just needs to be a normal domain user, not an admin. And then put it in the local "SQL Server2005...$...$..." groups as needed ?
Yes...
September 24, 2008 at 2:57 pm
This is from a personal email. I choose to post any personal emails and answers to the forum which they apply so that everyone can benefit. Oh and...
September 24, 2008 at 12:39 pm
Yeah, I like screen shots too, but the OP sounded capable enough to find it without the screen shot. Usually if I'm wrong I do screen shots in post...
September 24, 2008 at 12:16 pm
Ahhh, I was first by seconds. Probably because I didn't provide the screen shot.
September 24, 2008 at 12:01 pm
Check the recovery model on OpManagerDB. It has to be FULL or BULK-LOGGED to do a log backup.
September 24, 2008 at 12:00 pm
You can do this 2 ways. The first way will make it apply to all query windows.
1. In SSMS go to Tools -> Options then to Query Results...
September 24, 2008 at 11:58 am
1. The service account user just needs to be a normal domain user. If you assign it during install or using SQL Server Configuration Manager it gets assigned...
September 24, 2008 at 11:44 am
Please don't cross post. There is an identical question here: http://www.sqlservercentral.com/Forums/FindPost575007.aspx
with one post in it as well.
September 24, 2008 at 10:17 am
Sorry, I was trying to figure out why you had the * 100 and now I know. You need to remove the *100. The code should be:
set @weekNum...
September 24, 2008 at 9:01 am
You are using all numeric types to you won't get the result you want as 2008-43 is a character type, not a numeric.
I'd change @WeekNum to char(7) and then when...
September 24, 2008 at 8:42 am
The package did not fail?
Seriously, how many steps in the package? Do all failure routes go through the SendMail task? Is the SendMail task where it is failing?
September 24, 2008 at 8:34 am
RP_DBA (9/24/2008)
September 24, 2008 at 8:29 am
david.gray (9/24/2008)
Yes I've tried both 'TEXT' and 'HTML', makes no difference.
I sent the email to a collegue, they did not get the first error but go the...
September 24, 2008 at 8:16 am
anjali.vishwakarma (9/23/2008)
But that would mean creating 20 SP's more...that would be more difficult to manage. Any other possible solution ?
You asked about breaking it down into smaller modules and the...
September 24, 2008 at 8:14 am
Viewing 15 posts - 7,381 through 7,395 (of 9,643 total)