Viewing 15 posts - 6,301 through 6,315 (of 7,467 total)
So for the sqlserver-instance it's an existing db which will be detatched and reattatched, only having the files at a diffent location.
In that case, the sync is not needed.
What the...
February 23, 2006 at 1:54 pm
yep.
don't forget users and passwords and their synchronisation
February 23, 2006 at 1:37 pm
it depends
If you want to create the possibility for you users that they access you sqlserver using only your application, or also...
February 23, 2006 at 8:06 am
The mentioned URL should contain this :
-- The goal is to avoid the use of sp_start_job in an application. So we have the application use RAISERROR to activate the job.
-- ...
February 23, 2006 at 7:54 am
you may also want to run sp_updatestats ! (if you are alowed to)
Did you rebuild your clustering index ?
February 23, 2006 at 7:16 am
yep. Keep it simple.
If you have DRI (foreign keys), you may want to hold them until after the load !
Or you will have the burdon of a loadsequence exercise.
Test it,...
February 23, 2006 at 7:08 am
Since the old server is the onlyone having SQL_Latin1_General_CP1_CI_AS , and the others use Latin1_general_CI_AS , maybe this is _the_ occasion to migrate !
This way, when all servers...
February 23, 2006 at 6:55 am
at collation level : yes.
We have a mix of 7.0 and sql2000 and are implementing sql2005, still using SQL_Latin1_General_CP1_CI_AS because of the # of servers and databases that have to...
February 23, 2006 at 6:11 am
Maybe this helps to figure it out ...
Keep in mind it uses systemtables, which is no a best practise
-- Select 'DBCC UPDATEUSAGE ('''...
February 23, 2006 at 5:39 am
When you use "restore db" to put your db on SQL2005, then it will still have and use it's own collation. That could already be done in SQL2000.
February 23, 2006 at 5:27 am
I have this query running every 15 Minutes with sqlagent.
It writes a message to winnt-eventlog which is captured by HPOVow
Primitive, but it works.
declare @DB_Criterium int
/* ** criterium % must be...
February 23, 2006 at 5:14 am
we us HP ovow to monitor the physical disks, not the sqlserver infrastructure.
February 23, 2006 at 3:06 am
Here's Freud again
Aha-erlebness
February 23, 2006 at 2:49 am
there are some pittfalls with alerts
first of all, an alert only responds when it is enabled
February 23, 2006 at 2:28 am
Viewing 15 posts - 6,301 through 6,315 (of 7,467 total)