Viewing 15 posts - 5,431 through 5,445 (of 6,486 total)
SQL Noob (12/17/2007)
Matt Miller (12/15/2007)
December 17, 2007 at 8:10 am
Simon -
there are 2 sites that get created in an SSRS setup. One is the "Report Manager virtual directory" and one is the "Report Server virtual directory". the...
December 17, 2007 at 7:51 am
Installing Enterprise will upgrade the standard edition. Enterprise should cover both instances.
December 17, 2007 at 7:33 am
Don't double-post.... It doesn't serve any real purpose, other than perhaps frustrating the regulars....
Thread to be continued over here:
http://www.sqlservercentral.com/Forums/Topic433813-338-1.aspx
December 17, 2007 at 7:30 am
Since you're in 2005 - you should look up the PIVOT syntax. It should get you started.
December 17, 2007 at 7:20 am
That will only work for one month of data. if the table has more than one month - you need to add to the group by.
This won't scale well, because...
December 15, 2007 at 10:01 am
Unless I skip that part in BOL, 1433 is not a telnet port, so telnet is going to fail....telnet is a specific application - so trying to get SQLserver to...
December 15, 2007 at 8:38 am
here's a thread on the MS forums that ought to help...
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=949426&SiteID=1
Edit: I see adam already posted this... Anyway - you should probably look at the middle where they tabl about...
December 15, 2007 at 8:32 am
It's a strange combination. Yesterday I found myself accessing a 2005 server through QA (looking for stuff as you just were), and doing a lot of modification to...
December 15, 2007 at 8:19 am
of course - leave it to a C# programmer to re-rewrite the form, when he gives you the simplest solution in the first paragraph of his description (i.e. run query...
December 14, 2007 at 8:11 pm
it's gone - it's been replaced by the filter in object browser.
However - all is not lost... Here's a neat little trick...
http://www.codeproject.com/KB/database/SqlObjectSearch.aspx?print=true
December 14, 2007 at 7:56 pm
to follow on to Jeff's questions:
- Do you want to STORE just one instance of the combined row, or do you want to DISPLAY the combined "table" even if...
December 14, 2007 at 7:16 pm
When you look under the services in the control panel, do you have SQL services listed? Since there seems to be a SSEE instance loaded, and that it's loaded...
December 14, 2007 at 7:06 pm
Remember - it's fairly easy to attach a database under an entirely different name than what the files are created. Chances are - this is attached to your production...
December 14, 2007 at 6:52 pm
I hate to say this - but (and I don't know HOW you would have this) are there NULLs in your identity field? It's not supposed to be possible,...
December 14, 2007 at 5:09 pm
Viewing 15 posts - 5,431 through 5,445 (of 6,486 total)