Showing posts with label con. Show all posts
Showing posts with label con. Show all posts

Monday, March 12, 2012

problemas con el SQL 7.0

Microsoft OLE DB Provider for ODBC Drivers
error '80004005'
Specified driver could not be loaded due to system error
126 (SQL Server).
alguien puede darme alguna posible solucionTry running Dependency Walker with any ODBC application. There is a
profiling option that will help you identify the problem component.
www.dependencywalker.com
Thanks,
Kevin McDonnell
Microsoft Corporation
This posting is provided AS IS with no warranties, and confers no rights.

problema con la funzione except

qualcuno sa dirmi cosa c' di sbagliata in questa query:
EXCEPT
({ SELECT idAttach
FROM tbAttachs }, {
SELECT idAttach
FROM tbAttachsForPages
WHERE (idPage = 2) })
graziealidicera <samarcanda@.nospambbs.olografix.org> wrote in message news:<16hyw7zwzctkz.ei7eq6l4y1wn$.dlg@.40tude.net>...
> qualcuno sa dirmi cosa c' di sbagliata in questa query:
> EXCEPT
> ({ SELECT idAttach
> FROM tbAttachs }, {
> SELECT idAttach
> FROM tbAttachsForPages
> WHERE (idPage = 2) })
> grazie

You might want to post this in microsoft.public.sqlserver.olap,
assuming that EXECPT() in this case is the Analysis Services function.
But you should provide some more information - what does the complete
query look like, how are you executing it, what error or problem do
you get, etc.

Simon