Viewing 15 posts - 4,006 through 4,020 (of 7,496 total)
it states
Check and correct error conditions such as insufficient disk space, and then restart the SQL server.
the such as is the tricky part overhere.
I would start perfmon and check...
February 16, 2009 at 11:48 pm
Good advise Ken Garrett ! 😎
Apart from solving the 4Gb problem, the real question should be ..;
Is it considered normal that a single table can consume 2Gb in a size...
February 16, 2009 at 10:57 am
isn't it stating a location for the log files it searches ?
Can you post the results of sp_helpdb 'yourdb'
February 16, 2009 at 10:47 am
Which is the location sqlserver is trying to write the audit trace file to ?
By default that would be the sqlserver instance \log folder (where you can also find errorlog,...
February 16, 2009 at 10:41 am
Ol'SureHand (2/15/2009)
Data warehousing practitioners seem to have a constraint on EVERY single column. The above code will only preserve necessary constraints,...
February 16, 2009 at 12:24 am
Back in the days we used to use this before restoring an EUC database:
CREATE PROCEDURE sp_DB_SendAndKill
@database char(25),
@contact varchar(100) ,
@reden varchar(300) = ' ** reden werd niet opgegeven **...
February 15, 2009 at 10:06 am
Did you try to use "net send" to the windows users or workstation ids ?
However, in some shops they shut of this service.
Or you could query AD to fetch the...
February 15, 2009 at 1:49 am
Did you our SQL Server Configuration Manager to perform the service account change ?
if not... change it back the way you did and then use SCM to configure the...
February 14, 2009 at 11:11 am
I don't think the view designer shows up in the connection info of the spid.
So I guess you cannot restrict its usage.
February 13, 2009 at 12:52 pm
did you read the full MS doc on it ?
http://support.microsoft.com/kb/231619
and the docs it refers to ?
February 13, 2009 at 12:27 pm
IMO your connection between primary and mirror isn't stable.
Hence the restoring state from time to time.
If it can form a quorum it will pull over the log entries of the...
February 13, 2009 at 12:20 pm
do you make LOG backups ?
That's the only way to clear the log file entries.
Gail has posted a nice article on this matter.
February 13, 2009 at 12:14 pm
best is to revoke you bosses ddl-admin privileges :hehe:
Many of our devs use that view-GUI because they find it easy, but then again,they don't get to clean up the mess...
February 13, 2009 at 10:52 am
If this is a single shot operation , just to get a little insight, maybe a log-analyser tool can help out. (at least if you have full recovery model).
February 13, 2009 at 6:11 am
My guess is , if you want to know exact figures, you'll have to implement a trigger for insert, update, delete and have a counter per PK value in your...
February 13, 2009 at 4:59 am
Viewing 15 posts - 4,006 through 4,020 (of 7,496 total)