Viewing 15 posts - 31 through 45 (of 65 total)
Hi Tobe_ha,
that works great but I am ending up with the follwing
ProductLicense_Idn LicenseNumber
1 SYD12N - 1
2 toronto - 2
3 toronto - 3
4 AER45SF - 5
5 AER45SF - 5
6 AER45SF...
May 5, 2009 at 9:11 am
hmmm thats very intersting EdVassie
kind of defeats the purpose of removing BUILTIN\Admin from SSRS! I will have to test that in SQL 2005
March 24, 2009 at 4:30 am
For me personally I tried all these fixes mentioned and nothing worked arggh
In the end I sought professional advice (from a person who works on the Web services team)
A simple...
March 12, 2009 at 10:45 am
excellent, thanks for your speedy response
March 9, 2009 at 9:40 am
Mny thanks for all the responses everyone. This shows why its such a useful forum 🙂
I will investigate some of these comments and post up my results
January 30, 2009 at 2:05 am
graphical Plan attached. You need to rename .txt extension to .sqlplan
Thanks
January 29, 2009 at 9:41 am
I have pasted the query plan in. I have attach a text file. Would there be an improvement if perhaps I populated temporary tables with the funtion results and also...
January 29, 2009 at 9:07 am
Here are some of the functions
CREATE FUNCTION [dbo].[fn_Category]
(@JobID int, @Category varchar(500))
RETURNS bit
BEGIN
DECLARE @Rows int, @Found bit
SELECT @Rows = 0, @Found = 0
IF @Category IS NULL
SELECT @Found = 1
ELSE
BEGIN
SELECT...
January 29, 2009 at 8:09 am
This is a great article. I never clearly understood why I was getting the informational message in my SQL Error logs
"The SQL Network Interface library could not register the Service...
December 12, 2008 at 3:36 am
At the home level you can click properties and delete the BUILTIN Admins from the list. Also click on the Site Setting (top left) and the "Site Wide Settings" and...
October 30, 2008 at 11:58 am
An important point to note, if one publications fails with dodgy data then this affects the other Publications if using Shared Distributor! Is this alone a valid case for independent...
June 23, 2008 at 5:30 am
We never have more than two subscribers.
But we do have at least three Trans Publications per DB. And yes it can get confusing sometimes as you see the same Distribution...
June 23, 2008 at 4:53 am
hi ,
so you are saying go with the Shared distribution Agent?
June 20, 2008 at 8:54 am
I have just tested this and you do have to change the subscription manully to 'Queued' otherwise any updates to the subscribers dail with "Server not exists". You would expect...
April 29, 2008 at 7:43 am
Hi Steve, thank for the quick response. These are push subscriptions.
From what you have said, does this mean that updates to the subscribers will be queued by default if...
April 28, 2008 at 9:28 am
Viewing 15 posts - 31 through 45 (of 65 total)