Viewing 15 posts - 646 through 660 (of 1,655 total)
I can't say I've seen that error, but the recommended way of managing SQL Server servcies is through the SQL Server Configurtion manager. If you use this utility do you...
November 21, 2008 at 2:48 am
There is no such build in role. The problem with your request is that you cannot create user-defined server roles. So you will end up with granting all kind of...
November 19, 2008 at 9:38 am
I don't know why there should be any problem adding the parameter. It's a standard parameter for replmerge.exe fully supported by MS.
November 19, 2008 at 4:30 am
patilharshalv (11/17/2008)
SQL Server evaluation period has expired.
and in some logs when the db was down I get the event log as
A page that...
November 17, 2008 at 8:26 am
patilharshalv (11/17/2008)
YES ..when I am trying to restart that I am getting that error
Yes what ??? You didn't answer any of my questions. Which service is having the problem, Which...
November 17, 2008 at 7:11 am
Is it just the SQL Agent which does not start or the SQL Server?
Under which account are you trying to start the service?
The most likely reason for such...
November 17, 2008 at 6:36 am
You can create you're own custom error using sp_addmessage. If you use the WITH LOG option the error is written to the SQL errorlog and the application log.
USE master
GO
EXEC sp_addmessage...
November 17, 2008 at 6:16 am
In your datasource for the report you can define how authentification is done. If you use the option "The credentials supplied by the user running the report", the user will...
November 17, 2008 at 6:03 am
charles (11/14/2008)
November 17, 2008 at 5:54 am
As long as you can connect with another login with sysadmin permissions you can use the ALTER LOGIN statement to change the password. If you don't have SSMS you...
November 17, 2008 at 5:42 am
If you're looking for a equivalent of the taskpad view in EM, there's a custom report you can add to SSMS.
See here for the download.
November 17, 2008 at 5:39 am
dakshinamurthy (11/17/2008)
ExchangeType value to 2 using User Interface for an existing subscriber or while creating a new subscriber, where in the data changes made...
November 17, 2008 at 4:37 am
If you search the web you will find hundreds of people which had or still have trouble running RS on Vista. Basically there are two type of issues you may...
November 17, 2008 at 4:26 am
Under which account are you running Report Services? Is it a local account or a domain account?
November 17, 2008 at 4:20 am
Viewing 15 posts - 646 through 660 (of 1,655 total)