Viewing 15 posts - 151 through 165 (of 208 total)
It depends on your SMTP Server and Network Usage.. Leave the values to default which will work for Ideal situation... You can take the help of your System Administrator for...
September 9, 2008 at 3:25 pm
RDL file can be download from this link
http://www.sqlservercentral.com/Forums/Attachment1344.aspx
Thanks for all your feedbacks!
September 9, 2008 at 3:16 pm
Hi,
Not sure about this situation.. But normally when you do below command
telnet sqlserverinstancename 1433
(Assuming 1433 is the port in which instance is running)
you will get black...
September 9, 2008 at 1:01 am
Paul,
Somewhere I read like... We can change that database to emergency mode and restart the server so that it wont look for LOG files and then build...
September 9, 2008 at 12:52 am
Hi,
Check the SMTP Relay Server Settings to which you are connecting.. There is a option in the SMTP Virtual Server to limit the connections and this is...
September 9, 2008 at 12:46 am
You can check this by copying the mdb to local drive and use Admin as username and see whether your linked server is working...
Thanks Glen for your inputs...
September 8, 2008 at 11:07 am
Hi,
You have not specified which SQL Server you are using... Anyways the method is same...
Hope you can go till create new linked server...
Now in the provider name...
September 8, 2008 at 10:43 am
I'm not sure whether this will help you... Just give a try..
For example take ASP as front end..
Declare two connection strings with one pointing to Old database and other...
September 8, 2008 at 9:31 am
Hi,
This piece may help you
-- Code to get SQL Server Version
-- Author : Sakthivel Chidambaram
-- History: Added 9 for getting SQL 2005, Add for SQL 2008 if...
September 8, 2008 at 9:14 am
Hi,
Go to Administrative Tools --> Component Services -> Computers and Right click My Computer and select Refresh all components and see whether you are getting Any Error...
September 7, 2008 at 10:56 am
Some useful links which i have regarding your query...
Using LOGNAME Parameter to get output from one time installation and later you can use them in your template.ini
http://www.devx.com/dbzone/Article/31648
Some experiences of Unattended...
September 7, 2008 at 10:07 am
Some more points adding to previous reply...
Database Snapshots are available from SQL 2005.
It is available only in Enterprise Edition.
Snaphshots will create Readonly database which cannot be UPDATED..
Database can be restored...
September 7, 2008 at 9:40 am
Ram, How about reply to other two questions? Also Maximum Memory Configuration is in SQL Server options and it is not Virtual Memory which you have given...
September 7, 2008 at 8:12 am
Hi Ram,
Is it a 64-bit server? Seems like HardTrim is happening because OS finds that Low memory condition.. Can you try below things?
1) Setting a limit for...
September 7, 2008 at 7:17 am
I guess you have already changed the authentication mode to SQL Server Authentication... So now you will not be able to login through Windows Authentication... So unless you get correct...
September 6, 2008 at 12:57 pm
Viewing 15 posts - 151 through 165 (of 208 total)