Viewing 15 posts - 7,966 through 7,980 (of 13,882 total)
Your Dev db is on the same instance as the Prod db? If yes, that's the first best practice to apply: don't do this!
October 30, 2015 at 5:34 am
yb751 (10/29/2015)
Ed Wagner (10/29/2015)
yb751 (10/29/2015)
I was thinking about unleashing it but then I...
October 29, 2015 at 9:30 am
SUBSTRING(AutoScore,1,4) == "APP1" --> APP1 output
SUBSTRING(AutoScore,1,4) == "APP2" --> APP2 output
...................
October 29, 2015 at 8:14 am
APP1 data should be directed to the APP1 output, and so on for APP2 ...
October 29, 2015 at 8:11 am
Jayanth_Kurup (10/29/2015)
its a fairly common requirement and has been asked bfeore , you could start here , the main thing is to use the script task within the dft.http://www.sqlservercentral.com/Forums/Topic628424-147-3.aspx
Common requirement...
October 29, 2015 at 7:19 am
October 29, 2015 at 5:30 am
celine.godines (10/29/2015)
October 29, 2015 at 4:43 am
samot-dwarf (10/29/2015)
I miss a link to tip #1 and #2 (or a parent page with all SQL Prompt hints linked)
Try this.
October 29, 2015 at 4:07 am
celine.godines (10/29/2015)
I am doing some data gathering before 'the real deal', I am not a wiz on SQL, manage my way around but that's pretty much it, hence the use...
October 29, 2015 at 4:05 am
J Livingston SQL (10/29/2015)
see this article and read the comments from Jeff at the bottom of the article
Excellent link and way too many Jeffs getting involved there!
October 29, 2015 at 3:59 am
Alan.B (10/28/2015)
October 29, 2015 at 1:50 am
And here is part 2 again, for those people who prefer their SQL formatted 🙂
declare @object_name sysname
,@object_id int
,@SQL nvarchar(max);
select @object_name = '[' + object_schema_name(o.object_id) + '].['...
October 29, 2015 at 1:28 am
revanappa.shivanagi (10/29/2015)
Thanks Phil,I cant do find/replace 500 times.That why I am Searching for is there any way to Skip the case sensitivity in SSIS.
No.
Now I suggest you change your...
October 29, 2015 at 1:24 am
Don Shoemaker (10/28/2015)
October 28, 2015 at 11:28 am
celine.godines (10/28/2015)
All customers have different products and different Names/Values... (and not always 2 products and 6 names, it will varies)
I...
October 28, 2015 at 11:25 am
Viewing 15 posts - 7,966 through 7,980 (of 13,882 total)