Viewing 15 posts - 3,016 through 3,030 (of 6,041 total)
Matt Miller (#4) (1/8/2016)
Eric M Russell (1/7/2016)
... I saw was of a press conference where the upper management of VW seems to indicate that the software developers on the project...
January 8, 2016 at 11:10 am
After successfully logging in, check the SQL Server Logs for any out of the ordinary events ocurring around the same time as your initial slow login. Also, consider using SQL...
January 8, 2016 at 10:57 am
Two common and simple patterns for inserting rows into TableA from TableB where the rows don't already exist in TableA.
INSERT INTO TableA ( id, a, b, c )
SELECT id, a,...
January 8, 2016 at 8:00 am
We also use PSExec using either Execute Process task or a WScript. However, I would suggest avoiding any workflow that involves running remote processes, because it's a weak point of...
January 8, 2016 at 7:52 am
The best tool for creating tables from a logical model is an experiened database developer who knows what a clustered index and foreign key are and how to use them....
January 8, 2016 at 7:41 am
When deleting or updating a set of rows based on IDs derived from other related tables, it can be helpful, for both performance and readability reasons, to first select the...
January 7, 2016 at 3:41 pm
Are the newer, digital, internet enabled back boxes really more "advanced" ?
My assertion is that the older analog devices are probably more reliable and less prone to data hacking,...
January 7, 2016 at 11:29 am
Yes, data buffers allocated by SSIS during execution consume memory separate from that reserved by SQL Server, which is why it's reccomended that SSIS be installed on a separate server.
January 7, 2016 at 11:23 am
Here you appear to be selecting TOP X rows without an explicit sort order. I'm assuming that ORDER BY (SELECT NULL) is essentially nullifying the sort order, which could potentially...
January 7, 2016 at 9:57 am
PGardocki 10922 (1/7/2016)
"offer of money, promotion, or sex coming from upper management."Damn, I am asking the wrong questions at the job interviews...;-)
No, you don't bring THAT up in an interview....
January 7, 2016 at 8:52 am
Querying and managing XML data is a topic for which I don't get exposure to in my day to day job, and it's a bit of a struggle to switch...
January 7, 2016 at 8:44 am
swoozie (1/7/2016)
January 7, 2016 at 8:34 am
If I were on that VW software team, I'd approach the CEO without an appointment, turn in my resignation, and then demand a special $500,000 severance package... with the agreement...
January 7, 2016 at 8:25 am
... I saw was of a press conference where the upper management of VW seems to indicate that the software developers on the project decided to alter the software...
There...
January 7, 2016 at 7:32 am
neomerdien (1/6/2016)
January 6, 2016 at 3:23 pm
Viewing 15 posts - 3,016 through 3,030 (of 6,041 total)