Viewing 15 posts - 436 through 450 (of 567 total)
GilaMonster (1/29/2013)
January 29, 2013 at 9:55 am
Hugo Kornelis (1/29/2013)
wolfkillj (1/29/2013)
January 29, 2013 at 9:48 am
CapnHector (1/28/2013)
Eugene Elutin (1/28/2013)
purushottam2 (1/28/2013)
January 29, 2013 at 9:30 am
Primo Dang (1/29/2013)
wolfkillj (1/29/2013)
(...)(And yes, I know I spelled DR0P TABLE with a zero instead of an "O". (...))
I thought you were just trying to be 1337. :hehe:
If I were...
January 29, 2013 at 8:58 am
HowardW (1/29/2013)
wolfkillj (1/29/2013)
January 29, 2013 at 8:57 am
siggemannen (1/28/2013)
INSERT INTO T(...)
SELECT t.a, t.b, 1
FROM sometable t
UNION
SELECT -t.a, t.b, 1
FROM sometable t
, both "sides" of union will retrieve...
January 29, 2013 at 8:34 am
I noticed that there's a user who seems to be digging up very old threads (all on the same topic with approximately the same question - inquiries about "sleeping" connections)...
January 29, 2013 at 8:21 am
mpradeep23 (1/27/2013)
Can i store the database creation script in a table call the script in stored procedure to create new database with tables and stored procedure
can any one...
January 29, 2013 at 8:09 am
Good question. I liked that it required investigation or at least consideration of several matters: the operation of the CHECK constraint, the significance of the primary key declaration (especially that...
January 29, 2013 at 7:55 am
Alex koranteng (1/27/2013)
January 28, 2013 at 9:32 am
L' Eomot Inversé (1/25/2013)
wolfkillj (1/25/2013)
Sean Pearce (1/24/2013)
Answer 1
Coalesce can take more than two parameters, and IsNULL takes exactly two parameters
97%
Answer 5
Coalesce...
January 25, 2013 at 9:43 am
David Ziffer (1/24/2013)
<snipped>
So why does Express Edition install a version of BIDS that does not work no matter what you add to it, and which requires removal and replacement? I...
January 25, 2013 at 8:19 am
Sean Pearce (1/24/2013)
Answer 1
Coalesce can take more than two parameters, and IsNULL takes exactly two parameters
97%
Answer 5
Coalesce takes exactly two parameters,...
January 25, 2013 at 8:06 am
sarwaanmca (1/23/2013)
create procedure [dbo].[USP_Reliance_Master_Upload]
as
begin
declare @dt datetime , @Mnth varchar(10)
BEGIN TRY
SELECT ...
January 24, 2013 at 2:01 pm
jasona.work (1/24/2013)
January 24, 2013 at 1:17 pm
Viewing 15 posts - 436 through 450 (of 567 total)