Viewing 15 posts - 346 through 360 (of 59,048 total)
If you would post the code you're using, perhaps we could solve all of your problems with a bit of a magic temporal formula that doesn't rely on any settings...
September 27, 2024 at 3:26 am
Thanks a lot Drew.
It works perfectly
I think you may have a larger issue on your hands... It's a really bad idea to store temporal data as strings.
September 27, 2024 at 2:31 am
You'll probably need to look at Task Manager or Resource Monitor to figure out exactly what software is being executed there. Do you have an infrastructure team that might know?
September 27, 2024 at 2:25 am
A million likes on that reply, Steve.
Thanks. I learned this at Redgate, where we had like 5 web frameworks at one point and realized that it took weeks...
September 21, 2024 at 5:27 pm
I think it is a typo, they probably meant to type '-- = inv.tblSoftware'
Which would mean that inv.tblSoftware is just a comment for clarity, describing something about the insert...
September 21, 2024 at 5:09 pm
First, I hope that you're taking a final full backup followed by a "Tail Log" backup to properly shut down a database prior to drop it.
As for determining if the...
September 21, 2024 at 4:40 pm
I don't understand what you need to do. I presume that you don't want to union all query 1 with query 2. Do you need to left outer join...
September 21, 2024 at 12:55 pm
We have a third part software and looking at some of their SQL we found this
INSERT INTO tblSoftware ( Inventory , Software, [Name] , Manufacturer , [Language] , [...
September 21, 2024 at 12:24 pm
hi one of the forums i use is specifically for netsuite.
To be clear, do you mean the forum is on this SQLServerCentral site? If so, could you provide a...
September 21, 2024 at 12:09 pm
September 21, 2024 at 3:24 am
Last night I spent 45 minutes composing a complicated question here. When I finished I started the review, and then Chrome, crashed. Thanks, Chrome. This isn't the only time...
September 20, 2024 at 9:26 pm
...
I've sat in management meetings where people have expressed frustration that people don't auto-magically know stuff and that surely something is common sense. The people outside of the...
September 20, 2024 at 3:21 pm
I've into the questions posed here many times. That's why I'm so careful at interviewing my future employers. 😀 😀 😀
To Steve's point, you should eventually get well-practiced enough to...
September 18, 2024 at 7:23 pm
September 17, 2024 at 5:32 am
Is your friend using THROW along with a check on the number of transactions to force a ROLLBACK. Also, is your friend using SET XACT_ABORT ON as a setup step...
September 17, 2024 at 5:29 am
Viewing 15 posts - 346 through 360 (of 59,048 total)