Viewing 15 posts - 8,311 through 8,325 (of 59,072 total)
While I agree that Access has some connection limitations, I wouldn't by any means say that it's "a one file solution, designed for a single user with a desktop". I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2019 at 6:26 pm
Great, works like a charm!
Thank you Jeffrey and Jeff.
FWIW:
IF EXISTS keeps returning an error (SS 2008 R2),
DROP SYNONYM sBewoners, does not.
Swapping the view Clients (I prefer to distinguish names...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2019 at 2:33 pm
I have to ask... what are you pasting the code from?
Jeff, I copied it from SQL studio to notepad and then here. I'm not sure why it...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2019 at 12:53 pm
No problem... Here's the code (below) to build a simple table with 1,000 accounts of 10,000 rows each of constrained random data for a total of 10 million rows. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2019 at 6:03 am
I have to ask... what are you pasting the code from?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2019 at 2:50 am
I do have a way to avoid that problem that will blow the doors off of most other methods for calculating running totals but it does take a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 20, 2019 at 2:48 am
I'm 7 years late but that last bit of sample code is referencing a non-existent field SomeVal instead of RowNum created in the table just prior 🙂
Heh... and I'm...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 7:45 pm
Jonathan, Drew and ZZartin,
Wow, that was fast!
Thank you very much. The 2nd method provides me with what I need.
Phil...
Be careful here. It looks to me that the CROSS APPLY...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 7:31 pm
Just remember that the YYYY-MM-DD formats aren't actually followed as ISO in SQL Server even though it is a valid ISO format. For example, if you set the language =...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 7:20 pm
Thanks Scott. Will look into this.
J.
If you used a synonym instead of a view, it would be even easier because you could read what it was pointing at from...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 7:17 pm
Awesome! I think you're the first person I've talked to that's actually using it for something that I think it's useful for. As soon as you said that you work...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 7:07 pm
Heh... I just let the alerts fly... it's a great monthly test/confirmation for the alerts and the jobs that some of them run. The auditors love it because it shows...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 2:45 pm
You allow an app to write files to your SQL Server? I don't allow that. It have people write their files to a different box and then give SQL Server...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 2:39 pm
I've been highly inactive for like a year it seems, but here is my input.
I am still 100% invested in Azure Data Warehouse and Azure Data Lake Store with...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 2:33 pm
Uh... I just noticed... the first script doesn't even report sizes... so I'm confused as to what you found the problem to actually be.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 2:26 pm
Viewing 15 posts - 8,311 through 8,325 (of 59,072 total)