Viewing 15 posts - 9,166 through 9,180 (of 13,469 total)
details? the account cmdexec/xp_cmdShell runs under is local system , you said, right? that account might not have rights to a local folder(ie C:\Documents and settings\SomeUser) or to a \\UNC...
June 29, 2010 at 11:10 am
could your application be raising a pop-up/error message window? so when it is run from cmdexec, maybe with a misspelled parameter or something, it seems to be running forever because...
June 29, 2010 at 11:00 am
SYSTEM stored procedures? like sp_who? i think that is inherited with CONNECT permissions, but i'm not sure what you are refering to.
can you script out the user you created and...
June 29, 2010 at 8:15 am
hmm...rereading your issue, you said it is"SQL query analyser it runs continuously, seemingly without end"...
could your application be raising a pop-up/error message window? so when it is run from QA,...
June 29, 2010 at 5:20 am
wouldn't log shipping be an option? a zip of the log file of changes would be much smaller than the 9 gig backup, zipped or not, and your bandwidth would...
June 28, 2010 at 12:43 pm
dunne do you mean you want to show the existing DISTINCT combinations of the three values, or do you mean that you want to force three distinct lists, but put...
June 28, 2010 at 12:01 pm
Chris Hazeldene (6/28/2010)
I've logged onto the server (Windows Server 2008 - MSSQL 2008) as the Admin in an attempt to rule out any permissions issue.
xp_cmdShell does not use your...
June 28, 2010 at 10:54 am
here's a simple and fast example: just add the insert into:
--ten years before and after todays date:
with TallyCalendar as (
...
June 28, 2010 at 10:46 am
Remember one of the design annoyances in Enterprise Manager was that when it starts, it iterates thru and opens every database....so if your server has a lot of databases, it...
June 28, 2010 at 6:32 am
suresh kumar Sulakh (6/28/2010)
Thanks for the reply..it makes me wonder why at times we dont have to supply a placeholder and it still works
that's because the command is repeating over...
June 28, 2010 at 5:41 am
i think it needs to be smtp.googlemail.com, and port 465:

you need an account to send with(outgoing smtp);
the imap is to pickup/receive email.
i set up an account to confirm, registered "sqlnotifications@gmail.com":
this...
June 28, 2010 at 4:01 am
it's very easy to set u, and you don't need your own SMTP server...just a valid email box somewhere that has SMTP/POP3 access...you can set up with a gmail account...
June 27, 2010 at 3:03 pm
what site are you guys going to?
http://ask.sqlservercentral.com/ seems to be jsut fine, but i did not find a site named http://www.asksqlservercentral.com
June 25, 2010 at 3:30 pm
the default trace captures all the DDL commands, including who dunnit info, but it rolls over if you have a lot of cahnges.
if not too much time has past, you...
June 25, 2010 at 3:22 pm
LinqPad is free and a very light footprint with no dependencies other than requiring .net, but has all the things you need; an object explorer, and multiple query windows for...
June 25, 2010 at 3:16 pm
Viewing 15 posts - 9,166 through 9,180 (of 13,469 total)