Viewing 15 posts - 496 through 510 (of 1,034 total)
siddharth.malhotra (11/4/2011)
Yes, LowellThat is the problem. I need to disable the outputs like the ones you specified.
Regards,
Sid
Did you try putting SET NOCOUNT ON before the stored procedure is executed?
November 4, 2011 at 2:57 pm
MarkusB (11/3/2011)
The question explicitly says 2005 or higher, but the result on a 2005 server is different from a 2008...
November 3, 2011 at 11:44 am
Carla Wilson-484785 (10/24/2011)
Hugo Kornelis (10/24/2011)
UPDATE TOP(1) Table1
SET Column1 = 0
WHERE Column1 = 1;
Since row order in...
October 24, 2011 at 2:24 pm
hakan.winther (10/24/2011)
charlietuna (10/23/2011)
update #t
set col1 = case...
October 24, 2011 at 2:18 pm
Ninja's_RGR'us (10/20/2011)
Just to make this 100% clear : UNION ALL.
Sorry, but yes. UNION ALL, UNION except when actually needed is bad ju-ju 🙂
October 20, 2011 at 8:47 am
Rather than copy/pasting into excel, why not use Excel's Microsoft Query option and have Excel run the query and do the import?
When that happens Excel will blank out the NULL...
October 20, 2011 at 8:45 am
rajiv.varma (10/20/2011)
October 20, 2011 at 8:38 am
DugyC (10/20/2011)
Went with 2 answers hoping...
October 20, 2011 at 7:10 am
L' Eomot Inversé (10/6/2011)
mtassin (10/5/2011)
I think a big part of this is the flavor of Normalization Kool-aid we're using.For instance, this paper that's referenced isn't necessarily Normalization Form mainstream.
I find...
October 7, 2011 at 8:01 am
L' Eomot Inversé (10/6/2011)
mtassin (10/5/2011)
Another note.. go to http://www.google.com and type in EKNF and BCNF. I know which one you'll get an immediate hit on.
I was pretty sure that...
October 6, 2011 at 7:50 am
L' Eomot Inversé (10/5/2011)
October 5, 2011 at 12:35 pm
Good question,
I had it right, then I thought to double check myself and searched out rebuildm.exe
didn't realize I hit the Msdn article for SQL 2000 and picked the wrong answer...
October 4, 2011 at 7:02 am
Thomas Abraham (10/3/2011)
Results for table variable, in ms: 80800, 80203, & 79523
Results for...
October 3, 2011 at 7:48 am
He calls himself an “Accidental DBA.” His title at DiscoverReady is Lead Application DBA and Data Architect. He’s known as a writer for SQLServerCentral.com whose articles are often...
September 22, 2011 at 7:41 am
I finally solved this...
After all my attempts using an OLE DB Data Source,
I changed the data source for the queries that gave me this trouble to ado.net data sources,...
September 21, 2011 at 8:25 am
Viewing 15 posts - 496 through 510 (of 1,034 total)