Viewing 15 posts - 31 through 45 (of 270 total)
Thanks, I have a better idea, hire some one to help me, when and if my DB gets that large..:-)
May 16, 2011 at 2:41 pm
.."Rebuilding indexes, no you can wait for the regular maintenance jobs."...
ME: Like what sort of code does that??
.." recommend to use Update statistics."..
ME: yes I did, thanks
May 16, 2011 at 12:17 pm
I did the change compatibility code, update stats
All seams fine.
I went from 90 to 100 (ie 2005 to 2008 R2)
Do I need to worry about re building indexes etc,...
May 16, 2011 at 1:40 am
found the solution here, once I knew what to google for
http://www.mssqltips.com/tip.asp?tip=1436
SELECT * FROM sys.databases
sp_dbcmptlevel [ [ @dbname = ] name ]
[ , [ @new_cmptlevel = ]...
May 15, 2011 at 7:22 pm
Are you responding to my last post? I am confused by your statement, please expand.
If so how to I go from 90 to 100, how does one run code to...
May 15, 2011 at 7:15 pm
I ran DBCC CHECKDB (myDB)
Result:A after a long list of stuff, I get CHECKDB found 0 allocation errors and 0 consistency errors in database 'myDB'.
I guess all is ok
THIS IS...
May 15, 2011 at 4:38 pm
,,"That is why you can NOT backup / restore to a lower version"..
This is exactly why this thread exists, I learned that the hard way !
Runng DBCC code now !
May 15, 2011 at 4:28 pm
Thanks, but in my first post I clearly state that the server is fine, it is 10.50.1600.1 or MSSQL 2008 R2.
So the code you posted confirms the server, thanks.
So the...
May 14, 2011 at 9:26 pm
Ok thanks, I guess from why you say this is my step by step process
1) Run .bak backup files of my MSSQL 2005 databases
2) Install MSSQL 2008 R2 64 bit
...This...
May 8, 2011 at 3:49 pm
Sorry I didnt make setup all that clear.
The server: My laptop, Windows XP SP3
Edition: Enterprise, MSSQL developer 2005
Type: 64 bit
Current namespace: MyLaptop ( ie thats where local goes to)
CPUs: only...
May 8, 2011 at 3:00 pm
Sorry wayne where do I put CHARINDEX('//',URLs)+2
Can you show me the full select thanks
March 19, 2011 at 9:45 pm
Viewing 15 posts - 31 through 45 (of 270 total)