Viewing 15 posts - 21,331 through 21,345 (of 59,072 total)
grovelli-262555 (3/6/2015)
How about not pumping anything into SQL Server and do all the processing and output in Access?
That's what I said in my previous post. 😉
But, my goal isn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2015 at 5:52 pm
I other words, multiply hours * 60 and then do a DATEADD(mi, to that.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2015 at 3:07 pm
ericwenger1 (3/5/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2015 at 2:54 pm
sqlfriends (3/6/2015)
Size is about 6 GB.
We have another department needs our data for...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2015 at 2:50 pm
In a word, no. Not in SQL Server itself. Lots of code out there, though.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2015 at 2:37 pm
GARY lAUNDRY (3/6/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2015 at 2:33 pm
Heh... fine for others but, when I'm interviewing someone, I actually do want them to tell me something other than a general process because I want someone that has actually...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2015 at 2:28 pm
eashurak (3/6/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2015 at 2:23 pm
I'm not so sure that I'd use Access to pump a spreadsheet into SQL Server when SQL Server can do it just fine but, sure, it could also be done...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 6, 2015 at 2:19 pm
jdbrown239 (3/5/2015)
The Paul White post is great! I learn something every time I post in this forum. I am going to setup a test using your example with...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2015 at 9:13 pm
Alan.B (3/5/2015)
Chris, Jeff...If I understand the OP correctly, they could not solve this problem with ISNULL or COALESCE alone because of the awkward data type requirement.
Let's review the requirement...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2015 at 4:11 pm
jdbrown239 (3/5/2015)
Thanks AlanWhat is the syntax for make_parallel() ?
It's all in the article. Click on the differently colored "make_parallel" in Alan's post. It's a link to the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2015 at 4:00 pm
And to add to what Alan said, I wouldn't do such a thing on any given day. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2015 at 3:55 pm
Tim Walker. (3/5/2015)
I have been trying to work out whether this thread is useful to me in a business context.But is it a straight yes or no?
😉
Heh... "It Depends". ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2015 at 11:44 am
nilesh_dalvi (3/4/2015)
Can we create the Partition on Existing Table?e.g Create table t ( col1 number(10,0), Col2 Varchar(10)) ;
After the table Creation can we alter the table to partition the table.
The...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 5, 2015 at 8:52 am
Viewing 15 posts - 21,331 through 21,345 (of 59,072 total)