Viewing 15 posts - 316 through 330 (of 567 total)
I heard a great joke for nerds (I was about to call it "nerd joke", but it's for nerds, not about nerds) this weekend:
Why do computer science majors always confuse...
June 3, 2013 at 10:55 am
dwain.c (6/2/2013)
I just wanted you to know that I am not trying to be rude by not letting you know if your suggestion worked.
I sent some suggested...
June 3, 2013 at 4:54 am
AndrewSQLDBA (5/28/2013)
I hope that everyone had a very nice weekend.
I am inserting rows from one database to another. The tables that I am using as the source, has...
May 29, 2013 at 11:01 am
AndrewSQLDBA (5/28/2013)
I hope that everyone had a very nice weekend.
I am inserting rows from one database to another. The tables that I am using as the source, has...
May 29, 2013 at 10:53 am
I think this has to do with the fact that the SQL Agent Service on SQL2 is running under the NT AUTHORITY\SYSTEM account, which is a local account. You should...
May 24, 2013 at 4:17 pm
This discussion reaffirms my conscious choice not to use BETWEEN in anything other than throwaway queries. It's a bit of syntactical sugar of dubious value - really, how much harder...
May 17, 2013 at 10:38 pm
Lynn Pettis (5/16/2013)
no, they derail my posts. The post is first and foremost for me, secondly for all others having same problem.
Yeah, Lynn, this is why we allow the original...
May 16, 2013 at 1:22 pm
Brandie Tarvin (5/16/2013)
The Dixie Flatline (5/16/2013)
WayneS (5/16/2013)
Chad Crawford (5/16/2013)
The Dixie Flatline (5/16/2013)
Not to mention alternate universes.But you just did.
Darn those picky details...
But I only mentioned it (that I know...
May 16, 2013 at 1:20 pm
Hugo Kornelis (5/15/2013)
It's interesting to see how different people have different opinions about BETWEEN. In my experience, this sometimes goes wrong...
May 15, 2013 at 2:01 pm
curious_sqldba (5/15/2013)
i can try to get the schema.In the meanwhile is there a better way to write this piece:
where Isnull(A.FPID, '') <> Isnull(V.FPID, '')
The logic embodied in that...
May 15, 2013 at 1:34 pm
opc.three (5/13/2013)
May 13, 2013 at 3:30 pm
opc.three (5/13/2013)
In SSMS, Query Window 1, run this:
USE YourDatabaseName;
DxROP TABLE dbo.StagingTable
CxREATE TABLE...
May 13, 2013 at 2:04 pm
opc.three (5/13/2013)
wolfkillj (5/13/2013)
Jeff Moden (5/10/2013)
wolfkillj (5/7/2013)
Phil Parkin (5/7/2013)
This is probably what you meant by "I can program the loading process in another way, I know." but to remove most of...
May 13, 2013 at 1:10 pm
Brandie Tarvin (5/13/2013)
wolfkillj (5/13/2013)
I couldn't use your sample data because the text file formatting seemed to be inconsistent from line to line
Exactly. If you check my first post, you'll see...
May 13, 2013 at 12:52 pm
Brandie,
I couldn't use your sample data because the text file formatting seemed to be inconsistent from line to line, so I made up my own. This solution assumes that...
May 13, 2013 at 11:35 am
Viewing 15 posts - 316 through 330 (of 567 total)