Viewing 10 posts - 91 through 100 (of 100 total)
Brad,
You've got it a little backwards. The dbo role is a predefined database role for each individual db that CANNOT be removed. The role maps to the db_owner rights. If...
September 11, 2007 at 7:14 am
You will probably need to change the identity that the Reporting Services service runs under to a domain account, and then create a login in SQL Server for that account...
September 7, 2007 at 9:14 am
You're going to need to write a VB macro or put a button on your sheet, something like that. The users would fill out specific cells with the values that...
September 5, 2007 at 2:18 pm
The other solution would be to write a custom aggregate using CLR code and then you could just select your aggregate function with a group by country. By doing this,...
August 31, 2007 at 7:54 am
Try this:
SELECT
SubsTrans.PubCode
, SubsTrans.[Update]
,sum(CASE when SubsTrans
August 31, 2007 at 7:38 am
The catalog will only list DB's for the user that is trying to query the linked server, so you may very well have a permissions issue. Make sure that the...
August 31, 2007 at 7:02 am
I assume that gf.periodo is a datetime field, yet you are only supplying a year / month construct. Could this be a part of the issue?
Jo - gf is defined...
August 30, 2007 at 2:44 pm
You need to query the underlying table to retrieve the year and populate the listbox. So you create parameter, and then set its datasource to be the query SELECT DISTINCT...
August 29, 2007 at 9:43 am
Thanks for the help everyone. Jeff Gray was correct. It ended up being a version issue. Applied SP4 (which we thought we already had) and issue was resolved.
February 5, 2007 at 6:46 am
Database is only partially replicated, so it can't be completely empty. The tables being replicated are being dropped and recreated. There are actually 4 articles, 3 of which are working...
February 2, 2007 at 6:17 am
Viewing 10 posts - 91 through 100 (of 100 total)