Viewing 15 posts - 631 through 645 (of 1,162 total)
Hmm, actually, looks like my information may be a little out of date.
It has a one line statement in the Windows Server Backup document that mentions an awareness of VSS...
September 28, 2011 at 6:52 am
The backup log looks like this:
Database backed up. Database: eGActiveDB, creation date(time): 2011/03/07(14:25:37), pages dumped: 99998, first LSN: 178:187120:196, last LSN: 178:187202:1, number of dump devices: 1, device information: (FILE=1,...
September 28, 2011 at 6:34 am
I don't see what's wrong with your original query (although my personal weapon of choice is NOT EXISTS)
Do you have duplication within v8.dbo.Country? E.g the same Serial twice? If so,...
September 28, 2011 at 3:18 am
SDB15 (9/27/2011)
September 27, 2011 at 10:28 am
R.P.Rozema (9/27/2011)
HowardW (9/27/2011) They're different as OR's are evaluated last, so you're effectively saying all of the AND conditions are true or the OR condition
Please read this page on Operator...
September 27, 2011 at 2:57 am
martin.kerr 34088 (9/27/2011)
Any...
September 27, 2011 at 2:19 am
I suspect someone's probably started playing around with DENY permissions (either for your user/group/role or are trying to lock down the public role incorrectly).
If your user/role definitely has permissions, then...
September 26, 2011 at 10:30 am
Whoa. Do not make the Filestream store a shared folder.
It's part of the referential data in your database and you'll end up with corruption if anything else can modify it....
September 23, 2011 at 3:14 am
Hi Gianluca,
Have a question about this code:
IF @localTran = 1 AND XACT_STATE() = 1
ROLLBACK TRAN
Once you're in the catch block, wouldn't you want to roll back the transaction...
September 23, 2011 at 2:54 am
Absolutely. Which is exactly what I did once Drew pointed it out and apologised for my mistake.
September 22, 2011 at 12:51 pm
drew.allen (9/22/2011)
I always TEST before posting. Maybe you should consider the same.Drew
I'm not sure how that comment's helpful.
In this case, I thought I knew the functionality well enough,...
September 22, 2011 at 11:58 am
Actually, this is going to be a tricky one to solve. From what I can see, the latest driver that can connect to Oracle 7 (and it actually mentions a...
September 22, 2011 at 6:26 am
According to metalink, it's definitely incompatible. Remember Oracle 7 was released in 1992, so is nearly 20 years old now!
I've never dealt with such old versions, but you should be...
September 22, 2011 at 6:04 am
CELKO (9/21/2011)
September 22, 2011 at 3:51 am
Viewing 15 posts - 631 through 645 (of 1,162 total)