Viewing 15 posts - 46 through 60 (of 64 total)
Ok i will check impact on dev server then go for PRD.
Thanks
February 15, 2010 at 8:27 am
yes I fired UdateUsagesand it is successfull.
is Dbcc CheckdB atomaticaly update stats or not
February 15, 2010 at 7:02 am
Thanks,
can you please provide me the sample Example (Script) for same
January 22, 2010 at 2:03 am
What is the SQL server (productlevel)
check it
select Serverproperty('productlevel')
go
I think 3033 is hotfix.
January 21, 2010 at 3:50 am
hi,
I think you need to go though this http://msdn.microsoft.com/en-us/library/ms176029.aspx
January 13, 2010 at 12:38 am
i think You need to do this
1.Take the backup of table
2.drop and recreate the indexes
3.check table consistency with DBCC Checktable.
if found the same errors
1.import data from that table to new...
January 13, 2010 at 12:00 am
Hi,
What is the version of SQL server and OS ?
January 11, 2010 at 4:23 am
Hi,
I think because of you cancelled database restoration database thats why it gone in inconsistence state
find out the sql processes where which sp id uses restoration operation and...
January 11, 2010 at 2:27 am
See this:---http://www.mssqltips.com/tip.asp?tip=1688
January 11, 2010 at 12:01 am
Hi,
To transfer user use:- http://support.microsoft.com/kb/918992 script
-- like to suggest that check your application with 100 com level for test purpose it best way to find out dependency.
January 7, 2010 at 7:28 am
My SQL is the Standard Edition. and SQL is running under the Local Service Account that account by default had the Lock Pages option enabled (even though the Local Security...
January 7, 2010 at 7:15 am
1.transfer the Server logins
2.backup the database and restore it
3.check the DTS packages to migrate
4.after restoration change com.level to 100.
January 7, 2010 at 6:54 am
Viewing 15 posts - 46 through 60 (of 64 total)