Viewing 15 posts - 136 through 150 (of 288 total)
John Mitchell-245523 (8/9/2013)
Did you follow the link I posted to watch the video? You need to use DAC.John
Not yet.. still reviewing the posts.
August 9, 2013 at 7:21 am
Erland Sommarskog (8/8/2013)
1) There are simply too many active users.
2)...
August 9, 2013 at 7:20 am
GilaMonster (8/8/2013)
GilaMonster (8/8/2013)
What version of SQL, what processor architecture, how many cores?The DAC connection requires a sysadmin, not necessarily SA, so you should be able to use that to connect.
When...
August 9, 2013 at 7:11 am
IT will not allow us to use the SA account, so there is no way.. that I know of .. to get into the server when it is effected. Once...
August 8, 2013 at 8:05 am
Unable to log into the server and ...
SQL Server Alert System: 'Out of Workers' occurred on <Server Name>
DATE/TIME:7/17/2013 8:53:43 AM
DESCRIPTION:New queries assigned to process on Node 0 have not...
August 8, 2013 at 8:02 am
Louis and Chris thanks for your help! 🙂
August 7, 2013 at 9:20 am
The query gave me a multi-part error on Base.Post_DM
I changed it to the following:
;WITH base AS (
SELECT Max_DM = MAX(post_dm) FROM ztb_forecastable_metrics_hist
)
SELECT
post_dm -- etc
FROM ztb_forecastable_metrics_hist
WHERE post_dm...
August 7, 2013 at 8:33 am
Luis Cazares (8/6/2013)
If you give us more information on your query, we might suggest something different, but to solve...
August 7, 2013 at 7:12 am
Ok.. good point on the testing for removed 'review' check (it is a bit column). I was trying to isolate the trigger stamping .. since it is so critical to...
July 29, 2013 at 9:20 am
Oooo so close...I tried to add an 'ELSE' statement to remove the stamp.. if the App has set 'Review' to 0 or NULL, but got the following error:
Msg 4104, Level...
July 29, 2013 at 8:46 am
I didn't try to log in from the server.. but the SQL server log did not have anything at all in it.. for the time in question. The same is...
July 29, 2013 at 7:46 am
This effects all the SQL server jobs connecting to this server, and all users connected. So for users we have both Management Studio, and .Net Apps.
July 26, 2013 at 1:03 pm
Great.. how would this work with an insert? Would it execute? If so how would we wrap this in an IF statement to only run when updating the row.. not...
July 26, 2013 at 12:58 pm
Ok, thanks. Since it fixes the multi-row failure.. then how would I put in a IF statement to only execute if the record being written contains a data change in...
July 26, 2013 at 12:37 pm
Date7/25/2013 8:41:00 PM
LogJob History (Refresh BOR Table)
Step ID1
ServerNDCASPSQLP03
Job NameRefresh BOR Table
Step NameRun New SSIS Package
Duration00:00:06
Sql Severity0
Sql Message ID0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted0
Message
Executed as user: <Domain>\<user>. Microsoft (R) SQL Server...
July 26, 2013 at 12:19 pm
Viewing 15 posts - 136 through 150 (of 288 total)