Viewing 15 posts - 6,346 through 6,360 (of 13,874 total)
rajemessage 14195 (11/12/2016)
initially some sequence is given to marble table, at that time glueid in marble table are kept null.
then one by one glue is attached to...
November 12, 2016 at 7:47 am
Dmitriy Burtsev (11/11/2016)
Somebody...
November 11, 2016 at 10:21 am
Dmitriy Burtsev (11/11/2016)
For production environment we prefer script solution to compiled executable.
SSIS packages are not compiled executables, they're just XML files.
November 11, 2016 at 6:56 am
Eirikur Eiriksson (11/11/2016)
😎
Not certain how to read these requirements.
I'm not sure for how many more years my marbles...
November 11, 2016 at 5:36 am
rajemessage 14195 (11/11/2016)
--All the marbles should be in order, Relating to the new attached glues.
You've told us that you have to write a proc and I'm guessing that you want...
November 11, 2016 at 5:35 am
oradbguru (11/10/2016)
Okay, that resolved that error, thank you. I am still getting the following error"Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '@DBName'.
Thank you,
David
OK, I think that...
November 10, 2016 at 11:58 am
For others' benefit, here's that image:
November 10, 2016 at 11:25 am
As the error message suggests, try changing this line
,'@DBName NVARCHAR(25), @BegDate DATE, @EndDate DATE',
to this
,N'@DBName NVARCHAR(25), @BegDate DATE, @EndDate DATE',
November 10, 2016 at 11:18 am
ShinyK (11/10/2016)
November 10, 2016 at 11:13 am
dndaughtery (11/10/2016)
November 10, 2016 at 8:07 am
Luis Cazares (11/9/2016)
Why do you want to create an SSIS package from Powershell?
Masochism? 😀
November 9, 2016 at 2:26 pm
Matt.Altman (11/9/2016)
haha wow. Thank you for catching that.
NP. Sometimes a fresh pair of eyes is all that's needed.
November 9, 2016 at 11:08 am
Matt.Altman (11/9/2016)
I have a stored proc I am trying to run but I am getting the error
"Conversion failed when converting date and/or time from character string"
The original table looks like...
November 9, 2016 at 11:02 am
reevesiii (11/9/2016)
Comments posted to this topic are about the item <A HREF="/articles/BIML/147945/">Stairway to Biml Level 6 - Programming with Metadata</A>
Thanks for the well-written article. I haven't used BIML for a...
November 9, 2016 at 5:44 am
Viewing 15 posts - 6,346 through 6,360 (of 13,874 total)