Viewing 15 posts - 8,386 through 8,400 (of 59,091 total)
Not sure in this case but I'd be tempted to say that the LOGO database is corrupt or actually. First thing I'd do is execute DBCC CHECKDB on it to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 3:24 pm
You're already on one of the greatest projects there is. Start answering questions on the these forums. You won't find a broader range of real life problems to solve anywhere...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 3:05 pm
I've been cycling to work, 5 miles each way, for over 17 years now, and I feel about it all the ways you talk about your running. Five miles...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 3:03 pm
BWAAAA-HAAA-HAAAA!!!! I LOVE the cartoon! Thanks for the great laugh!
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 2:56 pm
Suppose you have column ID in table T. Try the following:
Select ID, CAST(ID as Varbinary(255)) as Hex From T.
I find this to be sufficient in almost every case (and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 2:32 pm
Hi,
just take a look to dbatools.io.
With a few commands you are able to copy database, jobs and logins from server a to server b.
It is realy simple.
Kind regards,
Andreas
If you're...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 1:41 pm
Shifting gears a bit, have a look at the original post on the following thread (no need to pile on.. I'm just confused) ...
The OP posted this early on...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 6:20 am
Thank you for the thoughtful reply. Indexes can be a load of "fun", especially when they belong to 3rd parties that have such things a VARCHAR(1) and other datatype attrocities.
You...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 12, 2019 at 4:52 am
@JeffModen,
Okay, I know it took longer than expected, but I finally got my hands on the code that updates that table. Here's the process. Once a record has been...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2019 at 9:07 pm
To help resolve this problem across the board, for all your queries, you really need to re-cluster the CommoditySupplier table. This is a classic case of the "default clustering...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2019 at 4:23 pm
Hi Jeff ,
I'm using SQL Server 2012. I just need to split the values and bring in a select statement. I don't want to insert them anywhere.
The see...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2019 at 4:10 pm
Prior to doing a fail over, see if there are any Killed/Rolled Rollbacks.
If there are, I'd say there's a 99.5 % chance that you've been bitten by a problem with...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2019 at 4:04 pm
Yes, you can do it using something like VirtualBox on your PC - but you'll need to have plenty of RAM and spare disk space. There are various...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2019 at 3:45 pm
Hi Jeff ,
I'm using SQL Server 2012. I just need to split the values and bring in a select statement. I don't want to insert them anywhere.
The see the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2019 at 3:12 pm
Hi Guys ,
I have column with Values like 1111\123132\34342323\1212. I used the above code to split it . But this doesn't work. The code returns blank. Can you please...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2019 at 1:54 pm
Viewing 15 posts - 8,386 through 8,400 (of 59,091 total)