EXEC sp_attach_db @dbname = N'pubs',
@filename1 = N'c:\mssql7\data\pubs.mdf',
@filename2 = N'c:\mssql7\data\pubs_log.ldf'
sonra
burda da db yi single user moda aldım da satırı unuttum
use master
go
spdboptions 'dbadi','single user','true' gibi biseydi
go
DBCC CHECKDB ('db_Adi',REPAIR_REBUILD)
go
aslinda mdf saglam olsa son check islemine gerek kalmazdi heral ama neyse bi nebze kurtuldu oteside allah kerim :)
Subscribe to:
Post Comments (Atom)
odd string diff
https://leetcode.com/problems/odd-string-difference/ Beats 19.92% of users with Java class Solution { public String oddString ( S...
-
bu durum sessionun uzun ömürlü olmasını istediğinizde yapacağınız bişeydir ki Session["eblek"]="gobalak"; dediğimizde ve...
-
at the end of any product there will be a reporting interfaces for counts. let say you build a advertisement site which gives people to publ...
-
in java web application you can easily set 400 and 500 error pages via web.xml like this <error-page> <error-code>50...
No comments:
Post a Comment