Viewing 15 posts - 166 through 180 (of 196 total)
I think this happens when the owner of the job does not have an individual login to SQL Server but has access granted through the membership of a Domain Group...
June 13, 2014 at 4:53 am
There is more information on the sp_help_revlogin here http://support.microsoft.com/kb/918992/en-gb
June 10, 2014 at 6:27 am
I've done this in the past. I created a SQL Server Agent job with one step that had the command "EXEC sp_help_revlogin" in the database master. One the...
June 10, 2014 at 6:26 am
In my experience you can not fix this at the backend; you need to make changes to the application. Application developers need to minimize the occurance of deadlocks by...
June 10, 2014 at 4:36 am
I've never used evault for backing up SQL Server databases so I can't really help further sorry, but I'm guessing if the software says it is doing hourly log backups...
June 6, 2014 at 9:34 am
Doug,
What is the name of the software system you are using for the backups? Is it something developed in-house or from a third-party vendor?
June 6, 2014 at 9:12 am
I used to do this kind of thing using osql and bat files to deploy to multiple servers before we had Central Management servers. For example you could create...
June 5, 2014 at 8:45 am
From what you've already posted I think you can do it one script. What makes you think you can't?
May 13, 2014 at 9:10 am
You could use the REPLACE function. You would need to use it for each number you want to replace with the character 9.
DECLARE @s-2 VARCHAR(50)
May 13, 2014 at 9:04 am
I've struggled to do this kind of thing in the past, so ended up creating two datasets (one for the first 1o rows, and one for the remainder) and having...
May 2, 2014 at 2:22 am
Sorry, from reading your original post I thought you already had a number of different data flow tasks that were trying to write to the same file name.
April 30, 2014 at 9:11 am
Could you have each of the 4 data flow tasks output to a differently named file and then add a File System Task at the end to rename the file...
April 30, 2014 at 9:03 am
I would see if setting the DelayValidation property to true on each of the file connection managers solved this problem first. Then. if that did not work, I'd have...
April 30, 2014 at 8:56 am
It might also be worth checking the default language setting of the login being used. This has caught me out before. The login on the old server...
April 14, 2014 at 8:04 am
It's the "Identifier" Display Item that you need to change when showing the settings for Text Editor, change the Item foreground to Black.
January 9, 2014 at 8:22 am
Viewing 15 posts - 166 through 180 (of 196 total)