Viewing 15 posts - 1,126 through 1,140 (of 11,678 total)
PB_BI (1/20/2015)
Or you could download and install Classic Shell and get your start menu back😀
That's only for quitters 😀
January 20, 2015 at 3:07 am
balasach82 (1/20/2015)
Yes :-). Obviously the final option is that.Now, I am wondering if SSDT was installed. I checked and IS service is running.
Installing Integration Services does not install SSDT.
You explicitly...
January 20, 2015 at 2:55 am
When you check for content of your own website, you get 0% unique content because it finds of course your website.
(and Comic Sans MS?)
January 20, 2015 at 2:54 am
Gaaaah, I forgot to tick one of the options.
MOAR caffeine!
January 20, 2015 at 2:52 am
On my system, SSDT is located here:
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe"
I would just add a shortcut on the desktop and pin it to the taskbar.
January 20, 2015 at 2:45 am
BWFC (1/20/2015)
I'm prepared to be corrected though.
No need, the correct answer is actually not so correct 🙂
January 20, 2015 at 2:44 am
Try typing SQL in the search of the start and see what pops up.
It's pretty annoying when you have multiple SQL versions and you need to find out which Management...
January 20, 2015 at 2:40 am
Richard Warr (1/20/2015)
I thought it was 10^38 - 1 which works for a DECIMAL(38,0) type. That's a much bigger number than the BIGINT type gives you.
You're correct. There's an issue...
January 20, 2015 at 2:38 am
balasach82 (1/20/2015)
January 20, 2015 at 2:04 am
Maybe the test script should have created a table with an identity column of numeric(38,0), instead of numeric(17,0).
Hence, the "correct" answer is incorrect.
(I though I was losing my sanity here...
January 20, 2015 at 1:10 am
Yeah, that is correct.
You should create some configurations and assign values to them.
In VS, you can switch between configurations using the dropdown.
To be honest, I haven't done this for SSRS...
January 20, 2015 at 12:51 am
anthony.rooney (1/19/2015)
Here is what appears to filter as expected.
In DataSet properties Filter I added in the Expression field =IsNothing(Fields!myField.Value)<>TRUE. Changed type to Boolean, Operator to "=" and Value =true.
Remarkabily...
January 20, 2015 at 12:49 am
In the data set, the option query type must be set to Text.
Then click Query Designer, which will open the query editor, where you can edit the text.
January 19, 2015 at 3:15 pm
Luis Cazares (1/19/2015)
You could also build your own solution using a cursor and...
January 19, 2015 at 1:38 pm
Alvin Ramard (1/19/2015)
Koen Verbeeck (1/19/2015)
However, looking at the first...
January 19, 2015 at 1:33 pm
Viewing 15 posts - 1,126 through 1,140 (of 11,678 total)