Viewing 15 posts - 6,841 through 6,855 (of 13,876 total)
VastSQL (8/7/2016)
Phil Parkin (8/7/2016)
VastSQL (8/7/2016)
Column_nameTypeLength
AGENT_ID float8
AGENT_CODEnvarchar510
ENGnvarchar510
we have a procedure which is the one that will be accessing this table by the column AGENT_CODE, the table...
August 7, 2016 at 7:18 am
VastSQL (8/7/2016)
Column_nameTypeLength
AGENT_ID float8
AGENT_CODEnvarchar510
ENGnvarchar510
we have a procedure which is the one that will be accessing this table by the column AGENT_CODE, the table is having a...
August 7, 2016 at 6:55 am
Hugo Kornelis (8/5/2016)
drew.allen (8/5/2016)
I'm getting frustrated. http://www.sqlservercentral.com/Forums/Topic1807080-391-1.aspxDrew
Edited to place the bold tags outside of the url.
Interesting topic. Thanks, Drew - I weighed in with my two cents (and probably...
August 5, 2016 at 12:52 pm
drew.allen (8/5/2016)
I'm getting frustrated. http://www.sqlservercentral.com/Forums/Topic1807080-391-1.aspxDrew
And here's that link again, for those who don't want to open up a blank screen :w00t:
http://www.sqlservercentral.com/Forums/Topic1807080-391-1.aspx
August 5, 2016 at 12:14 pm
PSB (8/5/2016)
Can anyone help me with the last condition ?IF from #Table1 , getdate() between startdate and enddate , then use (Cumulative) value where TimeOfDay = Getdate()
TimeOfDay looks like a...
August 5, 2016 at 11:51 am
PSB (8/5/2016)
--Please help.
Thanks,
PSB
What is your question?
August 5, 2016 at 10:22 am
Aaryan (8/5/2016)
I have two tables. table 1(source) and table 2(destination),They tie out in most months but not for 3 months, How to figure out the root cause…
Rerun the...
August 5, 2016 at 10:21 am
Eirikur Eiriksson (8/5/2016)
Does ring a bell, isn't there a solution/Project wide security settings? (don't have BIDS/SSDT on the mobile)😎
Both the project and its packages have 'ProtectionLevel' attributes, which SSDT generally...
August 5, 2016 at 8:41 am
how do I at then end of the view , where you have there where
Can you clarify what you mean by this?
August 5, 2016 at 8:02 am
OK, good stuff.
Create two package-scoped INT variables: RowCount and ErrorRowCount (say). Initial value should be 0 for both.
Add two rowcount transformations in your data flow: one on the 'good' path...
August 5, 2016 at 7:26 am
Xavier LAURENT (8/5/2016)
I am intereted in this subject too. I found many examples of .NET applications using Google Spreadsheet but was unable to make them work with BIDS...
August 5, 2016 at 6:32 am
ThomasRushton (8/5/2016)
Brandie Tarvin (8/5/2016)
So I'm importing my outlook...
August 5, 2016 at 6:28 am
There is a way to do this, assuming a specific clustered index can be added to the table. It relies on the infamous 'Quirky Update':
USE Testing;
GO
IF OBJECT_ID('dbo.RentGrowth', 'u') IS NOT...
August 5, 2016 at 6:24 am
frdrckmitchell7 (8/5/2016)
Yes, I think so. Checked the unicode check box in SSIS
If you uncheck it, what happens?
August 5, 2016 at 5:47 am
Viewing 15 posts - 6,841 through 6,855 (of 13,876 total)