Viewing 15 posts - 181 through 195 (of 1,825 total)
Using looping / cursoring in SQLServer , is very much frowned upon as its slow.
*Sometimes* its the only way to do things but not here.
Is it a single character that...
September 6, 2011 at 2:39 am
kirti.malukani (9/6/2011)
Yes, but I already have a clustered index on my salary column so do I need any external sorting as well?
Yes, yes, yes , absolutley. If you want...
September 6, 2011 at 2:31 am
Hi ,
try this article
http://www.simple-talk.com/sql/t-sql-programming/concatenating-row-values-in-transact-sql/
September 6, 2011 at 12:58 am
Google ( or Bing 😉 ) is your friend on this one
http://www.bing.com/search?q=The+operation+has+been+cancelled+due+to+memory+pressure
September 6, 2011 at 12:52 am
Not enough details im afraid,
try this article to help us to help you....
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
September 6, 2011 at 12:26 am
IMO a calendar table is pretty much essential
September 4, 2011 at 1:23 pm
Please keep to one thread
http://www.sqlservercentral.com/Forums/Topic1169158-392-1.aspx
September 2, 2011 at 6:16 am
Use the rownumber function to create a unique row number for the starting / ending times.
Then use pivot functionality , i would prefer a manual pivot as shown here...
September 2, 2011 at 6:14 am
Adam Machaninc's who is active proc would be a good starting point
I think this is the latest version
September 2, 2011 at 6:09 am
Hi ,
you should find this post interesting
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/
August 25, 2011 at 6:02 am
Two issues :
1) If you are using 2008, use the spatial functionality.
2) The sql is non-sargable , every store has to be tested to see if the distance from...
August 25, 2011 at 4:20 am
Hi , try this link
http://sqlinthewild.co.za/index.php/2009/03/19/catch-all-queries/
August 18, 2011 at 4:45 pm
Fal (8/8/2011)
August 8, 2011 at 7:25 pm
Gianluca Sartori (8/6/2011)
WayneS (8/5/2011)
Gianluca Sartori (8/5/2011)
I'm officially out.I'll never, ever be an employee again.
I'll punch my timecard for the last time in 1 minute.
Good luck! (I have to admit that...
August 6, 2011 at 7:34 pm
BrainDonor (7/27/2011)
Anybody in here going to the SQLBits gathering in Liverpool, UK http://www.sqlbits.com/?BrainDonor.
As ever, I shall be there, Steve *should* be too.
Be interesting to see how they top Brighton
July 27, 2011 at 5:45 am
Viewing 15 posts - 181 through 195 (of 1,825 total)