Viewing 15 posts - 481 through 495 (of 2,010 total)
When you originally install SQL server, where did it install from? perhaps it's looking for the original MSI? I've seen issues where a custom installer was used and...
March 25, 2010 at 7:40 am
Here's a script that will do what you want to do. In my test code I had to turn off your FK check to insert the sample data, you...
March 25, 2010 at 7:18 am
You could provide this functionality a number of different ways. IF you actually want the users to use Visual Studio, just install the client tools from your SQL Server...
March 25, 2010 at 7:01 am
Check out the following section from BOL http://msdn.microsoft.com/en-us/library/ms159236%28SQL.90%29.aspx
The pertinent part is about Published reports which is what you seem to be asking about... Basically they are stored in the Report...
March 25, 2010 at 6:46 am
CirquedeSQLeil (3/24/2010)
Jack Corbett (3/24/2010)
WayneS (3/24/2010)
Jack Corbett (3/24/2010)
March 24, 2010 at 2:18 pm
WayneS (3/24/2010)
Jack Corbett (3/24/2010)
March 24, 2010 at 1:32 pm
I decided not to use Chrome due to some issues with some of the language in the EULA revolving around usage rights of my private data and their storage and...
March 24, 2010 at 12:56 pm
Sam, my understanding, though I've never done this is that you can make it work, but it will change the size of every multiselect drop down for every report, not...
March 24, 2010 at 12:43 pm
It is perhaps possible your boss is referring to this BOL http://msdn.microsoft.com/en-us/library/ms345184%28SQL.90%29.aspx
However it seems to involve creating the jobs on the remote servers and running them from a parent SSIS...
March 24, 2010 at 11:24 am
Alvin Ramard (3/23/2010)
Ok, new subject.Anyone in here use Windows Home Server? If so, would you recommend it?
Not yet but I'm planning to install the eval on an old machine...
March 24, 2010 at 6:33 am
Tom Brown-169591 (3/24/2010)
I've noticed some renaming of users has gone on while I...
March 24, 2010 at 6:31 am
Hey Barry glad to see you up and around and that it seems like the operation was a success.
-Luke.
March 24, 2010 at 6:25 am
Glad that worked for you
Cheers,
-Luke.
March 24, 2010 at 6:07 am
I suppose that all depends on what you mean by "proper indexes". Are you looking for a list of indexes on all tables? Are you looking for indexes...
March 23, 2010 at 2:12 pm
Make sure you are returning the value True or False not the string "True" or "False" in your expression (or the other way round I forget which one it wants)....
March 23, 2010 at 12:58 pm
Viewing 15 posts - 481 through 495 (of 2,010 total)