Viewing 15 posts - 781 through 795 (of 2,904 total)
More things to consider:
If you are using Enterprise Manager and open Query Analyzer to run the ALTER DATABASE command - that is two connections. You must close EM and run...
November 28, 2006 at 3:50 pm
Malka,
You say: "BTW, the server was working fine for a good few months till the other day when this occured and since then I cannot connect to it."
Are you the...
November 28, 2006 at 8:35 am
Can you give us samples of the type of data you have?
Basically, you could use PATINDEX or CHARINDEX to find each comma and separate it that way. For example:
1. put...
November 27, 2006 at 3:41 pm
We are using Symantec/Veritas' I3 software. It monitors all of our databases and alerts us when thresholds are exceeded. It sets default SQL Server thresholds, but you can adjust...
November 27, 2006 at 3:36 pm
The one thing I hope RedGate does with this site is fix the time-out issue. I am tired of finding myself with the "Access denied" page. And it's...
November 27, 2006 at 3:28 pm
This year I had fun talking to a help group for a 'pay as you go' cell phone company. Over several days, I ended up talking to three different people....
November 27, 2006 at 3:22 pm
I was at a job fair a few years ago and while I was awaiting my turn to talk to a company's rep, this occurred.
A young man, wearing slacks and...
November 27, 2006 at 2:06 pm
That's not a very hard set of queries. Why don't you open the BOL (Books OnLine) that comes with SQL Server and at least make an attempt to solve...
November 27, 2006 at 1:56 pm
First thing to do....go to the server itself. Open Query Analyzer and see if you can connect to the database. If not, then you aren't using a valid login...
November 27, 2006 at 12:23 pm
Brian,
Thanks for your response. I think you either misunderstood me or I didn't make myself clear. Let's try again.
1. We can't change anything. We can't. Steve, et al. sold the...
November 27, 2006 at 12:09 pm
Brian,
You might be right, you might be wrong. But as others have said, you are beginning to sound like 'sour grapes'. We have all posted our concerns and...
November 27, 2006 at 9:52 am
I posted this in another thread (Editor in Chief by Steve Jones), but I think it fits here also.
Steve,
Just keep up the fine work you've been doing so far. ...
November 24, 2006 at 4:10 pm
Steve,
Just keep up the fine work you've been doing so far. It's up to RedGate to prove that this site will remain independent. One thing I have noticed...
November 24, 2006 at 4:07 pm
Depends.
Things to consider:
Detach/Attach:
FOR: Quick
AGAINST: Database is taken offline and can't be used until it is attached.
BACKUP/RESTORE:
FOR: Database is still in use.
AGAINST: Backup...
November 24, 2006 at 9:03 am
Can you try updating the MDAC version (the latest is something like 2.8)? That might solve the issue.
-SQLBill
November 24, 2006 at 9:00 am
Viewing 15 posts - 781 through 795 (of 2,904 total)