Viewing 15 posts - 61 through 75 (of 389 total)
As a presenter, I absolutely HATE doing online presentations! There is no opportunity for audience feedback or questions. Similar to lectures or speeches, it's just me doing all the talking...
April 17, 2020 at 12:09 pm
My absolute favorite scene from that movie also contains my favorite quote from the movie. Here's a link to it...
Strange game. The only winning move is not to play.
April 1, 2020 at 12:07 pm
Doesn't this work only provided that the delimiter is a period?
March 24, 2020 at 12:15 pm
It seems so many vendor applications just demand dbo access to the database, if not SA rights to the instance.
I've dealt with applications like that. The developers are basically...
March 6, 2020 at 6:28 pm
My boss's problem with stored procs is, "Stored procedures are blind to the environment invoking them."
Isn't that true of any method? I thought that was the whole point of...
March 6, 2020 at 6:00 pm
I wish there were more of this. Was this a product of the company culture or just that department?
I'm not sure about the company, but it definitely was due...
March 6, 2020 at 2:50 pm
My arguments for using stored procedures is simple. Writing database manipulation code in C# is like writing a user-interface in T-SQL -- if it works at all, it doesn't work...
March 6, 2020 at 2:03 pm
As Jeff said, all was well covered while you were away, but we missed you all the same! I'm glad you got your much needed break, but I'm even more...
February 26, 2020 at 12:54 pm
That was awesome!! Have a Merry Christmas, Steve!
December 24, 2019 at 10:49 am
Option 1 works only if you replace the {} with [] as follows:
df.columns = ['BillMonth', 'InvoiceAmount']
December 18, 2019 at 4:38 pm
A nice reminder of how bitwise manipulation and checking work!
December 17, 2019 at 6:07 am
I don't understand. When I answered this question and selected "syntax error" I was notified that my answer was incorrect and the correct answer was "execution error" instead. Now the...
November 11, 2019 at 6:48 am
It's been a while since I've worked on SQL 2000 so I'm a bit rusty on what's allowable and what's not. I also realized that I couldn't set my 2017...
October 8, 2019 at 3:17 pm
damn, that scuppers that idea then.
as i have a problem that this might have been a solution for.
I believe that there is a solution. I'll need a bit of...
October 8, 2019 at 2:39 pm
Viewing 15 posts - 61 through 75 (of 389 total)