Viewing 15 posts - 6,931 through 6,945 (of 9,399 total)
The spam has hit with a vengeance. I'm inclined to agree with a post a while back that it's an actual person, not an automated process. The rate...
November 22, 2014 at 9:19 am
Greg Edwards-268690 (11/22/2014)
Jeff Moden (11/22/2014)
David Burrows (11/21/2014)
Well Jeff would have to employ GBAG (Glass By Agonizing Glass) or get an Overflow Exception 😀
Heh... I've reached the "Overflow Exception" a couple...
November 22, 2014 at 9:13 am
Now that is just too funny - a bar called R-Bar. Jeff would have to bring the industrial pork chop launcher and spike the pork chops with high explosives....
November 21, 2014 at 8:01 am
spaghettidba (11/21/2014)
Ed Wagner (11/21/2014)
Thank...
November 21, 2014 at 6:53 am
lshanahan (11/21/2014)
I'm using 2005 at the moment,...
November 21, 2014 at 6:18 am
LoudClear (11/21/2014)
November 21, 2014 at 6:11 am
There's no shortage of ways to do the actual conversion, but I think the most important point to understand the data type to use. If you store your dates...
November 21, 2014 at 5:53 am
spaghettidba (11/21/2014)
You don't need xp_fixeddrives any more:
SELECT DISTINCT vs.volume_mount_point
, vs.logical_volume_name
, vs.total_bytes
, vs.available_bytes
FROM sys.master_files AS mf
CROSS APPLY sys.dm_os_volume_stats(mf.database_id, mf.file_id) AS vs
I must admit I was excited when I saw this, but...
November 21, 2014 at 5:48 am
I use tally tables and APPLY all the time. They're very efficient approaches to accomplishing the work that's needed.
I've used symmetric keys, but not nearly as much. They...
November 21, 2014 at 5:42 am
Koen Verbeeck (11/21/2014)
Nice question, not so great explanation.
+1. Good question, but the explanation could have been a whole lot better.
November 21, 2014 at 5:27 am
SQLRNNR (11/20/2014)
Ed Wagner (11/20/2014)
SQLRNNR (11/20/2014)
Ed Wagner (11/20/2014)
SQLRNNR (11/20/2014)
Ed Wagner (11/20/2014)
SQLRNNR (11/20/2014)
aniseFennel
seed
Growth
hormone
Cheat
death
Magnetic
November 20, 2014 at 12:22 pm
SQLRNNR (11/20/2014)
Ed Wagner (11/20/2014)
SQLRNNR (11/20/2014)
Ed Wagner (11/20/2014)
SQLRNNR (11/20/2014)
aniseFennel
seed
Growth
hormone
Cheat
November 20, 2014 at 10:59 am
SQLRNNR (11/20/2014)
Ed Wagner (11/20/2014)
SQLRNNR (11/20/2014)
aniseFennel
seed
Growth
November 20, 2014 at 8:43 am
Sean Lange (11/20/2014)
Koen Verbeeck (11/20/2014)
Toreador (11/20/2014)
GROUPING_ID was introduced in SQL2008. The others were all available in SQL2005.
And VARP is the only function with a name less than 5 characters! :w00t:...
November 20, 2014 at 7:30 am
Viewing 15 posts - 6,931 through 6,945 (of 9,399 total)