Viewing 15 posts - 1,936 through 1,950 (of 2,000 total)
i think we can manage that.
watch this space in the next few days.
July 13, 2004 at 2:26 am
so what you're trying to do is replication between two ISPs
do you have any ideas about conflict management? what if the same record is changed at the same time on...
July 13, 2004 at 2:22 am
i've had something similar, i never tracked the problem down exactly, but it was due to the content of the email it was sending.
do you have other alerts working...
July 13, 2004 at 2:12 am
i assume your using 2005 express beta...??
if so then when you get it working can you tell me how to create a datbase??????
i've installed and all you can do is...
July 13, 2004 at 2:08 am
you can usually reinstall your MDAC from microsoft downloads.
simply choose the version number you want and install.
July 12, 2004 at 2:08 am
maybe expressing the functions with an explicit alias (AS X, AS Y) might remove the problem?
as for count(0)
i don't know - never used it before , i always find...
July 1, 2004 at 10:25 am
i did this
select 'DBCC '+name+char(10)+char(13)+' GO ' from sysobjects
and got
DBCC sysobjects
GO
DBCC sysindexes
GO
DBCC syscolumns
GO
DBCC systypes
GO
DBCC syscomments
July 1, 2004 at 10:21 am
ok - have you installed something like XP service pack 2? this apparently tightens security - i wonder if it's done something stupid like block port 1434 or 1433
if not...
July 1, 2004 at 10:19 am
too many '
here's the corrected version
select 'DBCC '
+tablename
+char(10)
+char(13)
+' GO ' from TableList
July 1, 2004 at 10:15 am
also worth checking if any new software has been installed on your machine and if windows update has been run.
maybe the MDAC has been changed in some way?????
July 1, 2004 at 10:01 am
can you post the whole of the who2 command - your process is not being blocked, but i wonder if there is something else being blocked??
are other users struggling to...
July 1, 2004 at 10:01 am
DOH!
just ignore everything i said - let me get more coffee and start again.
July 1, 2004 at 9:44 am
what if your minimum priority for that user is not 1?
July 1, 2004 at 9:29 am
also try connecting to the server using Query analyser and run the command
SP_WHO2
this should show you if anything is blocking your request.
July 1, 2004 at 9:25 am
Viewing 15 posts - 1,936 through 1,950 (of 2,000 total)