Viewing 15 posts - 1,216 through 1,230 (of 1,252 total)
First of all you should be bit more civil.
all those above mentioned methods will show the table(s) that depend on other tables if proper...
October 25, 2006 at 4:52 am
First of all you should be bit more civil.
all those above mentioned methods will show the table(s) that depend on other tables if proper Fkey relationships are set.
October 25, 2006 at 4:51 am
hi
do u have proper indexes. if not create them
if u have proper indexes then make sure they are not fragmemented. 20,000 records is not much after all.
October 23, 2006 at 1:59 am
Michelle
I dont think we can restore the backup of SQL 2005 db to SQL 2000.
Pls keep us posted if its possible.
October 20, 2006 at 5:21 am
Newbie,
i agree with Shaun there, that wud be the best way to do things.
to know the time taken by your queries use the tool "SQL profiler". U shud get enough...
October 20, 2006 at 3:25 am
yes, Null values should be avoided as they need to be specially handled in data operations. Maybe u cud set some default values for the columns. This would keep the...
October 20, 2006 at 3:20 am
paul
i feel its better to have one event table rather than 3 . since there are 3 types of events u can have a "event type" field in the table....
October 19, 2006 at 11:45 pm
harold
the syntax for adding a function to a check constraint
ALTER TABLE CheckTbl
ADD CONSTRAINT chkRowCount CHECK (dbo.CheckFnctn() >= 1 );
i got it from BOL... go there for more info
October 19, 2006 at 12:52 am
Chirag
ur problem could be because of ur lease line connection being slow
Or some bad performing query locking up resources resulting in time out.
time out is in seconds and 0 stands...
October 19, 2006 at 12:49 am
Usha
check whthr any process has locked up your table.
In EM - Management\CurrentACtivety\Locks/Object.
October 19, 2006 at 12:44 am
harold
I know a slightly different way to do this.
i dont know whthr we could straightway put a expression that u want in a check constraint, but u cud create a...
October 18, 2006 at 6:33 am
hi
i was able to export data from sql to a access file residing on another machine in the local network using import export.
hope this helps ........ and iam sorry...
October 18, 2006 at 6:07 am
hi
i may have not understood ur issue correctly. do u mean u want to export from a access2000 to another access2000 or from sql server to access2000. if its...
October 18, 2006 at 5:30 am
Viewing 15 posts - 1,216 through 1,230 (of 1,252 total)