Viewing 15 posts - 901 through 915 (of 1,366 total)
Got this message
C:\Program Files\Microsoft SQL Server\90\Shared>sqlbrowser.exe -c
SQLBrowser: starting up in console mode
SQLBrowser: starting up SSRP redirection service
SQLBrowser is successfully listening on ::[1434]
SQLBrowser is successfully listening on 0.0.0.0[1434]
SQLBrowser: failed starting SSRP...
June 28, 2010 at 1:59 am
Thanks for the reply,
I tried and got
C:\Windows\system32>net start sqlbrowser -c
The SQL Server Browser service is starting.
The SQL Server Browser service could not be started.
The service did not report an error.
More...
June 28, 2010 at 1:43 am
Check whether u have given the correct credentials..
June 24, 2010 at 1:56 am
Thanks steve for the quick response,
Some amount has been already deducted from my credit card..I think its the transaction charge..
June 23, 2010 at 4:34 am
Check for server trigger by running
SELECT *FROM sys.server_triggers
June 21, 2010 at 1:48 am
use DMV dm_db_index_physical_stats
http://msdn.microsoft.com/en-us/library/ms188917.aspx.
Gail have alredy given advise 😎
June 17, 2010 at 3:27 am
YA GOT IT
Inserted data by
USE EncryptTest
GO
OPEN SYMMETRIC KEY TestTableKey DECRYPTION
BY CERTIFICATE EncryptTestCert
INSERT INTO TestTable VALUES (6,
ENCRYPTBYKEY(KEY_GUID('TestTableKey'),'SIX'))
GO
June 16, 2010 at 5:09 am
Thanks for the reply.
I am able to ping the server without any issues...but still am getting the same error
June 16, 2010 at 1:53 am
Thanks for sharing the info 🙂
June 15, 2010 at 2:27 am
Hi Padlock,
SQL server doesnt support backward compatability..2008 R2 is a new realease just like 2000,2005 & 2008
June 14, 2010 at 5:52 am
U might look into DNS
June 7, 2010 at 3:44 am
As u said u just installed ...u can remoe and install again that the better way..
IF u have any data or changes..take backup of all database and do the above...
June 7, 2010 at 1:46 am
Error 1 means its not permissions..
R u trying to backup to remote machine or local??
June 4, 2010 at 6:20 am
Viewing 15 posts - 901 through 915 (of 1,366 total)