Viewing 5 posts - 1 through 5 (of 5 total)
Probably MSDTC service is not running ....
September 6, 2005 at 5:02 am
WHERE tblAssets.SerialNumber LIKE '%' + @VALUE + '%'
AND tblSites.ID =(SELECT tblUsers_Sites.ID FROM tblUsers_Sites WHERE UserID = @userid)
If this expression ... =(SELECT tblUsers_Sites.ID FROM...
September 2, 2004 at 2:36 am
Nonenone!! Thanks a lot!!!
May 28, 2004 at 9:37 am
I want to drop XXX Db that contains a restore of "distribution" database of a production server. I've tried to use sp_helpreplicationdb but I'm not be able to drop XXX DB.
Can you give...
May 11, 2004 at 9:23 am
It's a bitwise mask!! bitwise mask is used in trigger.
EXAMPLE:
You have a table of 5 columns A, B, C, D and E
May 11, 2004 at 4:17 am
Viewing 5 posts - 1 through 5 (of 5 total)