Viewing 11 posts - 76 through 86 (of 86 total)
ok that's fine, but can you advise on my original point?
What to do with the NDF which contains the 1GB?
How do I restore the MDF to what it was?
Do I...
April 2, 2013 at 9:59 am
Hi Gail,
Thanks for replying.
Yes, sorry I knew log was in different filegroup - typo.
I have a warehouse server (2k8) with limited space available on one drive.
Used 99GB out of 100GB...
April 2, 2013 at 5:44 am
anthony.green (3/12/2012)
http://msdn.microsoft.com/en-us/library/aa964128%28v=sql.90%29.aspx
Around half way down is this sub heading "7. Add a drill-through action on the...
March 1, 2013 at 8:25 am
You could try a derived table expression using the WITH construct, something like:
WITH <table> AS
(SELECT ....
)
SELECT
.....
where...
February 27, 2013 at 9:41 am
You have a few options generally, although I'm not entirely sure what you're trying to achieve.
a) add computed columns to your T-SQL statement
...
February 27, 2013 at 7:55 am
... or failing the in-house resource, assuming you have some capital, then Dundas is very powerful
February 27, 2013 at 7:46 am
Forget all that. Do it in-house like I did! 🙂
February 27, 2013 at 7:44 am
Check SSRS setup in
Programs -> Microsoft SQL Server XXXX -> Configuration Tools -> Reporting Services Configuration Manager
Check Web Service URL and Report Manager URL
Also,...
February 27, 2013 at 7:39 am
I'll second that. All that's required is to add the extra fields you need into your SELECT and GROUP BY clauses, assuming you have JOINed to the relevant tables.
February 27, 2013 at 7:27 am
You need to jointly consider conflicting permissions as well as any DENYs.
Firstly, establish if your login/account is a member of other windows group logins.
The lowest privilege level will be the...
September 19, 2011 at 6:06 am
Viewing 11 posts - 76 through 86 (of 86 total)