Viewing 15 posts - 8,371 through 8,385 (of 8,753 total)
Cannot consider bit to be an integer datatype, more like a flag, kind of "fingers or no fingers" instead of "how many fingers".
๐
DECLARE @FIRST_BIT BIT = 1;
DECLARE @NEXT_BIT ...
May 6, 2014 at 3:26 am
nonghead-webspam (5/2/2014)
I'm trying to create an expression for a flat file connector connection string. I'm in SSIS 2008. here's the code:
"G:\Operations\DATA\SSIS\AST\" +@[User::FileName_Prefix] +
@[User::FileName_Region] +
@[User::FileName_Timestamp] +
".txt"
Almost there, just missing...
May 6, 2014 at 2:05 am
First a quick question, why the dirty read (READ UNCOMMITTED)?
Without more information such as execution plans, view code, schema structure etc., it is hard to tell what the problem is.
๐
May 6, 2014 at 1:50 am
Thank you for this William, very useful!
๐
May 5, 2014 at 11:06 pm
Take a look at this article, Script to create dynamic PIVOT queries in SQL Server[/url]. It should have what you need.
๐
May 5, 2014 at 10:39 pm
Good question, thanks!
Did think a bit for a second:-D
May 5, 2014 at 10:18 pm
I ponder on these things every day, WYPIWYG (what you pay is what you get), ROI, TCO.....and far too often the cheap option is the first option. Cutting corners to...
May 5, 2014 at 4:10 pm
Good question, thanks!
Made me think a bit ๐
May 5, 2014 at 3:58 pm
ScottPletcher (5/5/2014)
May 5, 2014 at 3:53 pm
Iยดm not certain that you are on the right track here with the Execute SQL Task, it has no means of accessing the Excel spreadsheet other than OPENROWSET or such....
May 5, 2014 at 3:26 pm
Further on what Koen said, you will have to test explicitly for the existence of the config file, common method is to have a variable with lets say 0 value...
May 5, 2014 at 3:08 pm
Good stuff!
IIF is supported in Sql Server 2012 and later, my guess to aid portability from Access:-D
Good luck
๐
May 5, 2014 at 2:48 pm
kiasystemsoft (5/5/2014)
HiI can not speak English well
Around here you only need to speak some SQL, post some example data and we will help you!
๐
May 5, 2014 at 2:20 pm
jdasilva (5/5/2014)
I've played around with Access and SQL statements for some time, not a master by any means, but the data I am storing has gotten to the point...
May 5, 2014 at 1:57 pm
Viewing 15 posts - 8,371 through 8,385 (of 8,753 total)