Viewing 15 posts - 1,381 through 1,395 (of 2,356 total)
September 21, 2018 at 7:45 am
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???
September 20, 2018 at 1:01 pm
September 20, 2018 at 12:55 pm
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...
September 19, 2018 at 2:26 pm
We have a couple of problems. I've looked closely at the...
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...
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...
September 19, 2018 at 1:27 pm
Defensive Database Programming
And, did you look on this site?
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...
September 18, 2018 at 6:55 pm
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 ...
September 14, 2018 at 8:54 am
September 14, 2018 at 8:51 am
Viewing 15 posts - 1,381 through 1,395 (of 2,356 total)