Viewing 15 posts - 1 through 15 (of 345 total)
Awesome! That fixed it. Thanks again for the help.
September 11, 2015 at 2:02 pm
Ah. I see now. duh. I wrote this code a month or so ago. I will test. thanks.
September 11, 2015 at 1:59 pm
If this isn't the line I am suppose to add then what is?
EXEC sp_trace_setevent @TraceID, 41, 10, @on
It's option 10 which is what I added - RPC:Completed. And that...
September 11, 2015 at 1:38 pm
I have a simple ssis/bids package that connects to my server using the user's id/pwd. It then runs a simple SELECT GETDATE() against my server.
I added the...
September 11, 2015 at 12:50 pm
The account you use for the command prompt isn't the same one used in the job. Sometimes cmd_shell hides the error message you are looking for. have you...
September 11, 2015 at 12:16 pm
sorry, should have been more clear. I'm doing the trace programmaticly. here is the code I use:
EXEC @rc = sp_trace_create @TraceID output,...
September 11, 2015 at 12:08 pm
What is output from that job step? You will probably have to look at the job history to find out.
September 11, 2015 at 11:29 am
Any of those table scans could be the issue. Are all tables indexed? I second the suggestion about having covering indexes.
September 11, 2015 at 10:25 am
How is this post related to sql server? spam?
September 11, 2015 at 9:30 am
It turns out that using SSIS to a flat file solved my problem. There was something happening in the background in SQL server that was hung up. The...
January 26, 2011 at 7:01 am
kevlray (1/6/2011)
...the SATA 3.0 specification, which offers 6Gbit/sec. throughput, and the Open NAND Flash Interface (ONFI) 2.1 specification, which provides sequential read speeds of up to 355MB/sec. and sequential write...
January 26, 2011 at 6:56 am
I mainly play Civilization and other strategy games and play them against "the computer" vs online. I could see the temptation to turn AV off while playing a graphics-intensive...
January 26, 2011 at 6:46 am
Viewing 15 posts - 1 through 15 (of 345 total)