Viewing 15 posts - 121 through 135 (of 8,416 total)
L' Eomot Inversé (12/17/2012)
Hugo Kornelis (12/17/2012)
December 19, 2012 at 12:02 am
john.arnott (12/15/2012)
December 18, 2012 at 11:50 pm
Jason-299789 (12/12/2012)
Is there a reason you dont use the native OUTPUT INTO @C?
It was almost a year ago, but from the looks of things I just wanted to show composable...
December 12, 2012 at 9:11 am
GSquared (12/10/2012)
Steve Jones - SSC Editor (12/10/2012)
SQL Kiwi (12/9/2012)
I did not receive a notification for this post (or perhaps I didn't see it) so apologies for the late reply....
December 10, 2012 at 9:45 am
Steve Jones - SSC Editor (11/9/2012)
SQL Kiwi (11/6/2012)
Steve Jones - SSC Editor (11/1/2012)
December 9, 2012 at 4:13 am
We should all switch to Oracle immediately!
LOL
December 4, 2012 at 8:21 am
I see. Well, the original code would certainly work, but perhaps consider:
SET @index = 1;
MERGE
dbo.JobRefAllocation WITH (HOLDLOCK) AS JRA
USING
(SELECT...
December 4, 2012 at 4:50 am
Kevin O'Donovan (12/4/2012)
December 4, 2012 at 3:43 am
December 4, 2012 at 3:05 am
scogeb (12/3/2012)
Ninja's_RGR'us (8/7/2011)
December 4, 2012 at 3:02 am
chisholmd (12/3/2012)
When...
December 4, 2012 at 2:59 am
dineshbabus (12/4/2012)
Please refer this URL. It says by default IT will be ON.http://msdn.microsoft.com/en-us/library/ms174393(SQL.105).aspx
-- Default for user options is 0
-- See http://msdn.microsoft.com/en-us/library/ms189631.aspx
-- Flag values are at http://msdn.microsoft.com/en-us/library/ms176031.aspx
-- e.g. QUOTED_IDENTIFER is 256
SELECT
...
December 4, 2012 at 2:24 am
dineshbabus (12/4/2012)
I Opened a new SQL Server Management Studio and tried the create statement without any set options. Query works fine. Can you explain in detail?
SQL Server Management Studio is...
December 4, 2012 at 2:07 am
dineshbabus (12/3/2012)
By Default "Quoted Identifier" Will be ON. Eventhoug if we didn't set any options. the syntax will work fine. Please correct me if i'm wrong.
The default is OFF (see...
December 4, 2012 at 12:06 am
Robert-378556 (12/3/2012)
SQL Kiwi (12/3/2012)
Jaroslav Pfauser (12/3/2012)
(0 row(s) affected)SQL2008 (64-bit) SP2
It seems you wrote a test script that did not cover the full range of possibilities. Include CHAR(198) and CHAR(230)...
December 3, 2012 at 11:10 am
Viewing 15 posts - 121 through 135 (of 8,416 total)