Viewing 15 posts - 3,376 through 3,390 (of 6,396 total)
No you dont need IIS.
You need to ensure that the server can connect to the relay machine, you send to a valid email address and that mass mail worms are...
November 15, 2012 at 2:07 am
Speak to your mail admin person, they should be able to help.
But it looks like your trying to send a mail to an address which doesnt exist.
November 15, 2012 at 2:04 am
What version of SQL are you running, Standard or Enterprise? If Standard then it will be multiple copies, if Enterprise you can use data driven subscriptions
November 15, 2012 at 1:56 am
Then you must be using an earlier full backup and not the current one from the latest 10:30 backup.
Check through the backupset table and correlate which log file it is...
November 15, 2012 at 1:32 am
What type of mail server do you use for SMTP? If its Exchange and you use the mail relay functionaity you need to ensure that you allow the IP...
November 14, 2012 at 8:57 am
We do backups to local disk, then the backups are backed up via the SAN backup, they are also shipped to the virtual tape array via NetBackup and they are...
November 14, 2012 at 8:19 am
Also can you post the deadlock graph?
November 14, 2012 at 5:32 am
Why are you using the Jump to URL option and not the Jump to Report option and using parameter pass through?
Report in a different solution, report on a different server?
November 14, 2012 at 5:24 am
Nothing more? Nothing above or below that line?
November 14, 2012 at 5:16 am
Yes that is correct, you have to meet certain pre-reqs first and ensure that you add in the nessesary hints etc.
This link will describe more
http://msdn.microsoft.com/en-us/library/ms191244%28v=sql.105%29.aspx
November 14, 2012 at 3:53 am
Using INTO in a simple or bulk logged recovery model uses minimal logging, so depending on how much data your moving you shouldnt see that much of a transaction log...
November 14, 2012 at 3:19 am
The only way to bring the Execute Procedure screen back up is to right click the procedure and select the execute option.
Or as I have said above, you know what...
November 13, 2012 at 8:37 am
If you know what data you want to insert via the proc, just call the proc using the exec / execute clause
EXEC [IT].[Insert WorkRequest proc] @.... = '' ,...
November 13, 2012 at 8:17 am
Viewing 15 posts - 3,376 through 3,390 (of 6,396 total)