Viewing 15 posts - 9,196 through 9,210 (of 11,676 total)
SSAS developer:
someone who creates SSAS cubes (including DMVs and dimensions).
Probably able to write DMX.
If you are looking for to apply for a job with the description of SSAS developer and...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 14, 2011 at 12:06 am
sandhya.kacham 94098 (7/13/2011)
Please Reply me with all the possibilities.
ALL the possibilities?
So also "hire a consultant to do it for you"? π
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 11:57 pm
bob 38390 (7/13/2011)
Koen Verbeeck (3/15/2011)
A tutorial:You would be surprised what results you'll get when you search google with "erwin tutorial".
.
Why can't people just post a link without the snarky attitude?
Why...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 2:33 pm
You can read the contents of the file and use a Recordset destination to store it into an object variable.
Then you can use a ForEach Loop that uses an ADO.NET...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 6:49 am
Brandie Tarvin (7/13/2011)
NO!!!!!!! Say it ain't so!!!We can't have that, so I shall promptly distract you from On Topic with this random link:
http://www.cnn.com/2011/WORLD/europe/07/13/uk.phone.hacking.scandal/index.html?hpt=hp_t1
Interesting article π
But I had already heard that...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 6:26 am
cengland0 (7/13/2011)
http://msdn.microsoft.com/en-us/library/ms189629.aspx
States, "Affinity support for servers with 33 to 64 processors...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 6:22 am
As it can become quite a long binary string, you can also try converting the image to a hash value, which allows easier comparison:
WHERE HASHBYTES('MD5', cast(ImageColumn1 as varbinary(MAX)))
= HASHBYTES('MD5', cast(ImageColumn2...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 6:04 am
Gianluca Sartori (7/13/2011)
Here he goes again.I didn't notice it from the start.
Funny. π
Which actually brings this thread back on topic! :w00t:
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 5:51 am
Gianluca Sartori (7/13/2011)
ALZDBA (7/13/2011)
Koen Verbeeck (7/13/2011)
Gianluca Sartori (7/13/2011)
Crystal ball needed here. I forgot mine at home. π
I handed him "a" solution. And that he doesn't complain, he got *exactly* what...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 3:23 am
Phil Parkin (7/13/2011)
Here is more detail. Some superb new features.
Oh crap. I had already trouble putting all the new features of CTP1 into a hourly session.
How am I supposed to...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 3:00 am
If you can install 3rd party components, try the following:
http://www.sqlis.com/post/file-watcher-task.aspx
It is much easier to configure than the WMI Event Task.
And yes, your package needs to be running, but an idle...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 2:54 am
Here you can find a presentation I recently did on SSIS Denali at the Belgian CommunityDay:
http://www.communityday.be/data/PPT/Whatβs%20new%20in%20Denali%20SSIS.zip
The subtitle is conveniently: The Undo Feature and Much More π
And indeed, very exciting shizzle...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 2:49 am
To take an interview or to give an interview?
To take: if you have enough experience it won't be a problem. If there's something you don't know or didn't do, just...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 2:46 am
Gianluca Sartori (7/13/2011)
Crystal ball needed here. I forgot mine at home. π
I handed him "a" solution. And that he doesn't complain, he got *exactly* what he asked for! π
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 2:42 am
Here you go:
SELECT 'Employee1' AS [Employees], 'Car' AS [ModeOfTransport]
UNION ALL
SELECT 'Employee1', 'Bus'
UNION ALL
SELECT 'Employee1', 'Train'
UNION ALL
SELECT 'Employee2', 'Car'
UNION ALL
SELECT 'Employee2', 'Bus'
UNION ALL
SELECT 'Employee3', 'Train'
UNION ALL
SELECT 'Employee4', 'Car'
UNION ALL
SELECT 'Employee4', 'Bus'
UNION...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
July 13, 2011 at 2:40 am
Viewing 15 posts - 9,196 through 9,210 (of 11,676 total)