Viewing 15 posts - 31 through 45 (of 59 total)
correction:
step 8 and 9 are not required
September 20, 2006 at 9:30 am
did you read my post?:
<change the owner of the job to 'sa' from win\Jim>
The 7, 8 ,9 are not True statments :
due to change the Job owner you do...
September 20, 2006 at 9:29 am
do you install from CD?
try reboot pc and start again
what is your os edition\version\sp\security patch (when it was patched lastb time)
September 19, 2006 at 7:22 pm
< Is this the best way to do it?>
in theory yes
in practice: it depends
--if you combine 2 databases in 1 - how you will support it - push changes, etc....
September 19, 2006 at 7:06 pm
try FIX:
FIX: Error message when you try to use the SqlClient class in an ADO.NET 2.0-based application to connect to an instance of SQL Server 2005: "New request is not allowed...
September 19, 2006 at 5:01 pm
start:
Top 10 new features in SQL Server 2005
http://searchsqlserver.techtarget.com/tip/1,289483,sid87_gci1137301,00.html
September 19, 2006 at 4:51 pm
yes.
the hardware configuration best practices for SQL 2000 still apply to SQL 2005
September 19, 2006 at 3:37 pm
what is the 'D:\AHD_Nuevo.dat' ?
in case it is sql server BACKUP file:
is it located on Tape (as per error above)? or it is on Server Drive?
if it is on Tape...
September 19, 2006 at 3:13 pm
Mubeen
<If it has Bas Sectors>
there is error< I/O error (bad page ID)>
and normaly - if no CheckDB and DBreindex helps
you will run chkdsk
then as in my post you will run DBCC DBreindex...
September 17, 2006 at 7:05 am
if you run just DBCC CheckDB
you can stop it - should be fine:
for more info see:
DBCC CHECKDB
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_dbcc_00gy.asp
DBCC CHECKDB Recommendations
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/trblsql/tr_faq_8tir.asp
September 16, 2006 at 9:01 pm
run sp_helpdb
see DB_id for the Database
and use in filter for DB_id of sql profiler
instead of Databasename - it is well known feature
September 16, 2006 at 8:18 pm
sounds like bad sectors on your drive
Chkdsk:
---
also run
DBCC DBREINDEX
September 16, 2006 at 8:14 pm
change the owner of the job to 'sa' from win\Jim
September 16, 2006 at 8:04 pm
September 16, 2006 at 8:02 pm
in case you need to compare more then 2 and not just tables but all databases:
you would like to use 'SQL Compare' tool by
Red-Gate
September 16, 2006 at 7:43 pm
Viewing 15 posts - 31 through 45 (of 59 total)