Viewing 15 posts - 8,971 through 8,985 (of 9,713 total)
I am completely out of ideas at this point. You probably should call Microsoft support.
Sorry I couldn't help.
February 4, 2008 at 4:01 am
Right now we're on SP1. We haven't been able to upgrade to SP2 due to space issues (which we're getting resolved shortly).
Maybe that's the difference here. It'll be...
February 4, 2008 at 3:57 am
One thing for sure. For those of us who go looking for the answer before we click anything, the QoD sure can hone a person's research skills. @=)
February 4, 2008 at 3:55 am
Really?
Hmmm. Looks like ER/Studio merits a second look from me. I'm one of those poor souls whose job it is to wade through all that documentation and I...
February 1, 2008 at 9:10 am
Matt Miller said:
They put the hot fix out with the warning WHILE they're incorporating it into the next service pack. Doesn't help the timing problem through...
Use SQLServerCentral;
GO
Set Rant_Warning ThisThread On;
I...
February 1, 2008 at 8:51 am
YesYesYesYesYES... On both.
How many times have we gone out to the websites looking for the solution to a problem and seen the line "This fix is only for X problem,...
February 1, 2008 at 8:02 am
IMHO, both are better than Visio. Visio just doesn't have the toolset to do all the things I want it to do.
I've only looked at ER/Studio for about 5...
February 1, 2008 at 7:34 am
Matt,
I like that one! Of course, it doesn't work if the table doesn't actually exist in the database you've got the query editor set at (forgot to change over...
January 31, 2008 at 9:25 am
Neat trick to get around not knowing column names...
Select Distinct sc.Name + ', '
from sys.objects so
join sys.columns sc
on so.Object_ID = sc.Object_ID
where so.Name = 'MyTable'
Cut & Paste the result set...
January 31, 2008 at 9:04 am
What version are you guys using that ER/Studio converts Erwin? And what type of files have you saved in Erwin that makes the conversion so easy?
When I tried to...
January 31, 2008 at 8:27 am
Actually, Lynn, I've only given you a small portion of the entire piece, so that might be why you're having problems with it.
I've decided to go with the four individual...
January 31, 2008 at 8:14 am
Actually, my problem may be resolved. I thought we weren't going to be able to get the latest version of Erwin, but now I'm hearing differently.
Here's hoping! @=)
January 31, 2008 at 8:11 am
Yes, this thread was hijacked by smk for different questions.
s.rich, did you get your question answered?
January 31, 2008 at 4:11 am
Have you tried testing this report with your own internal email address? It might be you're having problems because you're trying to send the report to an external address.
I'm...
January 31, 2008 at 4:08 am
That's an old Customer Service / Retail adage too. You never tell your customer "I don't know" or risk losing their business. You always make an effort to...
January 31, 2008 at 4:05 am
Viewing 15 posts - 8,971 through 8,985 (of 9,713 total)