Viewing 15 posts - 586 through 600 (of 844 total)
You would need a gas mask if you tried to use ours..:sick::sick:
May 27, 2015 at 7:42 am
No code reviews, no DBA. Yes there are times we really should review some individuals code, but who has the time? Yes we should make the time but...
April 24, 2015 at 7:24 am
pmadhavapeddi22 (4/21/2015)
Ed Wagner (4/21/2015)
Good question. Not knowing the answer off the top of my head, it was more a process of elimination than anything. Thanks.+1
+1
April 21, 2015 at 7:19 am
COALESCE is attractive because (a) it is standard and (b) it has a neater syntax than ISNULL
Both are reasons I started to try and use this in my code, until...
April 20, 2015 at 8:09 am
ronmoses (4/17/2015)
April 17, 2015 at 9:27 am
jackimo (4/15/2015)
April 16, 2015 at 7:37 am
pmcpherson (4/15/2015)
April 15, 2015 at 7:30 am
Here is some code I borrowed from someone, it searches across all databases on the server.
DECLARE @sql VARCHAR(8000)
DECLARE @SearchText NVARCHAR(255)
SET @SearchText = 'table_name_here'
DECLARE @Results TABLE
(
[SERVERNAME] VARCHAR(255),
[DBName] VARCHAR(255),
[NAME]...
April 10, 2015 at 7:41 am
Sean Lange (4/7/2015)
below86 (4/7/2015)
Sean Lange (4/6/2015)
April 7, 2015 at 8:18 am
Sean Lange (4/6/2015)
April 7, 2015 at 7:38 am
Gary Varga (3/31/2015)
below86 (3/31/2015)
Gaz
-- Stop your grinnin' and drop your linen...they're everywhere!!!
Maybe it's time for an Aliens remake?
Good spot...but no. Still eminently watchable. (Only considering Alien and Aliens - particularly...
March 31, 2015 at 10:54 am
Gary Varga (3/31/2015)
below86 (3/31/2015)
Gaz
-- Stop your grinnin' and drop your linen...they're everywhere!!!
Maybe it's time for an Aliens remake?
Good spot...but no. Still eminently watchable. (Only considering Alien and Aliens - particularly...
March 31, 2015 at 10:11 am
Gaz
-- Stop your grinnin' and drop your linen...they're everywhere!!!
Maybe it's time for an Aliens remake?
March 31, 2015 at 9:40 am
Over this past weekend I had free Starz channels and the movie Meatballs was on. I was about to set my DVR to record it when I remembered this...
March 31, 2015 at 7:38 am
Gary Varga (3/23/2015)
They don't make them like they used to. In a lot of cases...good!!!
But not all, I watched the movie 'About Last Night' from the 80's with Rob Lowe...
March 23, 2015 at 10:22 am
Viewing 15 posts - 586 through 600 (of 844 total)