Viewing 15 posts - 2,101 through 2,115 (of 7,498 total)
It doesn't accept invalid FK values.
Please post ddl (the actual please) of your involved tables as well as the sqljob giving the error as well as the actual error...
April 20, 2011 at 2:40 pm
Certainly there has been something wrong with a foreign key value for the inserted batch.
I would query the source table using a where not exists correlated query using the foreign...
April 20, 2011 at 1:54 pm
Stefan Krzywicki (4/20/2011)
CirquedeSQLeil (4/20/2011)
GilaMonster (4/20/2011)
LutzM (4/20/2011)
April 20, 2011 at 1:11 pm
Ninja's_RGR'us (4/20/2011)
GilaMonster (4/20/2011)
ALZDBA (4/20/2011)
"Blunt" has been redefined :hehe:Sorry, will see if I can tone it down when I get home.
Nothing blunt in there... just solid experience. I don't...
April 20, 2011 at 12:02 pm
Another thread requesting the same options:
http://www.sqlservercentral.com/Forums/Topic1096149-391-1.aspx
April 20, 2011 at 12:00 pm
Ninja's_RGR'us (4/20/2011)
ALZDBA (4/20/2011)
GilaMonster (4/20/2011)
I have seen this happen before. App on a weak server moved to a nice powerful monster, and performance...
April 20, 2011 at 9:59 am
GilaMonster (4/20/2011)
I have seen this happen before. App on a weak server moved to a nice powerful monster, and performance promptly degraded...
April 20, 2011 at 9:38 am
Edward-445599 (4/20/2011)
ALZDBA (4/20/2011)
Did you perform full db maintenance...
April 20, 2011 at 8:25 am
Ninja's_RGR'us (4/20/2011)
Wow you learn something new everyday :- dbcc updateusage () with count_cows
:w00t::w00t::w00t::w00t::w00t::-D:-D:-D:-D
How's that for a dyping error 😉
April 20, 2011 at 6:42 am
another msdtc resource: http://blogs.msdn.com/b/asiatech/archive/2009/11/18/how-to-configure-msdtc-resource-for-windows-2008-failover-cluster.aspx
April 20, 2011 at 6:37 am
Keep in mind , if these new addresses are not addressable from the current addresses (vlan/ranges) this needs to be an all in one operation or your cluster may become...
April 20, 2011 at 6:35 am
AWE is not needed on x64 OS with a x64 SQLinstance. ( it already has the ability to address all your ram )
Did you perform full db maintenance after your...
April 20, 2011 at 6:24 am
Did you have a look at http://support.microsoft.com/kb/244980
April 20, 2011 at 6:13 am
This is the script I use ( sql2005 for the moment )
/*
* DB Mirroring : followup
*
*/
/* show mirrored databases and their mirror-state */
Select db_name(database_id) as dbName
, *
from...
April 20, 2011 at 4:11 am
Viewing 15 posts - 2,101 through 2,115 (of 7,498 total)