Viewing 15 posts - 106 through 120 (of 243 total)
bpflanzer (4/26/2010)
Try selecting from master.Sys.servers- (select * from master.sys.servers)
you're local servername should be server_id= 0
if it's not- I think...
April 28, 2010 at 1:41 am
Grant Fritchey (4/26/2010)
Can you get the information running this query?
SELECT CONVERT(sysname, SERVERPROPERTY('servername'));
If not, you may have an issue with the server, it's configuration, your connections... not sure.
Yes. That select statement...
April 28, 2010 at 1:33 am
MeltonDBA (4/27/2010)
April 28, 2010 at 1:15 am
Brandie Tarvin (4/27/2010)
I'm glad it's working now. Sounds like the filename was kept in a table and re-running might have cleared the cache.
Hi ,
I could not get you.can you elaborate...
April 27, 2010 at 11:02 am
Brandie Tarvin (4/27/2010)
Perhaps you should check the job,...
April 27, 2010 at 6:26 am
Brandie Tarvin (4/27/2010)
Does that file even exist? If so, is it perhaps locked by another process?
No that files is not exist and I could not find when & how it...
April 27, 2010 at 6:12 am
Error Message from Maintanance Plan Text File...
[5] Database DatabaseFive: Delete Old Backup Files...
Unable to delete file G:\MSSQL\BACKUPS\DatabaseFive\DatabaseFive_db_201004251900.BAK. 0 file(s) deleted.
End of maintenance plan 'Maintenance Plan' on...
April 27, 2010 at 2:01 am
sani (4/27/2010)
Please provide more information. Is it Maintenance Plan? If so, Right click on that and view history. Here you can find more detail about M.P. than history provided by...
April 27, 2010 at 12:37 am
Sourav-657741 (4/25/2010)
Sudhakara ,That's strange..! The serverproperty gives entire details of the SQL server.
Again cross check the server name from services section.
Refer the link:
http://msdn.microsoft.com/en-us/library/aa933172(SQL.80).aspx
Thanks for all,
can you tell...
April 26, 2010 at 1:00 am
Hi,
Is there any possibilities to get the server running status(Running or Stopped) from the registry?
Thanks in Advance.
April 23, 2010 at 8:07 am
ALZDBA (4/22/2010)
You should contact your mail server admin and ask him/her to allow smtp relay for you sqlservers IP adress.
Can you share me the link where i can learn about...
April 22, 2010 at 6:35 am
Ratheesh.K.Nair (4/20/2010)
account_idmail account idServernameserver type (SMTP,MAPI)
servernameMail Server Name
portPort
usernameUser name
credential_id
use_default_credentials0 for no and 1 for yes
enable_ssl1 for no and 1 for yes(secure socket layer)
flags
last_mod_datetimemodified date
last_mod_usermodified by user
Hi thanks your reply... please...
April 20, 2010 at 6:33 am
Verify the following steps from your agent properties:
1) From Alert System option click the enble profible option. Then select mail system and profile name from which you can send mail...
April 19, 2010 at 7:57 am
Viewing 15 posts - 106 through 120 (of 243 total)