Viewing 15 posts - 1,036 through 1,050 (of 1,415 total)
TheAccidentalDBA (8/27/2014)
1. Only...
August 27, 2014 at 2:48 pm
TheAccidentalDBA (8/27/2014)
August 27, 2014 at 12:20 pm
fregatepllada (8/27/2014)
Deprecated SET FMTONLY statement did the trick
also check sp_describe_first_result_set, thanks to Eirikur Eiriksson for heads up on that one!
August 27, 2014 at 9:22 am
Go read the wikipedia article on EDI.
http://en.wikipedia.org/wiki/Electronic_data_interchange
This will give you the key words to use when asking for information. Its sort of like a csv file, sure you can...
August 26, 2014 at 6:54 am
Jeff Moden (8/25/2014)
patrickmcginnis59 10839 (8/21/2014)
CELKO (8/21/2014)
This is one of those places where a loop (please see the solution I posted above) actually does work quite well and it's self...
August 25, 2014 at 11:40 am
CELKO (8/21/2014)
This is one of those places where a loop (please see the solution I posted above) actually does work quite well and it's self correcting based on the...
August 21, 2014 at 2:50 pm
mario17 (8/21/2014)
Thanks all, it's fact that this code works.I'll try to do homework on demo db to break it completely down.
Mario
Would be interesting to see if you can recreate...
August 21, 2014 at 2:44 pm
I was unable to left join without a predicate, even if the predicate was a dummy (1=1).
What version of SQL are you using?
August 21, 2014 at 12:06 pm
I really don't know the answer, just responding to an interesting question, and hoping to see more comments.
I found this figure: Maximum User connections: 32,767
http://msdn.microsoft.com/en-us/library/ms143432.aspx
So if you're actually trying to...
August 19, 2014 at 2:10 pm
dwilliscp (8/14/2014)
patrickmcginnis59 10839 (8/11/2014)
edit: reran your script, I'm a...
August 14, 2014 at 7:45 am
I remember one product from CISCO that incorporated MSDTC (the SQL 2000 name for SQL Express without tools).
<nitpick>MSDE</nitpick>
MSDTC is the transaction manager isn't it? Just being picky about an otherwise...
August 13, 2014 at 7:23 am
K. Brian Kelley (8/12/2014)
venoym (8/12/2014)
K. Brian Kelley (8/11/2014)
venoym (8/11/2014)
August 12, 2014 at 11:51 am
Looks like a "create table" inside an uncommitted transaction would do it. You might shop around for a better blocking script.
edit: reran your script, I'm a bit undecided on...
August 11, 2014 at 11:05 am
Gary Varga (8/11/2014)
patrickmcginnis59 10839 (8/11/2014)
GilaMonster (8/11/2014)
August 11, 2014 at 6:55 am
GilaMonster (8/11/2014)
August 11, 2014 at 6:35 am
Viewing 15 posts - 1,036 through 1,050 (of 1,415 total)