Viewing 15 posts - 751 through 765 (of 2,387 total)
Default Instance installation : setup.exe /qn /i sqlrun01.msi /l*v c:\msde2000_setup.log
Named Instance Installation : setup.exe /qn /i sqlrun02.msi INSTANCENAME="MYMSDE" /l*v c:\msde2000_setup.log
December 18, 2003 at 9:04 am
quote:
the relationship in Access is transfered to Triggers in SQL server 7 , and is transerefed to Relationships in SQL Server...
December 18, 2003 at 8:12 am
Thanks Brian. Now I remembered there was a daily QOD for this subject.
December 18, 2003 at 7:13 am
quote:
by the way : use SQL server 2000 (not 7) because it support relationships and more powerful.
December 18, 2003 at 7:10 am
Are you referrring to listen to more than one TCP ports? I don't think you can do that in SQL Server 2000 either.
December 18, 2003 at 7:02 am
Backup and backup before making critial changes or changes you do not feel comfortable.
Edited by - allen_cui on 12/17/2003 2:35:56 PM
December 17, 2003 at 2:35 pm
What type of data sources are you tring to copy, for example, SQL Server, Access?
December 17, 2003 at 2:33 pm
You need use DROP STATISTICS to drop statistics on the table and DBCC SHOW_STATISTICS to display the current distribution statistics for the specified target on the specified table.
December 17, 2003 at 2:25 pm
Are your database files in same drivers which your database backup files have to go to?
December 17, 2003 at 2:17 pm
You need use DROP STATISTICS to drop statistics on the table and DBCC SHOW_STATISTICS to display the current distribution statistics for the specified target on the specified table.
December 17, 2003 at 2:11 pm
http://support.microsoft.com/default.aspx?scid=kb;en-us;816084&Product=sql
http://support.microsoft.com/default.aspx?scid=kb;en-us;281287&Product=sql
Edited by - allen_cui on 12/17/2003 1:41:03 PM
December 17, 2003 at 1:40 pm
Ok. I can't re-produce the error you had in my SQL Server that has same version on both SQL Server and Windows. I would try to drop the login from...
December 17, 2003 at 1:16 pm
Ca you post SQL Server version by select @@version?
December 17, 2003 at 1:00 pm
Have you tried to set proxy account through EM?
December 17, 2003 at 12:53 pm
What local policies does it have? Can you add it into local administrators group and try again?
December 17, 2003 at 12:42 pm
Viewing 15 posts - 751 through 765 (of 2,387 total)