Viewing 15 posts - 20,461 through 20,475 (of 59,072 total)
I don't even know how to spell "SSIS" but let me bump this for you. Everyone keeps telling me how easy SSIS is so this should be an easy...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 6:07 pm
The more I see about XE, the less I like it.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 6:02 pm
j-1064772 (6/3/2015)
No need to respin the same wheel over and over again.
]
BWAAA-HAAAAA!!!!! If that were true, there would be no use for forums at all because everything that can be...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 6:01 pm
Shifting gears a bit... constantly recalculating that which will not change seems very expensive to me (in this case). Why not make another smaller table with the start and...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 5:53 pm
HelloHai (6/4/2015)
Yes i want all columns from invoice table,
You query has no limiting criteria on either the invoice or customer table which means that the best you can do...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 5:24 pm
lenrigby (6/4/2015)
I used Colin's code to give me what I needed and it ran on average 3 mins duration per folder of 500k files. This was...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 4:04 pm
Leo Peysakhovich (6/4/2015)
But why temp tables were analyzed the way it should not be used. It is very bad way to...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 1:51 pm
raimon.tadya (6/4/2015)
I have a query that Im using to calculate cumulative balances for Balance Sheet accounts and I need the script to be able to calculate the cumulative balance...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 9:27 am
Shifting gears a bit...
Have any of you ever used a CTP of SQL Server to power your real production databases? Personally, I think such a thing would be insane.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 9:22 am
manub22 (6/4/2015)
The currently released version of SQL Server 2016 is CPT2, where you can only export SQL table rows in JSON string format.
I've put this in a blog post...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 9:20 am
manub22 (6/4/2015)
This feature is coming...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 8:57 am
pdanes (6/3/2015)
Mode con works, Format-Table -wrap still truncates. Thank you both.
You bet. Thanks for the feedback.
What I don't like about PoSh output is that it will vary the width...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 8:54 am
citrowske (6/3/2015)
they are just providing us one nightly full backup and trans log backups every 15 minutes through our sftp site.
It doesn't sound to me like you need any type...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 4, 2015 at 8:41 am
Learner44 (5/30/2015)
here is what I got,
use AdventureWorks2012
CREATE TABLE tbl
([MemberCode] int, [ClaimID] int, [StartDate] date, [EndDate] date, [CaseDate] date);
INSERT INTO tbl
([MemberCode],...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 10:55 pm
dbodell (6/3/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2015 at 10:32 pm
Viewing 15 posts - 20,461 through 20,475 (of 59,072 total)