Viewing 15 posts - 6,331 through 6,345 (of 7,501 total)
We also have a couple of applications running on citrix for the front-end applications, with sql2000 on an dedicated SQL-cluster-node (running only that instance).
Most of the times when users are...
March 1, 2006 at 2:38 am
Do you know of a simple way of making a screen-shot (winforms) with .Net code, using the framework (not extra referring to the gdi32.dll ) ? ![]()
March 1, 2006 at 2:20 am
Check out the upgrade-advisor !
It will check your current db, .. and highlite some issues (if found
)
February 28, 2006 at 3:45 am
the BINARY_CHECKSUM and checksum solution is great, but know their downsides (text/image/...)
It's all in Bol
February 24, 2006 at 12:07 am
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
Viewing 15 posts - 6,331 through 6,345 (of 7,501 total)