Viewing 15 posts - 8,956 through 8,970 (of 11,676 total)
There isn't an out-of-the-box function for that, but this blog posts suggests an implementation:
http://sqlblog.com/blogs/adam_machanic/archive/2006/12/18/medians-row-numbers-and-performance.aspx
But it seems the next version of SQL Server, code named Denali, will have something that resembles...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 23, 2011 at 7:06 am
Nice question, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 23, 2011 at 1:06 am
Easy question, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 23, 2011 at 12:56 am
Phil Parkin (9/21/2011)
Koen Verbeeck (9/14/2011)
Phil Parkin (9/14/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 21, 2011 at 11:46 am
Excellent question, thanks!
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 21, 2011 at 3:23 am
You can do it in SSIS by putting a Data Conversion component that converts the strings to int.
Map the error rows to a derived column that replaces the strings with...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 20, 2011 at 6:03 am
Nice question, thanks!
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 20, 2011 at 5:22 am
Nice question, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 19, 2011 at 6:17 am
Nice question, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 19, 2011 at 6:05 am
CozyRoc (9/14/2011)
Koen Verbeeck (9/14/2011)
brodak (9/13/2011)
did you get an answer for this?
The only real limition is the size of the machine's memory (RAM) where the package is running on,...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 15, 2011 at 12:33 pm
sqlfriends (9/14/2011)
Running in design time will result in using the connections from the connection manager rather than you file.
Running any package...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 14, 2011 at 12:28 pm
Allright, a picture says more than a thousand words. See the file in attachment.
It is a screenshot of the validation messages when I open a package. (apparently, in this case,...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 14, 2011 at 12:11 pm
Grant Fritchey (9/14/2011)
I'm tasked with writing another article. This one is all about the scary,...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 14, 2011 at 11:57 am
Phil Parkin (9/14/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 14, 2011 at 11:49 am
sqlfriends (9/14/2011)
When you open your package in visual studio, it will look for package configurations and configure your connection managers if the package configurations are found.
This means that design time...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
September 14, 2011 at 11:48 am
Viewing 15 posts - 8,956 through 8,970 (of 11,676 total)