Viewing 15 posts - 6,346 through 6,360 (of 7,505 total)
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
You can check if sqlserver finds the group using Query ananlyser.
connect to the server position in the database
and execute :
use yourdb
go
EXEC master..xp_logininfo @acctname = 'yourdomain\yourgroup',@option = 'members' -- who belongs...
February 23, 2006 at 2:14 am
this would be like pulling a cat insideout
(in a matter of speaking
)
If you don't...
February 23, 2006 at 1:51 am
Can you try running the dts in the job with its proper name in stead of the guid ?
dtsrun /Npackage_name
February 23, 2006 at 1:42 am
Yes it has.
In fact, you can prepare and save your package (if you used the wizard, you must have seen the panel where it asks "run immediate , save as...
February 22, 2006 at 11:48 pm
Is this package password protected ?
February 21, 2006 at 5:13 am
it's _the_ way for importing / exporting data.
Even the wizard is intuitive ![]()
EM (enterprise manager) \ databases \tables got to the righthand side, right-click...
February 21, 2006 at 12:03 am
did you put the jobowner to SA (and not a windows account) ?
February 20, 2006 at 6:02 am
Viewing 15 posts - 6,346 through 6,360 (of 7,505 total)