Viewing 15 posts - 316 through 330 (of 387 total)
Just a thought but change the agent profile to use smaller bcp batch size and a higher login time out and a higher query time out. You might also want...
September 27, 2005 at 3:37 pm
use datepart function and return the time portions and order by these
September 27, 2005 at 10:53 am
Does the column that is being used in the bookmark lookup have an index
September 26, 2005 at 11:11 am
you could use the isdate() function:
Select * from table where isdate(column) = 1
September 23, 2005 at 1:20 pm
you need the personal addition of sql 2000, just pop the cd in and away you go.
September 22, 2005 at 9:12 am
Presumably if he is going to check that you are doing your job correctly he should know what he is doing. If that is the case he should be a...
September 22, 2005 at 9:09 am
pretty much out of ideas on this, you could look at using smtp mail via http://www.sqldev.net/xp/xpsmtp.htm I use this on some of my servers and find it less problematic than...
September 21, 2005 at 1:20 pm
Did you craete the package on another machine and then saved it to the server?
September 21, 2005 at 1:10 pm
you need to remote desktop into the server and edit the dts, the mapi profile is local. If you try and edit package on own pc, it picks up your...
September 21, 2005 at 1:04 pm
you could insert into a process table and de-dupe before final import into production table. Could write process whereby you save the offending records to examine later.
September 20, 2005 at 1:38 pm
Don't know if this is what is actualy causing the issue, but to control the ammount of cpus an sp uses use the maxdop hint
September 16, 2005 at 3:56 pm
go to replication monitor and expand and there you will fine replication alerts
September 15, 2005 at 3:53 pm
could think of a few rather un pc answers but don't think that will help your database issue
September 15, 2005 at 3:51 pm
have you tried searching the registry?
September 15, 2005 at 3:45 pm
try this link, i am assuming msde adds reg entries as well:
September 15, 2005 at 3:23 pm
Viewing 15 posts - 316 through 330 (of 387 total)