Viewing 15 posts - 1 through 15 (of 5,101 total)
It has become a "thing". The Net/Ops groups for a lot of companies are responsible for all of that.
And, no... I'm not saying that's a good thing. 🙁
I know...
December 17, 2024 at 10:13 am
I've been using MSSQLOLEDB since at least VS 2016, so no, that's isn't the problem. Plus VS 2022 is 64 bit. If MSSQLOLEDB isn't working, I would suggest you haven't...
December 12, 2024 at 3:19 pm
Both SQLNCLI11 and SQLOLEDB are deprecated/discontinued. Have you tried using a modern driver like MSSQLOLEDB?
December 12, 2024 at 2:08 pm
You can also make use of Project/Package Parameters and link their values to the configuration you are working in within VS. Coincidentally, I wrote something for Phil on this...
November 20, 2024 at 2:49 pm
Deploying to your production environment is no different to your development one; you can do this from your project in Visual Studio. Why do you feel it would be different?
November 18, 2024 at 2:11 pm
(Somehow, I posted this in the Fantasy Football topic...)
I think that shows you how burned out you still are. 😉
I read a couple of Steve's posts about it last...
November 12, 2024 at 2:59 pm
So, did anyone here get burned by the Cloudstrike debacle Friday?
We didn't but a couple vendor did. But, afterwards I was surprised one had suffered the outage when I...
July 22, 2024 at 4:02 pm
Seems like you could achieve this with a couple of CTEs. I assume that the value of T_date
could differ, hence why I use window aggregation functions rather than non-windowed....
April 5, 2024 at 10:13 am
Create a calculated variable to hold the SQL statement you need
"Select * from BIG_view where Value_Date = '" + @ValueDate + "'"
Wouldn't it make more sense for the...
February 6, 2024 at 2:27 pm
So is this view using linked server queries? If so, that could well be the real problem, as such queries can often be slow, especially if the server running the...
February 6, 2024 at 12:27 pm
SSDT, which is just database projects (now) is installed via the installer. Open the Visual Studio Installer and then modify your Visual Studio Install to add "Data storage and processing"...
February 5, 2024 at 4:43 pm
That's not possible. Old systems are shut down unfortunately.
Then, hopefully, someone can power them back on and get the keys back.
January 31, 2024 at 5:06 pm
That's not possible. Old systems are shut down unfortunately.
Then, hopefully, someone can power them back on and get the keys back.
January 31, 2024 at 5:00 pm
That's not possible. Old systems are shut down unfortunately.
Then, hopefully, someone can power them back on and get the keys back.
January 31, 2024 at 4:59 pm
You've not provided an error and you've posted enough posts here to know we have some expectations of your post. There's nothing in your post we can use to help you...
January 15, 2024 at 9:05 am
Viewing 15 posts - 1 through 15 (of 5,101 total)