Viewing 10 posts - 1 through 10 (of 10 total)
Thanks for the answer. So I don´t need to install Reporting Services on the nodes in the cluster and the reporting databases is in the cluster? Correct?
August 23, 2011 at 6:57 am
I want to have my Database Engine on the cluster and Reporting Service on the Remote Server. So I want my application to have the Database Engine on the cluster...
August 23, 2011 at 1:18 am
No I meen a remote server, separated from the cluster, with SQL Server installed.
August 22, 2011 at 8:10 am
Thank you all for your replays I have now solved it on both ways
Trigger way
CREATE TRIGGER [dbo].[reminder2]
ON [dbo].[my_table]
AFTER INSERT, UPDATE
AS
IF (SELECT COUNT(*) FROM inserted WHERE my_column = 'XX')...
September 1, 2010 at 7:20 am
Our system print errorcods in a table and I want a mail when we get this errorcods in the database
It is a user database and a user table holding errorcods...
August 31, 2010 at 6:13 am
Thank you Ten.
It works fine.
I´m not a good programmer, so how will I do if I just want a message when, for example, a number 1 is inserted in...
August 31, 2010 at 1:29 am
June 21, 2010 at 2:54 am
Isn´t it possible to create a comma-separated file from a query. I can create a file with this query
DECLARE @cmd VARCHAR(2048)
SET @cmd = 'OSQL -Stest\SQLSERVER2005 -dtest -E'
...
November 25, 2008 at 6:24 am
Thanks for the answer but if you set the model database in simple mode can I change some of my user database to be in full mode and some still...
February 7, 2008 at 6:27 am
Viewing 10 posts - 1 through 10 (of 10 total)