Viewing 15 posts - 8,206 through 8,220 (of 59,078 total)
p.s. And please provide answers to all of the questions I asked. All of them are important to this and the idea I have in my head to accomplish this...
December 4, 2019 at 2:43 pm
1) App team managed has to delete 1 million records, but when we trying to shrink the data file, the space is not getting released to OS. Why? how...
December 4, 2019 at 2:42 pm
sp_phelp_remove isn't a native SQL stored procedure. Please provide the code for it or we're just guessing.
December 3, 2019 at 10:16 pm
It would be of great benefit, like I said, to converse with the Developers of the code and see if you can find out how they're creating the values for...
December 3, 2019 at 10:07 pm
Thanks for the replies guys, I get s:\ and l:\ when I run those queries. I have already checked the default paths thats why this is so confusing to...
December 3, 2019 at 9:59 pm
Of course, you can do an immediate reseed to whatever number you want after that. Heh... and if you want the table to handle up to 4 Billion rows, start...
December 3, 2019 at 9:05 pm
I have a few servers where in my restore database dialog/wizard for some reason the default path to the files for "restore as" is missing the "\" for the...
December 3, 2019 at 5:16 pm
We combine OPENQUERY against a LinkedServer and it does appear to help performance quite a bit (especially when pointing at AS400s or IBM PowerSystems). I have no measured stats on...
December 3, 2019 at 5:13 pm
So periodically save the contents of sys.dm_exec_sessions to a table would be a good option?
I agree with John and will restate it... sys.dm_exec_sessions isn't the best idea by a...
December 3, 2019 at 4:27 pm
Shoot... I'm just happy to be on someone's list. 😀 😀 😀
I meet Steve and Grant before they knew how to spell RedGate. I don't remember exactly but it was...
December 3, 2019 at 4:22 pm
good evening
I need to migrate packages ssis 2008 to 2017
I am looking for a method to export my packages that are on the 2008 server
on the net I find...
December 3, 2019 at 4:16 pm
Query store capture long running query for last 1 hr period in following format
(@P1 bigint, @P2 bigint, @P3 bigint, ...@P120 )select Order_Id from Orders where item_Id in (@P1, @P2,...
December 3, 2019 at 4:10 pm
Thanks for the feedback. IIRC correctly, PureStorage also makes it pretty easy to add on later.
As a bit of a sidebar and especially with SSDs, I tend to "over-provision". It's...
December 3, 2019 at 3:57 pm
Are you going to have more than 2 million records in the table? If so, probably want that to be a bigint.
Heh... I know you meant BILLION...
December 3, 2019 at 3:53 pm
Event marketing and promotion
Reusable 2020 SQL Saturday in Los Angeles Event flyer (printer-friendly) in a Word format
Great and thoughtful idea, Steve, but I'm not sure what you mean by...
December 3, 2019 at 7:11 am
Viewing 15 posts - 8,206 through 8,220 (of 59,078 total)