irritated,
First, thanks for the response.
Can you confirm if you are on the same server that I mentioned above in the post. Just trying to determine if we are on the same server and/or cluster. The more info that we can provide NS the better in getting us some resolutions and letting the NS team get on to other issues.
Thanks again.
QUOTE (irritated @ Feb 13 2009, 09:33 AM)

I'm having the exact same issues. Every time I fill out that ridiculous customer service form, I get a message back 48 hours later saying my website is fine when they tested it. Guess what? It was fine when I tested it 2 hours later. What it doesn't fix is the overall problem. I've been on the phone with them too, WITH my boss on the line. There is a serious disconnect between your support lines in India, Malaysia, wherever, and the actual "engineers" that are supposed to be solving these issues. I've talked to colleagues and they are dumbfounded. Network Solutions is THE name in domain name registrars. I guess they weren't ready for full scale hosting deployment.
Here's my latest issue when trying to simply alter an Index on my SQL database. I'd like simply to make the firstname+lastname a Unique Index:
BEGIN TRANSACTION
GO
CREATE UNIQUE NONCLUSTERED INDEX IX_vusaUsers ON avanteprinting.vusaUsers
(
firstname,
lastname
) WITH( STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]
Here's the message I get. Not only on this, but on many other transactions:
The statement has been terminated.
Msg 701, Level 17, State 123, Line 1
There is insufficient system memory to run this query.
I'm performing this in the Index manager and it fails. I just copied the script that it generated.
I'm thinking these issues are beyond their scope and will seeking out other hosting options.