Viewing 15 posts - 9,961 through 9,975 (of 11,676 total)
The wildcard functionality is available in the For Each Loop, so you can look into that.
The For Each loop also allows you to store the filename of the file it...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 5:12 am
Do you have an idea why the original problem occurred?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 5:01 am
With the same method. Create another variable that will hold the final result.
Set the property EvaluateAsExpression of that variable to true, and then create an expression similar to the one...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 4:56 am
Regarding the datetime variable:
you can use an expression on the variable to set it's value.
Set the property EvaluateAsExpression of the variable to true.
Then create an expression for the variable, where...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 4:54 am
dba.varun.in (3/3/2011)
yes...what you said is correct.Please look the data,you will understand.REgards
Varun R
Allright, I took a long hard stare at the example, and I finally noticed the running total.
Here's the article...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 3:26 am
LexusR (3/3/2011)
bulk insert into FlatBuffer ...
and parsing into tables
if Object_ID('tempdb..#F1') is not null drop table #F1
if Object_ID('tempdb..#F2') is not null drop table #F2
if Object_ID('tempdb..#F3') is not null drop...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 3:21 am
dba.varun.in (3/3/2011)
I had a table which contain customerID,Invoice,TotalPayment...
In this Result amount s obtained by TotalPay-Invoiceamount,out of TotalPay is changed after each row is
completed.
If I understand it correctly, Result...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 2:46 am
Sorting the way you provided is not possible, since the one with 2.5 clearly doesn't belong there.
However, if it was just a typo on your part, you can just store...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 2:08 am
Good question Jamie.
I got it correct because I found your issue on Connect:
(I voted on it)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 2:04 am
How do you mix a star schema with a snowflake schema?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 1:54 am
KrishnaChaitanya (3/2/2011)
Hi,That solved my problem. Thanks for the simple solution :-).
Cheers,
Krishna Chaitanya
No problem, glad to help.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 12:17 am
According to various sources, you can't connect with SSIS 2008 to SSAS 2000.
The suggested alternatives are;
* create a DTS package to process the cube and run this DTS package from...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 3, 2011 at 12:14 am
Jeff Moden (3/2/2011)
Thanks for the feedback, folks. Simple 2, 3, or 4 part splits seem to come up a lot. What'cha figure? "SQL Spackle" article worthy?
Sure. At...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 2, 2011 at 11:53 am
CirquedeSQLeil (3/2/2011)
Koen Verbeeck (3/2/2011)
I could deduce the correct answer since I ran the query on my development machine.
Not all results were zero and the columns aren't nullable, so...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 2, 2011 at 11:49 am
What are you using to bulk insert the data.
One solution (and there will probably be more) is the following:
use SSIS with a .NET script task (or just build a .net...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 2, 2011 at 7:15 am
Viewing 15 posts - 9,961 through 9,975 (of 11,676 total)