Viewing 15 posts - 91 through 105 (of 130 total)
I took the mentored training at New Horizons and I liked that a lot. Had the video training in the classroom and got to go as fast or as...
October 31, 2012 at 7:08 am
Must be an addin my SSMS 2008/2012 let's me type ok.
October 31, 2012 at 7:04 am
jerry-621596 (10/30/2012)
Just a random thought: have you triedand a.APPLICATION_DT >= '2012-08-01 00:00:00.00'?
Or
and a.APPLICATION_DT >= '2012-08-01 T00:00:00.00'?
The space is typically required as a delimiter.
Try a.APPLICATION_DT >= TO_DATE('20120801','YYYYMMDD')
October 30, 2012 at 2:49 pm
markusstar (10/30/2012)
I was wonder which RAID provides the best performance?I was thinking it would be RAID 0, even though its not reliable but extremely fast I/O
do any agree?
There are situations...
October 30, 2012 at 2:38 pm
Strictly performance wise with all things being equal (i.e. controller, cache, #disk etc) I agree RAID 0 would be fastest, but wouldn't put anything valuable on it.
October 30, 2012 at 2:30 pm
What do you want the "Source" field to say when the 2 rows are combined? I'm assuming the TotalAmount is summed but we can't really sum the source field....
October 30, 2012 at 7:21 am
Try this article
http://www.sqlserverclub.com/articles/how-to-deal-with-negative-spids-in-sql-server.aspx
October 26, 2012 at 1:29 pm
Jeff: I see what you mean by the 3 scans vs 2 scans. I ran the script on a VM server here at work, since that's where I am now,...
October 26, 2012 at 7:28 am
Thanks a bunch. Correlated sub queries. Forgot what it was called. Forgot what was said about it. Been forgetting a lot of things. Must be getting old. :doze:
The...
October 25, 2012 at 12:54 pm
I've seen it in a help desk application. If you're looking for a help desk app and you hate this naming convention stay away from HDAuthority from Scriptlogic.
October 25, 2012 at 12:45 pm
Worked for me when I did it at my previous work place. Get's a bit messy if you do it a lot.
October 25, 2012 at 10:11 am
are you using "S" or "s"
case matters...
sqlcmd -S server\instance
October 25, 2012 at 10:04 am
you're missing the scale (the number of digits after the decimal point)
Numeric(2,0)
October 25, 2012 at 8:49 am
I found this to be very helpful. Funny thing is I just watched it last night. 🙂
It's a readiness video for the MCM Prorgram. I'm hoping to get an...
October 25, 2012 at 8:11 am
This works for me. I've made a few assumptions as to the ID, value and name.
I've also modified the test data for assumption 1 and 2.
1. ID value is...
October 25, 2012 at 7:29 am
Viewing 15 posts - 91 through 105 (of 130 total)