Viewing 15 posts - 1,771 through 1,785 (of 1,993 total)
i'd try running a profiler trace and look at the sql either side of the error.
unless this only ever occurs once in a blue moon?
have you tried using merge replication...
MVDBA
July 7, 2005 at 10:37 am
does this happen after a certain event? perhaps after a failed write to the table?
i'm guessing you're using identity columns? - if i knew 2 years ago what i know...
MVDBA
July 7, 2005 at 10:29 am
Am I missing the point here? you could create a fixed size form, ensure that the border size is set to thin (therefore not alterable in size) and then add...
MVDBA
July 7, 2005 at 10:26 am
from SQL to Excel?
this looks a lot like msaccess
MVDBA
July 7, 2005 at 10:01 am
what account is your SQL server service running as? is it loalsystem?
it sounds like the problem may relate to the windows permissions of the SQL server service. - can...
MVDBA
July 7, 2005 at 9:44 am
i know it sounds stupid, but are you using the proper 3 part nameing conventions for your tables in the view
e.g. master.dbo.sysusers
if your create view statement is attempting to...
MVDBA
June 22, 2005 at 2:15 am
SCRATCH THAT LAST QUESTION - I'VE GOT IT NOW
i can use objectproperty(tablename,'CnstIsNonclustkey') and objectproperty(tablename,'CnstIsclustkey')
MVDBA
June 17, 2005 at 2:04 am
Carl, thats great, Top Man - i've been looking for sysindexes.status breakdown everywhere.
with respect to the primary keys though how can i identify these? i can't afford to have this...
MVDBA
June 17, 2005 at 1:39 am
Fantastico.
i should have realised there was a save button there!
MVDBA
May 19, 2005 at 7:38 am
in the meantime can i suggest a very easy alternative
i use a program called blat.exe which is an smtp mail client.
if you want to send an email (and...
MVDBA
May 9, 2005 at 2:34 am
have previously seen KB articles about this, relating to the exchange server being unavailable for the address book lookup.
i'd definatley recommend making sure your emails specify the full address...
MVDBA
April 29, 2005 at 10:21 am
what version of outlook do you have installed on the SQL server?
MVDBA
April 29, 2005 at 10:08 am
if i understand correctly your form may be doing something along the lines of
dim db as database
set db=currentdb()
dim qdef as new querydef
set qd=db.querydefs("myquery")
qdef.sql="create table dbo.mytable.......blah blah....."
you can then simply...
MVDBA
April 13, 2005 at 2:38 am
Viewing 15 posts - 1,771 through 1,785 (of 1,993 total)