Viewing 15 posts - 31 through 45 (of 359 total)
From BOL: (Declare cursor)
Describing the select statement of a cursor:
select_statement
Is a standard SELECT statement that defines the result set of the cursor. The keywords COMPUTE, COMPUTE BY, FOR BROWSE, and...
January 27, 2005 at 1:16 pm
Sad to say Ron never made that statement. Check out his comments on the article -
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=6136
I am not commenting on the article altogether, but only a quote...
January 26, 2005 at 11:15 am
David -
Yes, there is a large difference between commercials in Europe and the States. They are our last gasp of Puritan ethics. The French side of my family was amused...
January 26, 2005 at 7:26 am
January 25, 2005 at 5:01 pm
Frank,
I vaguely remembered that information_schema had the database catalog names - I just could not remember which one.
Thanks
January 25, 2005 at 4:53 pm
David -
American cable is the same dreck - shows that were cancelled years ago rise from the dustbin to "entertain" you again. Who wants to watch 150 channels showing...
January 25, 2005 at 8:07 am
Is the server set up for Mixed Authentication, or only SQL Server?
January 25, 2005 at 7:58 am
What I do sometimes is create a User Defined Data type of SQLEmpty (or whatever naming convention is used). Define it as ' ', then use that for the defaults....
January 24, 2005 at 8:55 am
Congratulations Frank.
I hope you have enough diapers.
January 24, 2005 at 8:47 am
I used checksum(whatever product) for the same purpose.
January 24, 2005 at 8:32 am
Yes, it looks as if you are trying to move a column that is defined a text. Not sure, since you did not post your DDL.
I would try Yelena's...
January 21, 2005 at 3:49 pm
You also should run Profiler and then a trace with this query. After that use Index Wizard to see if it finds any new indexes, etc.
January 21, 2005 at 3:35 pm
Sorry, QA does not do that. Changing from grid to text is not defined in SQL as far as I know.
January 21, 2005 at 3:28 pm
It is probably more efficient to use IF EXISTS() instead of Count(). Depends on the size of your table. Exists checks for the values and stops when it finds the...
January 21, 2005 at 3:16 pm
Viewing 15 posts - 31 through 45 (of 359 total)