Viewing 15 posts - 17,116 through 17,130 (of 59,067 total)
Luis Cazares (8/1/2016)
UPDATE [MEMBER].[IMP_MEMBER_INT]
SET
[ContactLastName] = CASE WHEN...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2016 at 5:50 pm
Luminary1975 (8/3/2016)
The reason I'm asking is I appear to have the correct cumulative fix applied and I just got a deadlock on a temp. table... :crying:
Now THAT'S a horse of...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2016 at 5:01 pm
Luminary1975 (8/3/2016)
Thanks for your reply, but I don't believe the cause in the article is clear.
This issue occurs because the two sessions that are used to execute the stored...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2016 at 3:31 pm
Luminary1975 (8/3/2016)
Can anyone explain this issue in any more detail? Is it just an issue with Lock Manager or is it an issue with tempDB.
I cannot believe that there is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2016 at 8:46 am
Smendle (8/3/2016)
Jeff Moden (7/20/2016)
Smendle (7/20/2016)
Jeff Moden (3/4/2016)
John Mitchell-245523 (3/4/2016)
REVERSE the string, use SUBSTRING, and then REVERSE it again.John
Got code?
Something like this?
With MyCTE(val)
AS
(
SELECT '9.0.0832.1032' UNION ALL --need to get the 32...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2016 at 8:37 am
michael.lock@aer.ca (8/2/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2016 at 8:45 pm
CELKO (8/1/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2016 at 8:43 pm
Steve Jones - SSC Editor (8/2/2016)
Yes, and it's a fraction of the total posts each day. While it seems like a lot if you get the emails, it's not
It may...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2016 at 8:24 pm
As a bit of a sidebar, I think that any system that allows for the use of a password "in the clear" is a really bad idea no matter the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2016 at 5:49 pm
Luis Cazares (8/1/2016)
Use the SSIS syntax.
DATEADD("dd", DATEDIFF("dd", (DT_DATE) "1900-01-01", GETDATE()) - 1, (DT_DATE) "1900-01-01")
Or, use a stored procedure to do the actual work and have SSIS call it. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2016 at 5:11 pm
tariq (8/1/2016)
Can user login to SQL Server using machine name instead of user login ID? I can create login with us\machinename$ but cannot get into SQL Server.
I seriously consider never...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2016 at 5:10 pm
Eirikur Eiriksson (8/1/2016)
Quick question, have you set the TFs 1117 & 1118?😎
Setting TF1118 is cool but setting TF1117 comes with some serious problems if you have partitioned tables that use...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2016 at 5:06 pm
So... Like I said... "Nukes". 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2016 at 4:35 pm
Unless you can guarantee that tables will be split across multiple separate physical spindles, splitting up an MDF file may actually slow things down even worse than they are now....
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2016 at 4:34 pm
mbrady5 (8/1/2016)
Thanks for the reply. I created what I was looking to do.
What method(s) did you use?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2016 at 4:18 pm
Viewing 15 posts - 17,116 through 17,130 (of 59,067 total)