Viewing 15 posts - 8,881 through 8,895 (of 59,067 total)
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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.
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2019 at 11:43 pm
Excellent post, Steve. What we need now is someone that's an expert in QA or an expert system designer to provide people that write requirements with knowledge and techniques the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 4, 2019 at 10:09 pm
A much better idea is to find out why the batch job is taking 7 hours. Is it actually because this stored procedure taking 7 seconds? While that may certainly...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 7:52 pm
This is a duplicate post. Please use the following link to get to the duplicate and the answers. No posts on this link, please. It will only dilute the information...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 5:16 pm
Sorry, I didn't read which forum it was from.
I end up having that same problem. I did the very same thing yesterday.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 3:48 pm
Unfortunately, this is a 2008 forum and so the IIF functionality will need to be converted to CASE statements if you're truly using 2008.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 2:39 pm
Thanks Jonathan for the query... 🙂
Output data is coming correctly but is it possible to get output data into corresponding pivoted columns.
I attached sample data in excel for better...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 2:27 pm
I think that Jeff has covered most of the salient points involved with using synonyms. I have used them for everything allowable, including stored procedures. We had a routine...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2019 at 2:14 pm
Viewing 15 posts - 8,881 through 8,895 (of 59,067 total)