Viewing 15 posts - 18,241 through 18,255 (of 59,069 total)
Kenneth-1467 (2/29/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2016 at 8:46 pm
samuel.johnson (3/1/2016)
...since they must often be updated when new individuals are added to the records.
How often is "often"? I ask because I have a plan.
Also, is this for some...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2016 at 8:36 pm
WHug (3/1/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2016 at 8:15 pm
moid.hassan (3/1/2016)
Need an advice on rolling back the ETL load if anything fails.
I have a one truncate-and-load ETL process that runs every night, it first truncates the fact tables and...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2016 at 7:57 pm
TeknikServis27 (3/1/2016)
for example
SET LANGUAGE Turkish;
SELECT '2016' Company , [Ocak],[1],[Subat],[2]
FROM (
SELECT ISNULL(st.AMOUNT, 0) AS miktar,
DATENAME(mm, DATE_) AS ay,
...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 1, 2016 at 7:56 am
xsevensinzx (2/29/2016)
Jeff Moden (2/29/2016)
GeorgeCopeland (2/29/2016)
Earlier I said that professionalism can help with the easy-IDE problem. Newbie bashing is probably unprofessional.
Is the GUI/IDE a bad thing? No, but the posers,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 29, 2016 at 10:20 pm
patrickmcginnis59 10839 (2/29/2016)
Jeff Moden (2/29/2016)
patrickmcginnis59 10839 (2/29/2016)
Jeff Moden (2/27/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 29, 2016 at 5:49 pm
GeorgeCopeland (2/29/2016)
Earlier I said that professionalism can help with the easy-IDE problem. Newbie bashing is probably unprofessional.
I don't consider it to be "newbie bashing" and I'll go to the wall...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 29, 2016 at 5:45 pm
gary1 (2/28/2016)
I was able to get procedure name and its code (line 39). But my question is:
1. how to find what was running in SSMS using the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 29, 2016 at 11:03 am
patrickmcginnis59 10839 (2/29/2016)
Jeff Moden (2/27/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 29, 2016 at 10:41 am
gary1 (2/28/2016)
It's a vendor application and we don't own their code and the application update will happens through exe.
My main worry is to find out if...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2016 at 12:07 pm
Hugo Kornelis (2/28/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2016 at 8:47 am
Ed Wagner (2/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2016 at 7:55 am
gary1 (2/27/2016)
I was not running any queries in SSMS. We were running bunch of sql scripts which will do some updates (it's a vendor application, will get an...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 28, 2016 at 7:45 am
Outstanding article, Steve. I'd discuss it a bit more but, being a customer/consumer of software, I would tick off the whole world with my thoughts in this area, so...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2016 at 7:34 pm
Viewing 15 posts - 18,241 through 18,255 (of 59,069 total)