Viewing 15 posts - 33,361 through 33,375 (of 39,736 total)
That is strange. Never seen that. The Autoclose will result in this message, but not sure why you'd see this with no dbs having those names.
Check master.dbo.sysdatabases to see if...
January 5, 2006 at 8:54 am
I've usually had EM script fine, but I'm not sure if I've done hundreds of tables. I usually have everything in one script.
One thing you could do to debug...
January 5, 2006 at 8:43 am
Thanks for all the comments. I think I'm leaning towards a Nokia. I don't do a lot of email/data entry/web, so not sure I want a Windows Mobile, but I'll...
January 5, 2006 at 8:09 am
Try connecting with Data Sources in control panel and see if you can get a test connection to work.
Also, how are you specifying credentials. Which server name is going in?
January 4, 2006 at 2:33 pm
Karim,
I think you might be the smartest DBA in a few months if you keep this up ![]()
The boot page, I suspect, is what...
January 4, 2006 at 11:18 am
Is this SQL 2005? I thought they fixed this but perhaps not.
In SQL 2000, there definitely is no way to determine this. I used to schedule a script to load...
January 4, 2006 at 11:16 am
No idea here. You might need to call PSS, but I suspect they'll tell you SP4.
January 4, 2006 at 11:10 am
I'm not 100% sure, but it seems that it grows when it needs the space. In other words, you can't set it to be at xx% left. If you always...
January 4, 2006 at 11:10 am
Also, are you running your server in 6.5 mode or 2000 mode?
January 4, 2006 at 8:18 am
WMI is probably the best way. If you cannot get access, can you setup PerfMon to get this information and log it?
January 4, 2006 at 8:17 am
I've never had a QA DBA, but I suspect it would be someone to apply the T-SQL (DDL and DML ) changes to QA and then production. Examine the code,...
January 4, 2006 at 8:14 am
I'd guess some type of backup grabbing the file. Any delay would cause SQL to fail as it's very intolerant of delays.
January 3, 2006 at 8:09 am
Don't know any free ones. If you have Office Pro, Visio will work.
Paint I guess ![]()
January 3, 2006 at 8:08 am
select a.orderid
from ordermaster a
inner join orderdetails b
on a.pk_orderid = b.fk_orderid
where b.orderamount (select sum( c.orderamount)
...
January 3, 2006 at 8:07 am
You can store perfmon output to a file and look at that.
What are you trying to accomplish?
January 3, 2006 at 8:04 am
Viewing 15 posts - 33,361 through 33,375 (of 39,736 total)