Viewing 15 posts - 1,246 through 1,260 (of 1,366 total)
Now i requested client to
1)run dbcc checkdb
2)enable torn page detection
and then take a full backup.
Is that ok
June 25, 2008 at 9:58 am
What happens if i enable torn page detection???
Will it affect performance or any other issues if it is enable in a LIVE Database??
June 25, 2008 at 7:35 am
When i run sp_helpdb 'db_name' on database which i restored i got the following message
Status=ONLINE, Updateability=READ_WRITE, UserAccess=MULTI_USER, Recovery=FULL, Version=611, Collation=SQL_Latin1_General_CP1_CI_AS, SQLSortOrder=52, IsAutoCreateStatistics, IsAutoUpdateStatistics
June 25, 2008 at 3:54 am
Client took the backup from a live database.
No idea about torn page detection ..how to check that???
June 25, 2008 at 1:44 am
I got backup from client only.
1)Its a full backup
2)Compatability level 80
No idea about partitioned tables and other file groups,But i think if there is some other filegroup then at...
June 24, 2008 at 10:32 am
Hi ,
I found 'sp_helpsrvrole' which gives all server roles and description(full name):D
June 23, 2008 at 3:05 am
If you are using SQL Server 2005 ,
import using wizard and there is one option "write query to specify the data transfer" use that.:)
June 23, 2008 at 2:37 am
Try giving INSTANCE_NAME\SQLEXPRESS,1433..Make sure your SQL Server service is up and running.
June 20, 2008 at 6:27 am
Select profiler and you can run new trace from there...
June 18, 2008 at 3:26 am
OR
DBCC TRACEON (trace_flag_no,-1)
Restart the service to take effect of changes
OR
You can enable trace flag using command prompt.
net stop mssqlserver
net start mssqlserver -Tflag_no
June 18, 2008 at 2:27 am
Deepak thanks for replying..
The problem is that the issue occured 3 days back and i checked the error logs and server logs but didnt find anything unusual.
My finding when...
June 16, 2008 at 6:21 am
Its a java application which fetches the data from MS ACCESS and imports to SQL server database.
June 11, 2008 at 2:13 am
Viewing 15 posts - 1,246 through 1,260 (of 1,366 total)