Viewing 15 posts - 2,716 through 2,730 (of 7,484 total)
ashu.sajwan (2/17/2014)
col1 varchar(Max) NULL,
...
CREATE UNIQUE CLUSTERED INDEX cuq
ON dbo.ExampleUnique (col1);
It shows error: Column 'col1' in table 'dbo.ExampleUnique' is of a type that is...
February 18, 2014 at 3:27 am
Yes, you are on the wrong forum. ASE is a Sybase product. I imagine there is a forum somewhere for ASE T-SQL.
I think your problem is that the...
February 17, 2014 at 11:51 am
GilaMonster (2/17/2014)
Yes.
It's easier with varchar, nvarchar, and varbinary since it's generally not too difficult to convert the primary key to one of those types; other column types could be an...
February 17, 2014 at 11:23 am
I'm inclined to go with an "It Depends" answer. In the past I've worked a lot with binary files outside the database, in filestore, and it's been fine; sound...
February 17, 2014 at 11:17 am
fsuoj (2/17/2014)
February 17, 2014 at 9:08 am
fsuoj (2/17/2014)
You never answered my question!
The reason it isn't documented as happening that that happens is that it doesn't happen.
Several people have explained what actually does happen, which...
February 17, 2014 at 8:31 am
Interesting question.
I could have this wrong :ermm:, but:
The statement in the article referenced may apply only to the initial snapshot generation on the publisher (ie to generation of the schema...
February 17, 2014 at 4:57 am
mike 57299 (2/16/2014)
Can others...
February 16, 2014 at 12:36 pm
LinksUp (2/16/2014)
I suspect that the inner join is preventing row 3 from the @tempTable from being part of the result set, thus the code for WHEN NOT MATCHED never executes.
That's...
February 16, 2014 at 12:27 pm
JAZZ Master (2/14/2014)
crookj (2/14/2014)
SQLRNNR (2/14/2014)
breakfastMissed
Avoided
Evaded
February 14, 2014 at 9:37 am
Ed Wagner (2/14/2014)
crookj (2/14/2014)
BWFC (2/14/2014)
SQLRNNR (2/13/2014)
Ed Wagner (2/13/2014)
TomThomson (2/13/2014)
SQLRNNR (2/13/2014)
Revenant (2/13/2014)
The Dixie Flatline (2/13/2014)
JAZZ Master (2/13/2014)
crookj (2/13/2014)
WotD - ubiquityomnipresence
omnipotence
omniscience
?. ??, ????? ?? ??
???? ? ??? ?
Language
Barrier
Flood
Tsunami
Wave
Goodbye
February 14, 2014 at 9:34 am
raulggonzalez (2/14/2014)
BWFC (2/14/2014)
The cynics amongst us might say there are two appropriate answers though!+1
:-D:-D
Only the optimistic cynics! 😀 Realist cynics will point out that a $ is not...
February 14, 2014 at 9:21 am
SQLRNNR (2/13/2014)
Revenant (2/13/2014)
The Dixie Flatline (2/13/2014)
JAZZ Master (2/13/2014)
crookj (2/13/2014)
WotD - ubiquityomnipresence
omnipotence
omniscience
?. ??, ????? ?? ??
???? ? ??? ?
February 13, 2014 at 8:42 pm
Can anyone take a look at thisamd suggest something better than what I have?
I've made an attempt to help, but I'm worried that my only idea is to use a...
February 13, 2014 at 8:34 pm
Viewing 15 posts - 2,716 through 2,730 (of 7,484 total)