Viewing 15 posts - 751 through 765 (of 771 total)
"The problem is if you rebuild your on a regular basis it will be slower if you keep shrinking the log file as it will have to grow with each...
July 10, 2009 at 4:21 am
I have been testing and you can not....
e.g:
I have made a backup from a SQL Server 2000 database and restore it on a SQL Server 2005 engine.
I didn't changed the...
July 6, 2009 at 7:42 am
I just call you master because of your knowledge.
But i will start to call you, for your name.
Thank you very much for all your help,
Pedro
July 5, 2009 at 9:00 am
sorry didn't undestud your point?
what did you mean?
tks,
Pedro
p.s - my question was :
Did anything changed in terms of Bulk insert from SQL server 2000...
July 5, 2009 at 8:55 am
Ok master,
One last check please, to validate if this part is correct:
My script (to convert the DB from 2000 to 2005) will include this two cursors:
use db_name
go
set nocount on...
July 3, 2009 at 10:37 am
yes, that part of statistics i understud after you explained.
But in this case, what i was asking was another thing:
e.g:
if i do a comand like :
...
July 3, 2009 at 7:47 am
ok master,
But in this case, what i was asking was, what types of objects have statistics and i have to update?
Shoud i update statistics for all the...
July 3, 2009 at 6:32 am
Ok master Gail,
In that case i will just use the command like this:
UPDATE STATISTICS table_name WITH FULLSCAN
Should i update only tables statistics? or should i update every table and...
July 3, 2009 at 2:17 am
Thank you very much for reply master.
I have seen your recomendations and i want to apply all to my script that will convert the databases to SQL Server 2005.
As to...
July 2, 2009 at 10:25 am
yap, i know.
Auto_shrink has no advantages.
But what i need to know is if there are any differences between a database that as auto_shrink in SQL Server 2000 and a database...
July 2, 2009 at 4:11 am
can someone help please?
thank you very much
July 2, 2009 at 2:23 am
this :
EXEC dbo.sp_dbcmptlevel @dbname=N'Database_Name', @new_cmptlevel=90
resolved the question.
thank you
July 1, 2009 at 8:43 am
ok, i will trie to use this tool to see the SPN.
I have made the query below in the query window and the result returned was:
select auth_scheme from sys.dm_exec_connections...
July 1, 2009 at 7:31 am
I have configutared using CM. for SQL Server 2005
For SQL Server 2000 i dind't because the services of this named instance are not in the CM
July 1, 2009 at 7:15 am
Viewing 15 posts - 751 through 765 (of 771 total)