Viewing 15 posts - 4,201 through 4,215 (of 7,191 total)
Charmer (12/18/2012)
the task gets failed when a file is unavailble in the directory if it is specified in the table. How to avoid such cases?
Two options:
(1) Do a file existence...
December 18, 2012 at 6:30 am
Yes, the same happens for me if I choose those databases. Maybe the Rebuild Index Task doesn't include system tables. Do you have a particular reason for wanting...
December 18, 2012 at 3:26 am
Is that the case for the integrity check and the index rebuild tasks? Which databases do you have selected?
John
December 18, 2012 at 2:56 am
Here you go.
John
December 18, 2012 at 1:36 am
Well, you could do the join in Integration Services. Or maybe Reporting Services has similar functionality as well - I've never tried it. But just because you can...
December 17, 2012 at 8:57 am
Find out for yourself:
SELECT compatibility_level
FROM master.sys.databases
WHERE name = 'RicohXenApp'
John
December 17, 2012 at 8:51 am
I'm saying that's one way of doing it, yes, but not the way I recommend. If you have access to the definitions of the existing procs and permission to...
December 17, 2012 at 8:45 am
Open the task in the maintenance plan and click on the View T-SQL button. Copy the code that is generated and paste it into SSMS. If you run...
December 17, 2012 at 8:43 am
Yes, you can get that result with a single stored procedure. If you wanted to use the output of A and B, you'd have to fiddle about with temp...
December 17, 2012 at 8:36 am
Please will you post an example of the results of SP A and SP B?
Thanks
John
December 17, 2012 at 8:20 am
Well, clearly something isn't right. On the two times it fails, do you have anything in your errorlog? If you're not logging logins in your errorlog then you...
December 17, 2012 at 6:27 am
Do you log failed and successful logins in the errorlog of the destination server? If you do, that should give you an idea of why you're not getting the...
December 17, 2012 at 6:18 am
Click on the word "this" in my previous post, or copy and paste this into your address bar:
http://www.sqlservercentral.com/stairway/72494/
John
December 17, 2012 at 2:59 am
This isn't something that can really be answered in a forum post. Try going through this[/url], and post back if there's anything you don't understand.
John
December 17, 2012 at 2:47 am
Those are FOR UPDATE triggers. They will only fire when an UPDATE statement is executed.
John
December 17, 2012 at 2:12 am
Viewing 15 posts - 4,201 through 4,215 (of 7,191 total)