Viewing 15 posts - 8,881 through 8,895 (of 59,078 total)
When the infrastructure team patches windows server and reboots, I would like to have a solid checklist of things which should be done to say 'sql server and databases...
August 7, 2019 at 4:45 pm
And use try..catch
I hear a whole lot of people making that recommendation. Try/Catch is usually not necessary, especially in the presence of SET XACT_ABORT ON, which will auto-magically produce...
August 7, 2019 at 4:21 pm
No, Jeff, an identifier is by its very nature measured on a nominal scale. It is not an interval scale. It is not a ratio scale. It is not...
August 7, 2019 at 2:54 pm
Jeff,
I spent the last 2 days or so on the first article. I got about half way through. I think I understand the concept. One part I couldn't figure...
August 7, 2019 at 2:09 pm
In doing further (and better) research on this today when it happened, the head blockers are executing a stored procedure that updates a table.
If it's a joined update, please...
August 6, 2019 at 8:03 pm
in VS - yes we can use the variables to replace with the appropriate database name - This can be done on the synonyms so we can still avoid...
August 6, 2019 at 7:49 pm
From the Article:
Triggers are not allowed in our production environment...
Heh... I realize that a lot of folks abuse triggers and write horrible trigger code but flat outlawing such an incredibly...
August 5, 2019 at 5:24 pm
I take it you never need to make copies of prod then or, perhaps, you use the same method to make such copies? There's just no way that I'd allow...
August 5, 2019 at 3:33 pm
For ad hoc stuff, I don't use a programmatic method to commit or rollback. Someone at one of the companies I used to work for did such a thing. There...
August 5, 2019 at 3:29 pm
Are we talking about front end code or stored procedures here? And, please pardon my ignorance of VS. I've never actually used it.
August 5, 2019 at 2:19 pm
I haven't used the MERGE statement since I got burned many years ago doing a
WHEN NOT MATCHED BY SOURCE THEN DELETE
As it turns out, you end...
August 5, 2019 at 2:04 pm
We once used to utilizing them, but with the advent of database projects in VS, we abandoned them again from our development. This due to the reason, that VS...
August 5, 2019 at 2:00 pm
Synonyms can be useful for whomever created them, but confusing for others who stumble across them by accident. It depends on the purpose, but I prefer views instead.
Interesting. I've...
August 5, 2019 at 1:58 pm
p.s. Two of the better articles in this world on what APPLY does can be found on Paul White's "author" page. He has some other helpful articles there, as well. ...
August 5, 2019 at 12:10 am
1. In the second block of code, the SELECT statement has a column called value. But the table that was created in the first block of code doesn’t have...
August 4, 2019 at 11:43 pm
Viewing 15 posts - 8,881 through 8,895 (of 59,078 total)