Viewing 15 posts - 1,771 through 1,785 (of 2,356 total)
For the Pittsburgh SQL Saturday, one of the most popular tracks is the "So you wanna be a DBA"?
We geared this toward students(we host it at a tech school) and...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
June 6, 2016 at 11:39 am
Steve Jones - SSC Editor (6/1/2016)
SSMS is decoupled from SQL. You need to install that separately.
That was the issue. Figured that out about 2 seconds after I hit "post"
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
June 1, 2016 at 8:58 pm
Steve Jones - SSC Editor (6/1/2016)
Phil Parkin (6/1/2016)
2016 RTM is available on MSDN ...
Downloaded and desktop upgraded just fine. This desktop has now gone from CTP3 -> RC0 -> Rc1...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
June 1, 2016 at 7:22 pm
TomThomson (6/1/2016)
Grant Fritchey (6/1/2016)
jasona.work (6/1/2016)
When you're reading something, think of something (maybe related, maybe not) that you want to look up, and in the time it took...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
June 1, 2016 at 12:30 pm
From what you describe, this sounds like a very poor usage of an inline function.
Is this what you are doing:
SELECT
field,
field,
...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 26, 2016 at 2:38 pm
dwilliscp (5/26/2016)
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 26, 2016 at 2:16 pm
Here is your code formatted so that we can read it.
-- used in where clause later
DECLARE @LastRunDate DATETIME;
SET @LastRunDate = (
SELECT LTRIM(RIGHT(Comment, LEN(Comment) - CHARINDEX(':', Comment))) AS LastStatusUpdate
FROM VendorComments
WHERE...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 25, 2016 at 2:35 pm
Can you post the execution plan?
Can you provide some sample data and the table definitions?
See the link in my signature on how to do that.
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 25, 2016 at 2:21 pm
Lowell (5/23/2016)
same issue, hardcoded code to three part naming conventions.
it's been a while, but i obviously made sure...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 23, 2016 at 2:04 pm
Ed Pollack (5/20/2016)
Michael L John (5/20/2016)
N_Muller (8/6/2014)
I didn't mean a "permanent" in-memory table, but a table variable, which is in-memory. The advantage of the table variable is that it...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 20, 2016 at 1:06 pm
GilaMonster (5/20/2016)
Ed Wagner (5/20/2016)
ON the SQL Saturday topic, the rumor is that a Detroit one will hopefully be scheduled for February 2017. I hope you can make it.
And further...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 20, 2016 at 1:04 pm
sql-lover (5/20/2016)
Lynn Pettis (5/20/2016)
sql-lover (5/20/2016)
TheSQLGuru (5/20/2016)
sql-lover (5/20/2016)
TheSQLGuru (5/19/2016)
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 20, 2016 at 1:02 pm
Ed Wagner (5/20/2016)
Steve Jones - SSC Editor (5/20/2016)
Never made the event in Atlanta. I'd like to, but timing seems to fail. My middle kid graduates tomorrow, so no can do.
Congratulations...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 20, 2016 at 12:47 pm
N_Muller (8/6/2014)
I didn't mean a "permanent" in-memory table, but a table variable, which is in-memory. The advantage of the table variable is that it is kept within scope, so...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 20, 2016 at 12:44 pm
Brandie Tarvin (5/17/2016)
The most interesting line of the article (IMHO) is "The test was particularly difficult...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
May 18, 2016 at 8:44 am
Viewing 15 posts - 1,771 through 1,785 (of 2,356 total)