Viewing 15 posts - 5,671 through 5,685 (of 6,678 total)
Based upon what you have stated, then you need to have the Product table joined three times.
I don't think your problems with the query are due to the multiple joins....
January 20, 2009 at 1:42 pm
That is exactly the reason why we perform full backups, differentials and transaction log backups. The more frequent the transaction log backups - the less data loss.
You could always...
January 20, 2009 at 1:27 pm
From your narrative - I am not sure that what you want to do is possible. Review the article in my signature to see how to post and get...
January 20, 2009 at 1:23 pm
I don't think it is necessary for Paul to answer - I just wanted to note that using the data purity option invokes additional checks.
From the documentation, those checks will...
January 18, 2009 at 4:12 pm
GilaMonster (1/18/2009)
January 18, 2009 at 12:45 pm
The @query option has to be a query that is run. There is a parameter for including an attachment which is what you should be using instead.
Please look this...
January 16, 2009 at 5:02 pm
Sean Lee (1/16/2009)1. Why is CHAR(8) wrong? Is it for space concerns? I used char(8) because in order to use the view, I need to do something like 'SELECT *...
January 16, 2009 at 2:34 pm
Not sure I follow you - the UNC path would be: \\servername\{share name}. Let's say you have a mapped drive called T:. That mapped drive actually references a...
January 16, 2009 at 1:52 pm
John Rowan (1/16/2009)
January 16, 2009 at 1:45 pm
We need to see the execution plan to verify, but here are a couple of things:
1) cDate in StaticDates should be stored as a datetime instead of char(8).
2) The index...
January 16, 2009 at 1:21 pm
I would bet that there isn't a T: drive on the server. Even if there were, the Agent wouldn't see the drive because you cannot map a network drive...
January 16, 2009 at 12:56 pm
mohammed moinudheen (1/15/2009)
But when I trying to attach an attachment I am getting this error message.
Failed to open attachment file 'T:\master\test_backup_job.txt'....
January 16, 2009 at 10:02 am
Glad I could help - your solution is one of the recommended approaches for solving this type of problem.
January 15, 2009 at 12:42 pm
Okay, I have read through all of this - and I have to say I agree with Lynn. In fact, this is what I was trying to get at...
January 15, 2009 at 12:40 pm
Not sure about the group - but I do know that having a group defined in Exchange will not work. The group usually has to be defined in AD.
The...
January 14, 2009 at 5:42 pm
Viewing 15 posts - 5,671 through 5,685 (of 6,678 total)