Viewing 15 posts - 46 through 60 (of 602 total)
Anchovies, because I would only be pursued by those with exquisite taste.
July 30, 2007 at 11:23 am
Based on the existence of that additional message, my guess is that you are having the same kind of problems that I was having with the MemToLeave area.
See the "Fourth...
July 27, 2007 at 7:57 am
Do you have any messages in the SQL server error log similar to this:
WARNING: Failed to reserve contiguous memory of Size= 131072.
Also, what...
July 27, 2007 at 6:27 am
Yummy X12. I wrote an 837 (4010A1) parser in DTS back a few years ago. That was fun stuff. When I see XML being used in so many things that it...
July 26, 2007 at 11:41 am
Hi Jon,
I wrote a tiny FORTH interpreter (In T-SQL) to do something along the lines of what you are trying to do. It was either that or maintain 15,000 trivial sprocs.
July 26, 2007 at 11:29 am
Yes, this. And you have to move it back within 30 days of a failover.
http://www.microsoft.com/sql/howtobuy/activepassive.mspx
July 26, 2007 at 9:13 am
Perhaps someone did this:
update master.dbo.sysdatabases set sid = NULL where dbid = db_id()
That would do it.
July 26, 2007 at 8:48 am
Hi Imke,
What is the response to
Select @@version
On your server?
July 26, 2007 at 8:28 am
I picked "D" for two reasons.
1. It's the least wrong answer.
2. I like the letter "D". It just has a nice sound to it.
July 26, 2007 at 7:46 am
Alrighty then, good question.
It depends. Usually, business requirements will dictate the level of performance needed. They also have a say in budgeting, which can sometimes makes the choice easy.
For X,...
July 26, 2007 at 6:50 am
Fortunately the content is worth the minor inconveniences.
July 25, 2007 at 10:56 am
Interestingly, the default session state timeout is 20 minutes in IIS. Anyway it doesn't take too many oopses to get used to the copy paste...
July 25, 2007 at 6:30 am
Hi Robert.
Raid 5 is not bad for SQL. It is a poor choice for SQL if the system requires more disk performance than your Raid 5 array can deliver.
July 25, 2007 at 6:24 am
Hey, Carlos!
What the oracle has done is point you to an example of using the COM for DTS packages. To understand this a little better, you might want to look...
July 19, 2007 at 11:01 am
Viewing 15 posts - 46 through 60 (of 602 total)