Viewing 15 posts - 4,816 through 4,830 (of 11,678 total)
kalikoi (9/19/2013)
composed a udf that returns the csv
DECLARE @StartTime TIME(0) = '00:10'
DECLARE @EndTime TIME(0) = '01:40'
DECLARE @MinutesToAdd INT = 5
DECLARE @RunningTime...
September 19, 2013 at 12:35 am
Very similar to the question a few days ago, but a bit harder.
Really nice question, thanks.
September 19, 2013 at 12:30 am
Stefan Krzywicki (9/18/2013)
SELECT * INTO #A1 FROM Table
SELECT * INTO #B1 FROM #A1
in production code? #A1 & #B1 are also never defined...
September 18, 2013 at 1:41 pm
tester123 34641 (9/18/2013)
is there a prerequisite exam for 70-461 that must be taken first ? I work in the field already and use SQL extensively I feel that I can...
September 18, 2013 at 1:39 pm
In Report Manager, right click on the report and choose Manage.
Go to data source and verify if credentials are entered.
September 18, 2013 at 1:36 pm
clark.adamj89 (9/18/2013)
Think that's going to be...
September 18, 2013 at 6:38 am
Personally I like printed books the most. Nothing beats the actual touch and feel of an actual book. (and you can kill flies with it!)
It's also easier on the eyes...
September 18, 2013 at 6:00 am
In SSAS Tabular yes, because that's an entire in-memory solution.
I'm not sure you can get the entire SSAS cube into cache with SSAS multidimensional:
http://richardlees.blogspot.be/2011/12/why-doesnt-ssas-cache-entire-cube.html
September 18, 2013 at 5:12 am
The Visual Studio reporting solution belongs to Visual Studio, the development environment. It is not deployed to the server.
You can however download the .rdl file, and add it to a...
September 18, 2013 at 4:54 am
If the user almost always wants data at the transaction level, why build a cube in the first place? Cubes are designed to give fast aggregation results, but they are...
September 18, 2013 at 4:34 am
September 18, 2013 at 3:05 am
Please do not crosspost.
It wastes peoples time and fragments replies.
Original thread can be found here:
http://www.sqlservercentral.com/Forums/Topic1495763-3411-1.aspx
September 18, 2013 at 2:44 am
Please do not crosspost.
It wastes peoples time and fragments replies.
Original thread can be found here:
http://www.sqlservercentral.com/Forums/Topic1495763-3411-1.aspx
September 18, 2013 at 2:42 am
Please do not crosspost.
It wastes peoples time and fragments replies.
Original thread can be found here:
http://www.sqlservercentral.com/Forums/Topic1495763-3411-1.aspx
September 18, 2013 at 2:42 am
naresh.d14 (9/17/2013)
I am having a problem while using Lookup...
September 18, 2013 at 2:40 am
Viewing 15 posts - 4,816 through 4,830 (of 11,678 total)