Viewing 15 posts - 7,231 through 7,245 (of 7,480 total)
Maybe defeat it with it's own weapons ?
use master
select object_id('sp_schedule_status_reset') as The_Nasty_One
January 12, 2004 at 7:08 am
just my 2ct.
- did you configure the mail-profile when logged in as sql-agent-service-account ?
- does your sql-agent-service-account has the needed authorities for that email-profile ?
- Is it working when you...
January 12, 2004 at 3:01 am
When I install new basic software (Oracle client in this case) I alway reboot.
Especialy when installing on a server. This way I can better relate a problem to a last...
January 12, 2004 at 2:44 am
I suppose your sqlserver-agent-account is member of windows-server-administrators group ?
If not, you'll need to give it access to the Oracle-folders and reg-keys.
You might also want to login on the server...
January 12, 2004 at 1:53 am
Hi Andy,
1) When a forum-thread is started as a "comment-on-article", the article is mentioned as text-http-reference.
e.g.:
"Comments posted to this topic are about the content posted at http://www.sqlservercentral.com/columnists/dpoole/sqlserverstatisticalfunctions.asp
========================"
Can you...
January 12, 2004 at 12:47 am
did you define the ODBC as system-dsn ?
January 12, 2004 at 12:21 am
Maybe this litle article gets you back on track :
http://www.sqlservercentral.com/columnists/fkalis/coddsrules.asp
It's a nice refresh Frank -Sharky-
has written to the benifit of all...
January 12, 2004 at 12:06 am
What bike ? ![]()
(changed the avatar for a couple of minutes to SushiNemo)
I hope the original poster...
January 9, 2004 at 8:04 am
identity is related to a numeric datatype so leading zeroes are meaningless.
You can present them anyway with things like this :
DECLARE @I INT
DECLARE @C CHAR(8)
SET @C = ''
SET @I =...
January 9, 2004 at 7:48 am
On the other hand, I cannot prevent it !![]()
I can tell my windows-group-administrators, but that is as good as a flyer. You spread the...
January 9, 2004 at 7:42 am
you can also change de database-ower (exec sp_changedbowner @loginame = 'theOneAndOnly' ,@map = 'true' ) Then that user by default creates dbo-objects. If he/she wants older existant 'theOneAndOnly' -tables, he/she...
January 9, 2004 at 7:21 am
You should run OUI and perform a custom installation. There you can check Windows-components.
January 9, 2004 at 2:04 am
Arch ... also the married restrictions ![]()
Missing the adrenaline, but having your socks washed every week ![]()
Even the...
January 9, 2004 at 1:31 am
I guess you're stuck to the exists, because any join could give n-rows because of more than one MT_TABLE qualifies.
How about this ? (check the execution plan)
SELECT pd.pd_pdref,
af.af_pct,
pd.pd_author,
pd.pd_barcode,
bc.bc_name,
pd.pd_can_cons,
ca.ca_name,
CASE WHEN (pd.pd_dsref...
January 9, 2004 at 1:09 am
Viewing 15 posts - 7,231 through 7,245 (of 7,480 total)