Viewing 15 posts - 6,316 through 6,330 (of 7,467 total)
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
can you perform a dbcc checkdb ?
Read about it in Books Online to check the options?
February 20, 2006 at 5:59 am
just to be sure ...
- you know EM does _not_ refresh automaticaly. You have top position on the...
February 20, 2006 at 5:43 am
so you can login and execute using _that_ (sqlagent) domain-account ?
Can you enable the jobstep's outputfile to capture windows output ?
jobstep\advanced outputfile
February 20, 2006 at 5:02 am
Is your sqlagent running using a windows-domain-account ?
When you run the package yourself, it's using your account to get network or share rights.
If it runs using localsystem, is has no...
February 20, 2006 at 4:18 am
I ride a Honda NTV650 (1995 preceeding the Deauville and succeeding Revere 
I tend to join a "riding techniques (advanced) refreh"-course every 1 or 2...
February 20, 2006 at 3:29 am
Did you take a look as to how DTS may help you to solve this problem ?
February 19, 2006 at 11:57 pm
or mess with ansi padding
declare @tb table (col1 int identity(1,1) primary key
, mychar10 char(10) not null default('a')
, myvarchar10 varchar(10) not null default('b') );
set...
February 17, 2006 at 6:01 am
aparently an I/O bottleneck
- What's your drive(s) config ?
Maybe this helps a bit : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=214046
(check the mentioned articles ! )
- http://www.sql-server-performance.com/performance_monitoring_tutor_part4.asp
February 17, 2006 at 12:27 am
Viewing 15 posts - 6,316 through 6,330 (of 7,467 total)