Viewing 15 posts - 1,231 through 1,245 (of 1,341 total)
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
Using XP_FIXEDDRIVES you can get the free disk space in all drives:D
June 9, 2008 at 9:10 am
Hi Sugesh,
Think Mirroring has to be removed.
June 9, 2008 at 8:41 am
If downtime is ok for you then and am with Deepak ,Go ahead with detach and attach.:)
June 9, 2008 at 7:29 am
Think you cant back to the state you want.A full backup now will give you all datas as of now and a differential contains changes since the last backup only.
Hope...
June 9, 2008 at 7:19 am
Use "sp_attach_db" for attaching and "sp_detach_db" for detaching the database files.
Check these links
http://msdn.microsoft.com/en-us/library/aa259611(SQL.80).aspx
http://msdn.microsoft.com/en-us/library/aa933267(SQL.80).aspx
😀
June 9, 2008 at 7:16 am
Use "sp_attach_db" for attaching and "sp_detach_db" for detaching the database files.
Check these links
http://msdn.microsoft.com/en-us/library/aa259611(SQL.80).aspx
http://msdn.microsoft.com/en-us/library/aa933267(SQL.80).aspx
June 9, 2008 at 7:07 am
Can you please be specific and more clear on your requirement:).
June 9, 2008 at 6:05 am
Create trigger for the same..:D
June 9, 2008 at 5:58 am
Kumar ..u got connect or still the same problem persists ???
June 9, 2008 at 4:31 am
Viewing 15 posts - 1,231 through 1,245 (of 1,341 total)