Viewing 15 posts - 5,731 through 5,745 (of 7,505 total)
Hey, I've got my own arrow at maps.google.com
June 1, 2007 at 5:08 am
isn't ifxoledbc.1 the most recent installed one ?
maybe uninstalling and reinstalling the pre-latest version would do the trick.
June 1, 2007 at 5:07 am
you could also just provide 11 inputvariables for your update proc and off course some input variables for your predicates (where-clause).
(use the columnnames and match datatypes and length)
And perform just...
May 31, 2007 at 2:38 pm
in the jobstep run it as a dos-command
May 31, 2007 at 2:33 pm
BMC is not just one of the bunch ![]()
Maybe just give the account sysadmin priv during the support case and search a workaround at...
May 31, 2007 at 12:38 pm
I've also seen this happening when we installed sql2005 beta x and hooked it onto our production network.
Service manager got back to normal after we shutdown this sql2005 server (or...
May 31, 2007 at 12:15 pm
maybe let the system determine the driverversion itself.
@Provider = 'Ifxoledbc',
May 31, 2007 at 4:50 am
you could fire a trigger at insert time that records the invoice-key(s) to a staging table and have that staging table qeuried every x-minutes by a job that sends the...
May 31, 2007 at 2:27 am
maybe eureka ![]()
With this linked server definition, the connectiontest succeeds ...
it is a start ...
EXEC
master.dbo
May 31, 2007 at 1:57 am
Thanks for the reply.
I've tried that, but with no good results.
Now I would want to connect using the system dsn.
EXEC
master.dbo.
May 31, 2007 at 1:11 am
well ... as already mentioned, you have to provide an order by clause if you want data guaranteed in a certain order.
BTW Don't use the order by in a view...
May 30, 2007 at 2:24 am
If the server can reach a shared location there is no problem.
put your backup file(s) at the shared location and restore it from the shared location.
e.g. put an xcopy-cmd at...
May 29, 2007 at 2:28 pm
- keep in mind the responce to the alert is assync ! You may not find the situation anymore.
- Start traces 1204 and 3605 so you get the deadlock info...
May 29, 2007 at 11:30 am
- Are the service accounts the same for sqlagent and sqlserver ?
- we use smtp-mail so we don't depend on all the hassle with the outlook client. you can check it...
May 29, 2007 at 11:26 am
That's a big 10-4 ![]()
During pre-aggregate phase, the fk-indexes will speed up the queries wherever possible. The relationships themselves indeed can be dropped.
Keep in...
May 29, 2007 at 7:49 am
Viewing 15 posts - 5,731 through 5,745 (of 7,505 total)