Viewing 15 posts - 5,731 through 5,745 (of 7,502 total)
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
another nice ref regarding impact of shrink operations :
http://www.karaszi.com/SQLServer/info_dont_shrink.asp
May 29, 2007 at 5:30 am
there are serveral ways to shutdown sqlserver:
- service manager
- TSQL : Shutdown
- net stop sqlserver
- EM rightclick servername / stop
They all shutdown sqlserver.
If there are open transactions going on (They...
May 29, 2007 at 5:29 am
... Is it necessary to maintain the production relationships in the first place ...
- maybe not the actual FK's , but certainly keep the FK-indexes because They will speed up queries...
May 29, 2007 at 12:12 am
Viewing 15 posts - 5,731 through 5,745 (of 7,502 total)