Viewing 15 posts - 1 through 15 (of 130 total)
Thanks for the reply. There was data for the dates. What I ended up doing is similar to using a temp table in a way. I didn't use the...
July 15, 2015 at 6:49 am
I'm sorry for the error in the topic heading. It should read ...integrated with Sharepoint 2010.
May 18, 2015 at 8:52 am
On SQL Server 2005, sp3, standard ed, 32bit instance I created the linked server to a SQL Server 2012, sp1, standard ed, 64bit instance. The link is SQL Server type,...
March 19, 2015 at 9:30 am
THere are no scheduled tasks on the server at the times we receive the login failure. No SSIS packages, no SQL Agent jobs at these times either. I don't...
March 17, 2015 at 2:28 pm
Can you explain the obsfuscated de-obfuscated a little more? How can I tell where this login attempt is coming from? The last 3 days the timing of it...
March 16, 2015 at 11:36 am
Awesome, that works too. I thought that it should be able to make the conversion from varchar to datetime, but just couldn't get the syntax.
Thanks very much.
October 2, 2014 at 1:41 pm
The field is coming in from another source that has all fields as varchar. I used this from your example to change getdate to char and it works good...
October 2, 2014 at 10:28 am
Thanks very much, that worked.
June 25, 2014 at 1:22 pm
I tried that but still had the error. So I commented out the first filter line assuming the last one covered it as well.
--exec sp_trace_setfilter @TraceID, 10, 0, 7,...
December 19, 2013 at 9:27 am
Additional information, I meant to say that the trace is filtered on a single user login.
Thanks again.
December 19, 2013 at 7:17 am
Was this ever solved? I have the same problem. My goal was to schedule a trace to run at a certain time. I created the trace and exported...
December 19, 2013 at 7:13 am
How do you make that mapping? Is it part of the script to create the link? report is a user login on both servers with the same password....
November 22, 2013 at 6:53 am
This worked, I had to add an else and end and it worked like I needed.
SELECT ID,
MAX( CASE WHEN Name = 'Description' THEN Type...
September 11, 2013 at 6:23 am
That's about all I have to work with. I didn't see how to do it but was hoping someone else could.
Thanks though.
June 10, 2013 at 3:09 pm
The results I'm trying to get are:
proc_id dtime proc_num result
70360 ...
June 10, 2013 at 2:30 pm
Viewing 15 posts - 1 through 15 (of 130 total)