Viewing 15 posts - 1,381 through 1,395 (of 2,356 total)
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/
September 21, 2018 at 7:45 am
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/
September 20, 2018 at 1:53 pm
You do realize that this is a 4 year old thread, and the OP has not been active for 2 years???
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/
September 20, 2018 at 1:01 pm
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/
September 20, 2018 at 12:55 pm
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/
September 20, 2018 at 12:25 pm
This is not a good idea. It's a very bad use of a trigger.
I would create a "queue" table, and in the trigger, insert into that. I would...
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/
September 19, 2018 at 2:26 pm
We have a couple of problems. I've looked closely at the...
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/
September 19, 2018 at 1:44 pm
I love it when developers need to do some sort of update on a lot of rows, such as re-calculating the price of something, and they put a one row...
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/
September 19, 2018 at 1:33 pm
This looks like a place to start
str = str & "AND (NOT (LP.EffDate IS NULL)) "
How about
AND LP.EffDate IS NOT NULL
And, why are you...
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/
September 19, 2018 at 1:27 pm
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/
September 19, 2018 at 7:38 am
Defensive Database Programming
And, did you look on this site?
https://www.sqlservercentral.com/Books/
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/
September 18, 2018 at 8:25 pm
Sergiy - Tuesday, September 18, 2018 6:17 PMI understand why you used geospatial data for mapping.
I don't understand - why Azure?
Azure...
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/
September 18, 2018 at 6:55 pm
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/
September 14, 2018 at 12:58 pm
[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SqlServer.Smo") | Out-Null
$a = New-Object Microsoft.SqlServer.Management.Smo.ScriptingOptions
$DateTime = (Get-Date).ToString("yyyyMMdd-HHmmss")
$instanceName = "$(ESCAPE_SQUOTE(SRVR))";
$instanceName = $instanceName.Replace("\","$")
$directory_location = "H:\SQL_Backups" + $instanceName + "\Objects"
new-item ...
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/
September 14, 2018 at 8:54 am
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/
September 14, 2018 at 8:51 am
Viewing 15 posts - 1,381 through 1,395 (of 2,356 total)