Viewing 6 posts - 361 through 366 (of 366 total)
If you want to find out what service pack your sql server is on type
select @@version
in query analyser. This gives you a number which refers to the service pack
...
September 23, 2001 at 10:12 am
What is the error message you get?
It may be your netlibrarys not matching up between the two machines.
For instance if the error message contains dbmssocn it means your pc is...
September 19, 2001 at 2:25 am
It may be worth you stopping and starting SQL server, as this recreates your tempdb database from scratch. Hence giving you a clean starting place.
September 18, 2001 at 11:16 am
Access 2000 ADP front ends may be worth investigating as well
September 14, 2001 at 2:01 am
Try capturing what code sql enterprise manager uses to modify the table.
ie run profiler against your test database, change the table via enterprise manager,then review your connection information in the...
September 11, 2001 at 5:42 am
Sorted. I needed to check the 'binary' column in the defined destination column
September 5, 2001 at 6:52 am
Viewing 6 posts - 361 through 366 (of 366 total)